alzander wrote: There are divs with IDs or classes within the Login module. You should be able to add CSS to your template file to modify the looks of the login module. In addition, if you'd like to do something more complex, you can do a template override and modify the module directly. For more information:
www.sourcecoast.com/extensions/troublesh...s#template-overrides
If you want to post a link to the page with your module on it, and possibly more details of what you're looking for, I'll try to give you a little bit of the code that you might need here.
alzander wrote: There are divs with IDs or classes within the Login module. You should be able to add CSS to your template file to modify the looks of the login module. In addition, if you'd like to do something more complex, you can do a template override and modify the module directly. For more information:
www.sourcecoast.com/extensions/troublesh...s#template-overrides
If you want to post a link to the page with your module on it, and possibly more details of what you're looking for, I'll try to give you a little bit of the code that you might need here.
echo '<fb:login-button v="2" ' . $requestPerms . ' onlogin="javascript:fb_login_button_click();">' . JText::_('Login Using Facebook') . '</fb:login-button>';echo '<div class="fb_face_button"><fb:login-button v="2" ' . $requestPerms . ' onlogin="javascript:fb_login_button_click();">' . JText::_('Login Using Facebook') . '</fb:login-button></div>';.fb_face_button {
margin:5px;
}alzander wrote: Sorry for the delay. Yes, we will add this to the next (3.1) release.
The JFBCLogin module in general, and the Facebook Login button in particular, could use some updates to make it more friendly to work with. The 3.1 release will also have the addition of a {JFBCLogin} tag that you can put on your site (anywhere) to put a login button. That way, you don't have to use the Login module at all, if you'd prefer not too. There's still some kinks to work out, but we'll definitely add a class around it.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
