Changing the Login module

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Tue Aug 13, 2013 3:40 pm
Hello,

I want to use loginradius social login extension in the login popup. I have already changed some language files and now I need the loginradius social extension to load in the position of Facebook login bar.

Here is a screenshot of what I am trying to achieve, any help would be much appreciated

http://goo.gl/OeXENm

my site: http://tipslator.com
User avatar
Fresh Boarder

GK User
Tue Aug 13, 2013 4:08 pm
I dont know this plugin, but if it can be used with some php callout, please edit:
gk_league_news/html/mod_login/default.php, and fine:
Code: Select all
<gavern:fblogin>
<div id="gkFBLogin">
   <h4><?php echo JText::_('TPL_GK_LANG_FB_USER'); ?></h4>
   <p><?php echo JText::_('TPL_GK_LANG_FB_INFO'); ?></p>
   
   <span id="fb-auth"><small>fb icon</small><?php echo JText::_('TPL_GK_LANG_FB_LOGIN_TEXT'); ?></span>
</div>
</gavern:fblogin>


The part You would like to replace with code of your plugin is:
Code: Select all
<span id="fb-auth"><small>fb icon</small><?php echo JText::_('TPL_GK_LANG_FB_LOGIN_TEXT'); ?>
User avatar
Moderator

GK User
Wed Aug 14, 2013 4:05 pm
Hi,

thanks for replying, but, unfortunately I do not possess the knowledge to do any of what you said. php callout? plugins code?

is there any chance you can help me or should I start looking for help somewhere else?
User avatar
Fresh Boarder

GK User
Thu Aug 22, 2013 4:14 pm
Sorry, but we don't support 3rd party extensions.
User avatar
Moderator


cron