Big Dan
05-30-2009, 08:13 AM
By default vBulletin pre-fills the username field on your navbar with 'User Name' if you click in the field it goes away. It works but serves no purpose and makes logging in harder for people with form fillers.
To remove the pre-fill simply open your navbar template then find and REMOVE this snippet:
value="$vbphrase[username]"
Save the template and your done. :) Now, people with form fillers like what's included with Firefox will have their user name and password filled when the page loads so all they have to click is Log in.
To remove the pre-fill simply open your navbar template then find and REMOVE this snippet:
value="$vbphrase[username]"
Save the template and your done. :) Now, people with form fillers like what's included with Firefox will have their user name and password filled when the page loads so all they have to click is Log in.