Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
CWMOFH - Customisable Welcome Message On Forumhome Details »»
CWMOFH - Customisable Welcome Message On Forumhome
Version: 1.00, by EnIgMa1234 EnIgMa1234 is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.5 Rating:
Released: 03-03-2007 Last Update: Never Installs: 25
Uses Plugins Template Edits
 
No support by the author.

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:
  • VBoptions
  • 3 Messages
  • 3 Times
  • Images
  • And More...

Install:
Find In Navbar:
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
Replace With:
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>
Replace The Red With Your Time In 24 Hour Clock e.g 23 = 11:00PM

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-16-2007, 07:01 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my computer is nearly ready. keep an eye on this thread
Reply With Quote
  #13  
Old 03-16-2007, 10:01 PM
deezelpope deezelpope is offline
 
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, this is very cool EnIgMa1234, and I have it installed, but haven't done any template changes, because I have another mod installed that changed the color of our usernames there and I want to keep this. Can you help me modify yours so I can have both? Here's the link to the color-change mod. I have your mod bookmarked and will check back often! Thanks much!:up:


https://vborg.vbsupport.ru/showthread.php?t=138509
Reply With Quote
  #14  
Old 03-17-2007, 12:07 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't wait to see this with more options I'll uninstall the goodmorning one for sure
Reply With Quote
  #15  
Old 03-29-2007, 06:35 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im back. im starting this right away
Reply With Quote
  #16  
Old 03-29-2007, 06:36 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deezelpope View Post
Ok, this is very cool EnIgMa1234, and I have it installed, but haven't done any template changes, because I have another mod installed that changed the color of our usernames there and I want to keep this. Can you help me modify yours so I can have both? Here's the link to the color-change mod. I have your mod bookmarked and will check back often! Thanks much!:up:


https://vborg.vbsupport.ru/showthread.php?t=138509
yes i will help you tomorrow.
Reply With Quote
  #17  
Old 03-30-2007, 02:05 AM
JorgeX JorgeX is offline
 
Join Date: Oct 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where are the images? =D...........it looks to be very nice !

Deezelpope put here the code of your template to see it.
Reply With Quote
  #18  
Old 04-04-2007, 04:04 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deezelpope View Post
Ok, this is very cool EnIgMa1234, and I have it installed, but haven't done any template changes, because I have another mod installed that changed the color of our usernames there and I want to keep this. Can you help me modify yours so I can have both? Here's the link to the color-change mod. I have your mod bookmarked and will check back often! Thanks much!:up:


https://vborg.vbsupport.ru/showthread.php?t=138509
That should not be an issue at all seeing how this adds the color to the username in the welcome box and not the memberprofile.
Reply With Quote
  #19  
Old 04-04-2007, 04:06 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You link to this thread from this one
https://vborg.vbsupport.ru/showthread.php?t=139312

Whats the difference?
Reply With Quote
  #20  
Old 04-04-2007, 06:48 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this one uses vbulletin options, can display pics and soon you'll be able to set per day
Reply With Quote
  #21  
Old 04-04-2007, 08:10 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EnIgMa1234 View Post
this one uses vbulletin options, can display pics and soon you'll be able to set per day

Thank you for such a speedy reply. I have the other one installed In YOUR opinion is this one better? And should I use this one instead? Do I uninstall the other completely?

Thanks for the help.

***Clicks Install for now****
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 09:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04953 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete