× Joomla Facebook Connect support forum

Topic-icon Where can I change the the login text?

Active Subscriptions:

None
13 years 8 months ago #4870 by fb_591535176
HI,

I'd like to know where I can change the login text, as in"Register for this site" to "Sign up now" Also I have the "Login with facebook button" standing above the box: reviewbahrain.com/restaurants

Thanks
Kiran>>
The topic has been locked.
Support Specialist
13 years 8 months ago #4874 by alzander
The strings for the JFBCLogin module should all be in the
/languages/en_GB/en_GB.mod_jfbclogin.ini file

You should simply have to change the text on the right-hand side of the equal (=) sign to whatever you want displayed.

The reason the button is above the module is because of the absolute CSS statement below:
www.reviewbahrain.com/templates/rt_quant...j15/css/template.css

a.fb_button.fb_button_medium {
height: 22px;
position: absolute;
top: 0px;
left: 16px;
}

If I remove the position:absolute attribute, the Login button shows up under the form (where I would expect it). You may still want to put some margin on it to space things out a little more.

Hope this helps!
The topic has been locked.