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
  #112  
Old 05-05-2008, 03:22 PM
BassX's Avatar
BassX BassX is offline
 
Join Date: Dec 2004
Location: Minneapolis, MN
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php
Reply With Quote
  #113  
Old 05-05-2008, 05:35 PM
DawnsWebDesigns DawnsWebDesigns is offline
 
Join Date: Feb 2008
Location: Tulsa, OK
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BassX View Post
Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php
You're right. Thanks for this.

I've installed & looking good so far. I hope it helps. Thanks for this.
Reply With Quote
  #114  
Old 05-07-2008, 03:46 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to install but get the below error. I installed on VB 3.7 Gold php5.

Any suggestions?

HTML Code:
Database error in vBulletin 3.7.0:

Invalid SQL:
INSERT INTO notice (noticeid,title,displayorder, persistent, active) VALUES (1000,'Guest Message',1,1,1);

MySQL Error   : Duplicate entry '1000' for key 1
Error Number  : 1062
Request Date  : Wednesday, May 7th 2008 @ 09:43:34 AM
Error Date    : Wednesday, May 7th 2008 @ 09:43:34 AM
Script        : http://ecoforumz.com/admincp/plugin.php5?do=productimport
Referrer      : http://ecoforumz.com/admincp/plugin.php5?do=productadd
IP Address    : 69.87.52.48
Username      : admin
Classname     : vB_Database
MySQL Version : 5.0.45-log
Reply With Quote
  #115  
Old 05-07-2008, 03:47 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BassX View Post
Just a note:

The default Guest Message notice installed has en error-

It uses: send_message.php
It should use: sendmessage.php
Ah this may be my problem as well. Let me give that a try.

I edited the XML install file and replaced send_message.php5 with sendmessage.php5 Still doesn't work. Get the same error.
Reply With Quote
  #116  
Old 05-07-2008, 04:01 PM
DawnsWebDesigns DawnsWebDesigns is offline
 
Join Date: Feb 2008
Location: Tulsa, OK
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EcoForumZ View Post
Ah this may be my problem as well. Let me give that a try.

I edited the XML install file and replaced send_message.php5 with sendmessage.php5 Still doesn't work. Get the same error.
I'm afraid you misunderstood him or her...that's not what they meant.

What they meant was in one of these 4 messages it has a link to "contact us" but instead of it saying sendmessage.php it's saying send_message.php. You must edit to sendmessage.php for the link to actually work.
Reply With Quote
  #117  
Old 05-07-2008, 06:52 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DawnsWebDesigns View Post
I'm afraid you misunderstood him or her...that's not what they meant.

What they meant was in one of these 4 messages it has a link to "contact us" but instead of it saying sendmessage.php it's saying send_message.php. You must edit to sendmessage.php for the link to actually work.
Gotcha. Any idea what my issue is then?
Reply With Quote
  #118  
Old 05-08-2008, 12:02 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EcoForumZ View Post
Gotcha. Any idea what my issue is then?
Do you have any other notices setup in the notices system?
Reply With Quote
  #119  
Old 05-08-2008, 03:24 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Do you have any other notices setup in the notices system?
I guess there are a few that are created by default that are setup. I will try disableing them.
Reply With Quote
  #120  
Old 05-08-2008, 05:09 PM
goddess_dix's Avatar
goddess_dix goddess_dix is offline
 
Join Date: Mar 2007
Location: Kansas
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EcoForumZ View Post
I guess there are a few that are created by default that are setup. I will try disableing them.
there are a few that are created by this product, but none by default. perhaps it was trying to reinstall the messages a second time?
Reply With Quote
  #121  
Old 05-08-2008, 07:28 PM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When can you port Limited Guest Viewing?
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:30 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.05860 seconds
  • Memory Usage 2,321KB
  • 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
  • (1)bbcode_html
  • (7)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_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