Topic-icon Text above the social buttons

Active Subscriptions:

None
11 years 9 months ago - 11 years 9 months ago #46317 by idss
Is there a way to add some text above the social buttons on JomSocial login page, "login with" or something like that? Some users do not know what is that buttons. It would be good to be translatable.
Last edit: 11 years 9 months ago by idss.
The topic has been locked.
Support Specialist
11 years 9 months ago #46334 by alzander
JFBConnect recently added a way to add a (translatable) text string to the login buttons, but JomSocial isn't currently using it.

In the meantime, I'd recommend editing their frontpage template file, at /templates/default/frontpage.guests.php. At the bottom, you'll see:
<?php echo $fbHtml;?>
Update that with:
<?php echo JText::_('COM_JFBCONNECT_LOGIN_WITH');
   echo $fbHtml;?>
The COM_JFBCONNECT_LOGIN_WITH string can be found in the /language/en_gb/en-GB.com_jfbconnect.ini file. By default, it's simply "Login with ", which would then be followed by the social buttons.

I hope that helps, but if you have any other questions, just let me know.

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

None
11 years 9 months ago #46338 by idss
Replied by idss on topic Text above the social buttons
OK, thank you.
I also update code for the register page
my_template/html/com_community/register.index.php (template override folder)
The topic has been locked.
Support Specialist
11 years 9 months ago #46343 by alzander
Ahhh yes, a template override of that file is definitely the right way to go. I'm glad you got it. If you need anything else, as always, just let me know.

Thanks!
Alex
The topic has been locked.