The Arcive of vBulletin Modifications Site. |
|
CWMOFH - Customisable Welcome Message On Forumhome Details »»
|
|||||||||||||||||||||||||||
|
CWMOFH - Customisable Welcome Message On Forumhome
Developer Last Online: May 2011
Description - This Allows You To Change The Welcome Message At Differant Times Of The Day - See Screenshots
DONT COPY THIS HACK OR CHANGE WITHOUT PERMISSION Features:
Install: Find In Navbar: Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</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><img src=\"$vboptions[imgurl_1]\" /> $vboptions[text_1] $vbphrase[welcome_x]</b>");
}
else if (time > 12 && time < 18)
{
document.write("<b><img src=\"$vboptions[imgurl_2]\" /> $vboptions[text_2] $vbphrase[welcome_x]</b>");
}
else
{
document.write("<b><img src=\"$vboptions[imgurl_3]\" /> $vboptions[text_3] $vbphrase[welcome_x]</b>")
}
</script></strong></phrase>
Then: Install Product Then: Change Options History: V.1- Initial Release Remember To Click Install Instructions File Coming Soon This Isnt Fully Done Yet Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Woo-hoo! Thanks very much, EnIgMa1234. I'll go ahead and be the first to install this.
|
|
#3
|
|||
|
|||
|
thanks a lot steve
|
|
#4
|
|||
|
|||
|
Great mod just what I've been looking for! Is it possible so that I can add a message based on day of the week...???
For example For Fri: Thank GOD it's Friday! Or The weekend's almost here!...you get the idea... That would be great! |
|
#5
|
||||
|
||||
|
Quote:
For example for December 25: Merry Christmas! |
|
#6
|
||||
|
||||
|
Where are the images?
|
|
#7
|
|||
|
|||
|
i will do more updates as soon as i get my own comp back
|
|
#8
|
||||
|
||||
|
Wow will this work with the Good Morning Good afternoon hack? Sorta would be redundant no? Great Idea the suggestions are good ones hope to see them implemented. Will keep track
|
|
#9
|
|||
|
|||
|
Reserved, thx!
|
|
#10
|
|||
|
|||
|
That would be sweet, especially days of the week.
|
![]() |
|
|