The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Login and Password Icons Details »» | |||||||||||||||||||||||||||||
What does this do? This modification adds 2 small icons next to your login and password box fields (see screen shot or demo ). This is a code update for previous modification which has become outdated. Credit Proof of concept: TheWindows7Site (who inspired this modification)Author & Developer: Boofo Beta Tester & Financier: OldSchoolDSL IMPORTANT Always backup your database before making any modification. Please read all steps carefully. All template edits will take place in your HEADER template. You will need to download and upload the 2 small image files, before saving the template. You can of course replace these photos with your own, but should keep them the same size. 1. Find: -------------------------- Code:
<input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> ABOVE it add: -------------------------- Code:
<img style="position: relative; top: 3px;" src="{vb:stylevar imgdir_siteicons}/username.png" alt="Username" /> 2. Find: -------------------------- Code:
<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> ABOVE it add: -------------------------- Code:
<img style="position: relative; top: 3px;" src="{vb:stylevar imgdir_siteicons}/password.png" alt="Password" /> 3. Find: -------------------------- Code:
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> AFTER it add: -------------------------- Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> 4. Find: -------------------------- Code:
<div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label> </div> EITHER remove it or replace it with: ------------------------------------------ Code:
<vb:comment> <div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label> </div> </vb:comment> Please click INSTALL Done! Enjoy! If you're tired of vBulletin you should upgrade to Woltlab Burning Board http://www.woltlab.com Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
NoMatt3r |
Comments |
#52
|
|||
|
|||
Tested and working
4.1.10 Notice: You may need to re-apply this after upgrading to 4.1.10 |
#53
|
|||
|
|||
February 3, 2012
Change status to Re-usable Code in line with my continued Open Source policy. Developers are asked though to provide credit where credit is due. |
#54
|
||||
|
||||
Don't you think thr Author & Developer has any say in this, also? Or should, at the very least, have been asked.
|
#55
|
|||
|
|||
Quote:
Wouldn't the purchaser of the code, own the code? Allen Lin may develop code for vBulletin, but he's paid to do so and doesn't own any of it. You were paid for the code and did a wonderful job. Credit was provided as well. https://vborg.vbsupport.ru/showthread.php?t=260328 |
#56
|
||||
|
||||
Whatever. It's your game. Rude, but your game.
|
#57
|
|||
|
|||
Rob, I'm truly sorry you see it that way. It was not my attention to come off as "rude" and I honestly don't understand how my actions can be rude, but I do apologize none the less that you feel that my actions seem to be disrespectful to you.
It is only my wish (as it has always been) to help further the community here and make development easier for other individuals. All my previously released (and current) modifications, tweaks, templates, and skins are always released as Open Source to better that peaceful and beneficial agenda for the community at large. I'm truly sorry that my actions seem to have displeased you. |
#58
|
||||
|
||||
This not working for some theme
|
#59
|
||||
|
||||
where can i finf=d the templet edites print outs since i can not figure out how to work templet mod system!!! someone help me !!!!!!!!!
|
#60
|
|||
|
|||
Which theme and have you changed anything in the header?
|
#61
|
|||
|
|||
Quote:
1) Backup And then.... Send me a PM with the following 1) Link 2) Temp Admin Provided you upload the photos... I'll attempt to apply this for you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|