The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
admin index.php, Can you get text cursor in box?
Like when you first goto admin/index.php, is there a way on the login to have a text cursor in it? like www.google.com has? SO when I goto it I just type name, tab, then pass? So I dotn have to click the first box.
It sounds stupid but it gets to be a pain |
#2
|
|||
|
|||
Code:
<input ... tabindex="0" ...> |
#3
|
||||
|
||||
Do I just add that anywhere in admin/index.php?
|
#4
|
|||
|
|||
Find the input code for your login name, and put that tag inside it.
Ex: <input type="text" name="user" tabindex="0"> Dave. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|