Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

login buttons not showing up

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I am using the JB login 1.03 login module on the vision template, but instead of some nice text I get some text (which i am guessing is because it cannot find the correct text).

I am just not sure how to solve this :(

my site is here - login in the cpanel
www.earningpixels.com/

which will help to understand what i mean, but not after i have it fixed :)
  • tyler's Avatar
  • tyler
  • Free Extensions
  • 11 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Tyler,

JB Login is only valid for J1.0 ... hoping to get a new version out in the next few days.

Cheers Anthony.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Actually just took a look at the J1.5 login module a little more closely and didnt realise how easy it is to style with css.

Stick the following css at the bottom of the template.css:

p#form-login-username,p#form-login-password {float: left;width: 150px;margin: 0 5px 0 0;}
p#form-login-remember {float: left;width: 100px;margin: 0;}
form#form-login fieldset {margin: 0}
#form-login-remember{font-size: 80%;}
#form-login ul li {float: left;list-style-type: none;margin-right: 5px;font-size: 80%;}
#modlgn_username.inputbox,#modlgn_passwd.inputbox {margin-right: 8px;width: 130px;background: #fff;border: 1px solid #ddd;font-size: 120%;}
#form-login input.button {margin-top: 23px;}

Obviously you can alter to suit your needs but the dimensions all work for the vision drop down panel on the default J1.5 login module.

Cheers Anthony.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers