Topic-icon JFBConnect on Register page

Active Subscriptions:

None
13 years 6 months ago #27709 by petgal
Hi,
I was able to get the JFBconnect login button to show up on the login page. goodtalktnt.com/component/community/profile?Itemid=121
but it does not show up when you hit the signup or register button.
The topic has been locked.
Support Specialist
13 years 6 months ago #27720 by alzander
For information on how to add the Login with Facebook button to the registration page or JomSocial home page, see:
www.sourcecoast.com/jfbconnect/docs/thir...ration-for-jomsocial

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

None
13 years 6 months ago #27740 by petgal
Replied by petgal on topic JFBConnect on Register page
Hey Alex,
Would appreciate your help on getting the FB login button to show up on the register page. I think the problem I'm having is because I don't use JomSocial to register but i don't know what the file is to make the changes to add the button to this page:
goodtalktnt.com/component/community/register?Itemid=121
This is the page that you go to when you hit the 'signup' button on the top right of my site.
I tried adding the code to the frontpage.guests.php file but it doesn't work. I'm guessing it's another file but I don't know how to affect it on that page. Maybe there is a way to find the file name and path to it. Can you help?

Thanks for your time.
The topic has been locked.
Support Specialist
13 years 6 months ago #27750 by alzander
Peter,
The page you link to is the JomSocial registration page. The link I provided above for our tips on integration with JomSocial cover that page. Please check out the "JomSocial Registration Page" section. The main file you're looking to edit, from that document, is:
/components/com_community/templates/<YOUR JS TEMPLATE>/register.index.php

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

None
13 years 6 months ago #27753 by petgal
Replied by petgal on topic JFBConnect on Register page
Alex,
This was already done. the code is placed in the register.index.php file and placed in my overrides folder. See screencast.com/t/1eq23pIrvxv
It's also in the overrides folder. See screencast.com/t/19HlkxtRxagN

Only thing I see that could be a problem is that the JS Template selected is called blueface screencast.com/t/Z1x6qQO4R
but there is no register.index.php file for this template.
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #27754 by petgal
Replied by petgal on topic JFBConnect on Register page
It's working in the original location but not when I place the file in the overrides.
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #27755 by petgal
Replied by petgal on topic JFBConnect on Register page
Think I realize why. It's not in the right place in the overrides.
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #27756 by petgal
Replied by petgal on topic JFBConnect on Register page
Nope. No such luck. It does not work if I place it in
templates/tx_mainstream/html/com_community/templates/default/register.index.php

but it does work if I place it in
/components/com_community/templates/default/register.index.php

Any idea why?
The topic has been locked.
Support Specialist
13 years 6 months ago #27757 by alzander
For JomSocial overrides, you don't include the templates/default/ part of the path. You should just be putting it in:
templates/tx_mainstream/html/com_community/register.index.php

That should work, but if not, let us know!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #27758 by petgal
Replied by petgal on topic JFBConnect on Register page
It did work. Thanks for your patience.
Think I may have mis-understood how to create the JS overrides folder. I basically copied the entire com_community folder and put it in tx_mainstream/html

I guess the only files I should put in there are the ones that I make customisations to. Correct?
The topic has been locked.