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

Reply
 
Thread Tools
Welcome Headers: Notices System Default Messages & Settings to Drive Participation Details »»
Welcome Headers: Notices System Default Messages & Settings to Drive Participation
Version: 5.1, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.0 Rating:
Released: 12-27-2009 Last Update: 12-27-2009 Installs: 213
Uses Plugins
 
No support by the author.

Out of the box, your forum isn't personalized to assist or address your visitors. As a result, guests entering on a page other than the homepage (which is most often the case) have no idea what to do or why to register. Additionally, there are no visible status indicators, making it confusing for unconfirmed, unapproved or new members to know what to do or where to begin. But with a little customization, the use of the vBulletin Notices System and Welcome Headers, you can solve these issues in just a few minutes.

What is Welcome Headers?

Welcome Headers is a set of predefined messages and rules designed to help you get started in personalizing your site's notices using the vBulletin notice feature. The default templates are just that, default ? I highly encourage you to modify and add to the language and rules to meet the needs of your actual community environment.

Modifications/ Instructions:

Plugins: 1 (creates notices rules and phrases)
This template hack should take under 5 minutes to implement and customize.

Installation/ Upgrade Instructions

1 ? Install the attached plugin file
2 ? Customize the notices to include your site's name

For detailed instructions on each step please view the install.html file included with this addon.

Support

Please post any enhancement or technical questions you may have and I will do my best to respond in a timely manner. Please note: I can not guarantee an immediate response and am unable to assist with integrating this addon with other addons or with HTML related questions.

Why use this when the notices system exists?

Welcome Headers have been around since before vBulletin 3.0 but as of 3.7 the functionality of the system was no longer needed as vBulletin added its own native feature to handle notices. However while the notices feature lets you show welcome header style messages it doesn't give you any to start with. The notices version of this addon does not add any functionality but instead provides a set of 4 notices that have been time-tested and help your forum grow and function better for guests and members.

Please be sure to customize and add to the messages from this addon to match the individual needs of your forum!

Older Version Support (Templates)

While most users are choosing to upgrade to the notices system, there are some advantages to the "old" system mainly in that it does not rely on a rules system and can be configured as designed with code changes. Additionally, the "old" version has automatic interfacing with several other addons which the notices system does not. For this reason, the old version is still supported being developed and will appear as a seperate file to download.

Updates from 3.7/3.8

Minor code changes to support 4.0, no changes to the functional mod.

Download Now

File Type: zip welcome_headers_4_0-Notices.zip (4.9 KB, 982 views)

Screenshots

File Type: jpg Guest Welcome Message.jpg (70.3 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 05-04-2010, 06:36 PM
Gosef Gosef is offline
 
Join Date: Mar 2008
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #23  
Old 05-04-2010, 07:31 PM
sadiq6210 sadiq6210 is offline
 
Join Date: Sep 2005
Posts: 684
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #24  
Old 07-01-2010, 06:11 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone had any problems with this in v4.0.4pl1?

We seem to be getting ALL the messages appearing at the same time, including Ted's other mods?

Does this mod play well with Ted's "Limited Guest Viewing" mod under this configuration?

Thanks ...

Regards,
Badger
Reply With Quote
  #25  
Old 07-02-2010, 05:47 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
Has anyone had any problems with this in v4.0.4pl1?

We seem to be getting ALL the messages appearing at the same time, including Ted's other mods?

Does this mod play well with Ted's "Limited Guest Viewing" mod under this configuration?

Thanks ...

Regards,
Badger
This mod is just a set of notices, go to the notices manager and be sure they look ok.
Reply With Quote
  #26  
Old 07-03-2010, 08:44 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Ted ...

I think I'm getting confused with the older version I ran for a long time. The one with the check box option to inform it that this mod was running.

Regards,
Badger
Reply With Quote
  #27  
Old 09-16-2010, 08:29 AM
Ocean-Wonders Ocean-Wonders is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway of being able to change the colour of the background ?

Great mod thanks
Reply With Quote
  #28  
Old 10-26-2010, 12:09 PM
Ocean-Wonders Ocean-Wonders is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ocean-Wonders View Post
Is there anyway of being able to change the colour of the background ?

Great mod thanks
Anyone ?
Reply With Quote
  #29  
Old 10-26-2010, 02:47 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to your style>Main CSS and in the additional css box add this
HTML Code:
/* ***** Notice colours ***** */
.notice {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.notice a {color:#514721; background:none; padding:0; margin:0; }
/* ***** End of Notice Colours ***** */
then wrap your notice in this:
HTML Code:
<p class="notice">YOUR NOTICE TEXT</p>
Reply With Quote
  #30  
Old 10-28-2010, 11:35 AM
Ocean-Wonders Ocean-Wonders is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Go to your style>Main CSS and in the additional css box add this
HTML Code:
/* ***** Notice colours ***** */
.notice {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.notice a {color:#514721; background:none; padding:0; margin:0; }
/* ***** End of Notice Colours ***** */
then wrap your notice in this:
HTML Code:
<p class="notice">YOUR NOTICE TEXT</p>
I've added it but there's no save button, isn't the CSS obsolete now ? Thanks for you help it's been something that's bugged me for ages !
Reply With Quote
  #31  
Old 04-05-2011, 05:04 PM
ARSamo ARSamo is offline
 
Join Date: Aug 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ocean-Wonders View Post
I've added it but there's no save button, isn't the CSS obsolete now ? Thanks for you help it's been something that's bugged me for ages !
go admincp>styles & templates>search in templates>
here you search vbulletin.css in style you want.... then add in the end.... enjoy
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.05084 seconds
  • Memory Usage 2,340KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete