Edit Login and Register Module

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Sun Apr 03, 2011 2:08 pm
Hi there,

how do you edit the login and register module/css so that I can include a Facebook Connect/Login button to those modules. My goal is to all users to have the button that gives them the ability to login using their Facebook account.

I think I can insert code as a pretext or posttext but i would like to know how to increase the size/dimensions of the module/form so that the button will show.

any help from anyone will be highly appreciated.

thank you,

Solomon
User avatar
Fresh Boarder

teitbite
Mon Apr 04, 2011 3:55 am
Hi

You will find the code for popup and the values of window dimensions in /lib/scripts/template_scripts.js
User avatar
Moderator

GK User
Fri Apr 15, 2011 6:18 pm
Hi teitbite,

thanks for the response. a quick follow-up. i checked the script and I see many dimensions in there. could you show me which dimension to change if i wanted to increase the HEIGHT of the popup for the Login and Register popups so that I can have the Facebook login button show in there?

I appreciate your help.

thank you,
Solomon
User avatar
Fresh Boarder

teitbite
Sat Apr 16, 2011 9:52 am
Hi

Sure. Line 44:

Code: Select all
         (function(){gk_popup('popup_login',600,85);}).delay((register_opened) ? 500 : 0);


Line 61:

Code: Select all
         (function(){gk_popup('popup_register',500,345);}).delay((login_opened) ? 500 : 0);
User avatar
Moderator


cron