Topic-icon Problem installing plugins/modules

Active Subscriptions:

None
13 years 7 months ago #27076 by petgal
Hi,

When I try to upload and install com_jfbconnect I get an error message ".. can find XML setup file."
screencast.com/t/ljeGJY4v55E4

Have the same problems uploading and installing all of the other modules/plugins. com_jfbconnect worked fine.

Can anyone suggest how to fix this?
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27078 by petgal
Ok. Just realized I need to unzip a couple of these first. Giving that a try now.
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27080 by petgal
Ok. Everything worked EXCEPT the Alpha User Points installation. Same error message. Any ideas?
screencast.com/t/ljeGJY4v55E4
The topic has been locked.
Support Specialist
13 years 7 months ago #27084 by alzander
Don't install the AUP plugin unless you have the AUP component installed. If you do have it installed, then you need to use the installer inside their component to install that plugin.

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27088 by petgal
Thanks man. That worked. Once I get this puppy working I will be happy to leave a good review for you. So far you'll get a great review just for the level of service.

First quick question is how do I lose the Powered by screencast.com/t/UmqJiHx7a1r
I've turned it to hide or don't show in the back end and it still appears on my homepage.

Will send some other questions shortly.
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27090 by petgal
Hi Alex, (the actual questions are numbered below)
My login/signup is driven by a PHP module. I'm not a tech person but I think it bypasses the Jomsocial signup/login. I had the jomsoical connect combined on the login and signup pages (after you click either of those buttons in the top right), but there is still one FB login appearing on these pages. Please see for yourself at goodtalkTnT.com
Where is the facebook login button on the bottom of the signup and login page coming from? The signup/login buttons at the top of the page come from a php module called "Login PHP Module". I tried to add the JFB tag in the code area of that module (top of the page) and it gives a facebook login button at the top of the page over the buttons for signup/login.

Turns out I don't need it at all at that level, but I would like it to appear when the user clicks on either of the signup or login buttons.

Could be that it works fine the way it is now. See
screencast.com/t/FyRpSeBDJNf

(1) Could you please explain what is driving that existing FB login button and should I leave it that way, or should I have it so that it the JFBconnect button on those pages?

Separately, JReviews and jomSocial have their own Facebook configurations. For JReviews this allows the FB like, twitter etc. to appear in JReviews content. Go to: goodtalktnt.com/restaurants/535-chop-cho...et-market-and-bistro to see an example, and her's a screenshot just in case you can't access it. screencast.com/t/xOwa6l0f7Pwy
(2) Do I need to turn them off and enable JFBConnect on those pages?

(3) What is the module to get the faces and number of likes to show up. See screencast.com/t/g6OSTC3AiabK
Is that the module I already have on my home page, just I don't have any people liking yet?

(4) Oh, and what's the relationship between liking a page and logging in on the site? When I talk about the number of registered users on my site, does that include the number of FB users who liked my site?

Thanks for your help.
The topic has been locked.
Support Specialist
13 years 7 months ago #27105 by alzander
For the Powered By, there's an option in the main component to setting the 'master switch' for powered by. Then, in each module, you can set them to use the Global setting, or yes or no. So, I'd check the main component and the actual module settings to see what's incorrect.

1-2) As for your FB Login button, your page is offline, so I can't really see what's happening. From your screencast that shows the "or Log In" which is likely coming from JomSocial. You'll want to follow the steps in the guide below to disable JomSocial's FB login functionality and enable JFBConnect:
www.sourcecoast.com/jfbconnect/docs/thir...ration-for-jomsocial

3) The module for the faces and number of likes would be the JFBCFan module. That module will show the number of likes and faces for your Facebook Fan Page only, though, not a page from your site. So, you'll need a Facebook Page, like www.facebook.com/sourcecoast first, if you don't already have one.

4) There is no relationship between user's who have Like'd or Logged In to your site. Those are independent actions, so a user can have registered through Facebook but not Like'd any pages on your site or vice versa.

Hope that all helps!

Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27144 by petgal
Very helpful as usual. You were right about the fblogin coming from JomSocial. I removed the API key etc. from the jomsocial configuration and it went away.

I am still unsure of how to get the login with facebook (from JFBconnect) to appear when a user hits the login or signup button at the top of any of my site's pages. See screencast.com/t/sfW9thLC
and
screencast.com/t/Acca0LDdM

The site is now online so you can click on those buttons yourself and see how they work. I'll see if I can send you the access info to the backend via a private message.
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27145 by petgal
No luck. Your name is not found when scrolling users, and I get a no results when I type in your username or name in the search users box.
The topic has been locked.
Support Specialist
13 years 7 months ago #27149 by alzander
I haven't tried to login/register on your site yet, so I wouldn't show up in the your user or usermap areas yet.

For adding the Login with Facebook button to those pages, first, check out the directions on the JomSocial integration page below:
www.sourcecoast.com/jfbconnect/docs/thir...ration-for-jomsocial
Specifically, the "JomSocial Registration Page" section which should tell you the exact file to edit and some ideas of what to do.

The Login page can be found in the "guests.denied.php" file. At the very bottom is the following text:
<?php echo $fbHtml;?>
Simply put the following after that and it should do what you're looking for:
or {JFBCLogin}

Hope that helps!
Alex
The topic has been locked.