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

Reply
 
Thread Tools
Welcome headers - Improve community registration rates Details »»
Welcome headers - Improve community registration rates
Version: 5.0.2, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.x Rating:
Released: 12-18-2007 Last Update: 05-09-2008 Installs: 872
Uses Plugins
 
No support by the author.

Exciting Announcement! vBulletin 3.7.0 now includes a built in Welcome Headers System (named "Notices") that easily allows you to add and control your own welcome messages with functionality above what can be found in the traditional welcome headers system. There are some important differences in these systems so please read this thread before upgrading.

-----------------------

Important: If you are upgrading from the 3.6 or earlier versions and have modified the navbar template you will either need to revert it or add new vBulletin code as shown in https://vborg.vbsupport.ru/showpost....&postcount=152.

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 (notices entries, rules and phrases)
This template hack should take under 5 minutes to implement and customize.

Installation/ Upgrade Instructions

1 ? Backup any existing welcome header messages (upgrading)
2 ? Remove the default welcome header from your forum home template (new installs)
3 ? Install the attached plugin file
4 ? Now Required: Customize the messages 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.

Frequently Asked Questions

Please see the second post in the thread for a list of frequently asked questions which is updated periodically.

Older Version Support

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 and remains fully compatible with 3.7.

Updates

- 5/9/2008 :: A small upgrade has been released fixing the typo in the sendmessage.php file

Show Your Support

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

Comments
  #152  
Old 05-22-2008, 05:25 PM
carteretpeople carteretpeople is offline
 
Join Date: May 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyway of showing currently active users online in a welcome the notice

3.73
Reply With Quote
  #153  
Old 05-22-2008, 09:42 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mark|3 View Post
Under Notices Manger I have "Guest" targeting the guest.
I have not changed or reverted my template since the update. Did I miss out anything?
Thanks
Well that explains it! They've added a new bit of code to the navbar template which you'll need to add:

HTML Code:
<if condition="$show['notices']">
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 <tr>
  <td class="thead">$vbphrase[notices]</td>
 </tr>
 <tr>
  <td class="alt1">$notices</td>
 </tr>
 </table>
 <br />
</if>
Anywhere near the end of the file is fine.
Reply With Quote
  #154  
Old 05-22-2008, 10:30 PM
HobaZ HobaZ is offline
 
Join Date: May 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

amazing , installed
Reply With Quote
  #155  
Old 05-23-2008, 06:55 AM
mark|3 mark|3 is offline
 
Join Date: Oct 2007
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Well that explains it! They've added a new bit of code to the navbar template which you'll need to add:
Anywhere near the end of the file is fine.

thanks ted works like a charm
Reply With Quote
  #156  
Old 05-23-2008, 09:31 PM
carteretpeople carteretpeople is offline
 
Join Date: May 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi mark,

Is there a way to get the totalonline users to show in a notice.
do i have to down these files in this thread for that to work

thanks in advance

rob
Reply With Quote
  #157  
Old 05-23-2008, 09:35 PM
carteretpeople carteretpeople is offline
 
Join Date: May 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to show the totalusers on line in the notice?

If so please help im stupid
Thanks..

Quote:
Originally Posted by HobaZ View Post
amazing , installed
Reply With Quote
  #158  
Old 05-24-2008, 02:37 AM
carteretpeople carteretpeople is offline
 
Join Date: May 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got it
Reply With Quote
  #159  
Old 05-24-2008, 03:57 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you figured it out.
Reply With Quote
  #160  
Old 05-24-2008, 04:39 PM
rknight111 rknight111 is offline
 
Join Date: Oct 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to install 2 times to my forum, and Its doesn't display in my admid CP so I cannot set it up. Anyone else have this issue.

RON
Reply With Quote
  #161  
Old 05-24-2008, 10:10 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rknight111 View Post
I tried to install 2 times to my forum, and Its doesn't display in my admid CP so I cannot set it up. Anyone else have this issue.

RON
Do you have any notices in the notices manager?
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 02:25 AM.


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.08687 seconds
  • Memory Usage 2,316KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_html
  • (4)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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