Topic-icon JFBConnect Registration integration with Joomla Registration Form

Hi,

I would like to have the same appearance as the Sourcecoast registration form (see PIC1)
with the Social Registration ON TOP, followed by the Joomla Registration with 1 or 2 lines between the two.I have selected the “ON TOP” option in the JFBConnect General Configuration TAB, but when displaying the Registration page, there are no space/lines between the Social buttons and the Joomla registration form.

How and where, can I add 2 x lines with some intro text below the social buttons and before the Joomla registration form (see PIC2 in attachment) ?

Any help would be much appreciated.=11.0ptPS : I sent you the credentials for accessing via FTP and/or administrator in the contact form

Thanks
Attachments:
The topic has been locked.
Support Specialist
For sourcecoast.com, I turned the option "Integrate into Joomla Login" to no and instead did a template override of the com_users registration view.

To do this, copy
/components/com_users/views/registration/tmpl/default.php
to
/templates/YOUR_TEMPLATE_NAME/html/com_users/registration/default.php

Right before the member-registration form, add the following block
<div id="sc-registration">
        <h3>Register with a social network</h3>
{JFBCLogin}
        <br/>
</div>

If you have a social tag admin key set up, you'll have to add it to that JFBCLogin easy-tag as well like {JFBCLogin key=blahblah}

Then you can add styles for spacing, etc
The topic has been locked.
1 year 9 months ago - 1 year 9 months ago #68199 by olivus
Hi Mel,
Many Thanks, it works perfectly 
Cheers
Last edit: 1 year 9 months ago by olivus.
The topic has been locked.
Support Specialist
Awesome. Glad I could help.
The topic has been locked.
Last point before closing the ticket.
You mentioned in your previous post "a social tag admin key" that in fact I do not use ( I left the option "blank")
Should I use it ?
What is really the purpose of this admin key ?
Thanks again for your support
 
The topic has been locked.
Support Specialist
The point of the key is to prevent the easy-tag to be rendered on the page if someone puts in their content, unless the key is the parameter is provided.

For instance, on these forums, someone may say they're having an issue with the JFBCLike easy-tag. If they typed it in their post like {JFBCLike} and we didn't have a key set up, a like button would be shown instead of the text.

In most cases, this is not a necessary setting to initialize.
The topic has been locked.