Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems > vBulletin Modifications

Reply 
 
LinkBack Thread Tools Display Modes
Old 11-12-2006, 02:56 PM   #1
entrepreneur
 
Join Date: Nov 2006
Posts: 13
imported_Mike will become famous soon enough
Good morning, good afternoon, good evening in header

Anyone know how to get this hack?
imported_Mike is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 11-12-2006, 08:47 PM   #2
vBulletin Owner
 
G_Man's Avatar
 
Join Date: Oct 2006
Location: Spokane, Washington
Posts: 537
G_Man has a spectacular aura about
Don't know the exact hack you are talking about, but toonmaster had a similiar one- day/night headers over on vbhackers.com
__________________
rapidshare downloads
G_Man is offline   Reply With Quote
Old 11-12-2006, 08:49 PM   #3
entrepreneur
 
Join Date: Nov 2006
Posts: 13
imported_Mike will become famous soon enough
Like, you know how in that header it says: Welcome, (username). Your last visit blah blah blah.

This hack says, instead of welcome, Good evening (username), etc. or Good morning, etc. it all depends on what your clock is set on those forums.
imported_Mike is offline   Reply With Quote
Old 11-13-2006, 04:13 AM   #4
vBulletin Owner
 
Black Cobra's Avatar
 
Join Date: Oct 2006
Location: In a cave
Posts: 55
Black Cobra will become famous soon enough
Send a message via MSN to Black Cobra
i've seen something like that for the navbar.

Instead of Welcome Black Cobra, it says good afternoon or night or whatever.

I'll try and find it for you..
Black Cobra is offline   Reply With Quote
Old 12-20-2007, 05:12 PM   #5
entrepreneur
 
Join Date: Dec 2007
Posts: 6
VBgOd will become famous soon enough
Re: Good morning, good afternoon, good evening in header

Find In Navbar:
PHP Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong
Replace With:
PHP Code:
<strong><phrase 1="$bbuserinfo[username]"><script type="text/javascript">
var 
= 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 /> 
download txt file attached change extention to xml in notepad then upload in your adminCP and your done!

Sorry its a txt file but you can't upload xml file here!
Attached Files
File Type: txt product-goodmorning_welcome.txt (774 Bytes, 50 views)
VBgOd is offline   Reply With Quote
Old 05-28-2008, 03:59 AM   #6
entrepreneur
 
Join Date: Nov 2007
Location: cumbria
Posts: 1
pmruk will become famous soon enough
Re: Good morning, good afternoon, good evening in header

I have just tried this but can not uplosd the xml file as it says there is an error in it, any idea what could be wrong ?. Thanks.
pmruk is offline   Reply With Quote
Old 09-12-2008, 06:14 AM   #7
entrepreneur
 
Join Date: Sep 2008
Posts: 1
guestofhonor will become famous soon enough
Re: Good morning, good afternoon, good evening in header

Quote:
Originally Posted by VBgOd View Post
Find In Navbar:
PHP Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong
Replace With:
PHP Code:
<strong><phrase 1="$bbuserinfo[username]"><script type="text/javascript">
var 
= 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 /> 
download txt file attached change extention to xml in notepad then upload in your adminCP and your done!

Sorry its a txt file but you can't upload xml file here!


VBgOd can you please explain for me exactly where to replace that code and i'm really sorry coz i'm all new to this forum stuff but dont worry i will not give you a heaache.

regards
guestofhonor is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems > vBulletin Modifications

Tags
afternoon, evening, good, header, morning

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Good morning, Good night Thread Brandon Sheley General Discussion 26 11-12-2008 08:14 PM
Good evening or way early morning Amanda Introduce Yourself 1 07-17-2008 07:44 AM
Good morning!! Baldy Introduce Yourself 7 06-04-2008 12:48 PM
Good Afternoon, Good Evening and Good Night! Jibba Jabbas Introduce Yourself 10 05-26-2007 05:25 PM
Is my header welcome image good? RedMatrix vBulletin SEO Tips and SEO Questions 25 05-01-2007 10:27 PM


All times are GMT -8. The time now is 02:29 PM.