(2015-04-05, 04:29 AM)eNvy Wrote:(2015-04-05, 03:16 AM)conner Wrote: eNvy,
Last week, I asked why something was displaying an error with going to last post. I found that if I edit the language file before putting into folder is a way to bypass and fix it, so issue fixed.
However, I want to know, is there a way to add to this to make it so when the users click username and password, it auto selects it all, allowing them to click and then begin typing without backspacing? http://puu.sh/h1VbQ/8811d3407e.png
Well I think I used placeholder on the login and password boxes, even when isn't supported, in chrome or mozilla I think it works fine... I don't remember if I change this...
Edit: Yes, I change this in the latest update, but you can fix it:
Go to ACP > Templates & Styles > Templates > Square > Header templates and open header_welcomeblock_guest
Search inside the themplate this:
<li><span class="log"><i class="fa fa-user fa-fw"></i></span><input name="quick_username" id="quick_login_username" type="text" value="Username" class="textlog" size="25" /></li> <li><span class="log"><i class="fa fa-lock fa-fw"></i></span><input name="quick_password" id="quick_login_password" type="password" value="Password" class="textlog" size="25" /></li>
Replace both <li> tags with this:
<li><span class="log"><i class="fa fa-user fa-fw"></i></span><input name="quick_username" id="quick_login_username" type="text" placeholder="Username" class="textlog" size="25" /></li> <li><span class="log"><i class="fa fa-lock fa-fw"></i></span><input name="quick_password" id="quick_login_password" type="password" placeholder="Password" class="textlog" size="25" /></li>
This isn't the right way to achieve this, but it works fine, if you click inside the box you can start typing your username/password directly.
Greetings!
Dude that is 400% better anyways! Thank you so much!
One more thing I found. The default avatar does not display. How can I fix this? After this I should be set, sorry for bugging.