Goodmorning/Goodafternoon/Goodevening Username
This modification is in the archives.
Dont Copy This Hack
Description: This Will Add A Good Morning $username To Replace The Welcome $username If The Time Is 12:00PM To 11:59AM. If It Isnt In These Times, It WIll Have The Usual Welcome phrease 3 New Phrases 1 Template Edit Install: Find In Navbar: Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> Replace With V.1: Code:
<strong><phrase 1="$bbuserinfo[username]"><script type="text/javascript"> var d = new Date() var time = d.getHours() if (time < 18) { document.write("<b>$vbphrase[goodmorning_x]</b>") } else { document.write("<b>$vbphrase[welcome_x]") } </script></phrase></strong><br /> Code:
<strong><phrase 1="$bbuserinfo[username]"><script type="text/javascript"> var d = new Date() var time = d.getHours() if (time < 12) { document.write("<b>$vbphrase[goodmorning_x]</b>") } else if (time>=12 && time<18) { document.write("<b>$vbphrase[goodafternoon_x]</b>") } else { document.write("<b>$vbphrase[goodevening_x]</b>") } </script></phrase></strong><br /> History - V.1.0 Released - V1.1 Added Good Evening - V1.2 Added New Phrase - Good Afternoon X Future Developments - Cache Template Upgrading From V.1.1 => V.1.2 Reimport The Product - Overwrite Set To Yes Redo The Template Edit I Will Only Give Support To Those That Click Install V.3 - 80% Done Download
This modification is archived, downloads are still allowed. |
Similar Mods
Username Management Addon - Latest Username Changes on Forumhome | vBulletin 3.5 Add-ons |