Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 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: 1.00, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.0 Rating:
Released: 01-11-2009 Last Update: Never Installs: 481
Uses Plugins Template Edits
 
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 (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.

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. This addon no longer adds 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

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.8.

Updates from 3.7

No changes have been made; the code needed for both is the same so upgrading is not necessary.

Download Now

File Type: zip version36_TEMPLATES-OLD.zip (7.5 KB, 651 views)
File Type: zip version37_NOTICES.zip (5.2 KB, 2616 views)

Screenshots

File Type: gif welcome_headers.gif (72.5 KB, 0 views)
File Type: gif welcome_headers_nopost.gif (69.7 KB, 0 views)

Show Your Support

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

Comments
  #42  
Old 02-24-2009, 12:12 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What exactly do you think is wrong?

If you want to remove the double header follow the install file instructions... Or is your issue something else?
Reply With Quote
  #43  
Old 02-24-2009, 12:37 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
What exactly do you think is wrong?

If you want to remove the double header follow the install file instructions... Or is your issue something else?
thnx for your reply

I have 2 problems :

1.I wanna remove the double header , I didnt understand the instructions (Scroll about 20 lines until you find the code)

2.plz take a look at attached picture , I wanna change the login table with the notices table.


Really thnx for your answer.
Attached Images
File Type: jpg screenshot.jpg (123.7 KB, 0 views)
Reply With Quote
  #44  
Old 02-24-2009, 03:28 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[quote=UIQarena;1753282
1.I wanna remove the double header , I didnt understand the instructions (Scroll about 20 lines until you find the code)
[/quote]

There's really no other way I can explain this to you... You have to open the template and remove the existing code as the instructions explain. If you don't remove it there will be two headers.

Quote:
2.plz take a look at attached picture , I wanna change the login table with the notices table.
Move the welcome headers variable to the end of the navbar template and the order will be switched.
Reply With Quote
  #45  
Old 02-24-2009, 04:38 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
There's really no other way I can explain this to you... You have to open the template and remove the existing code as the instructions explain. If you don't remove it there will be two headers.



Move the welcome headers variable to the end of the navbar template and the order will be switched.
really thnx

Would U plz just tell me I have to delete which line(s).?

Coz I dont understand I have to start counting from which line ? (plz plz plz take look at my forum home temp.)

I will be so thankfull if u help me

thnx again
Reply With Quote
  #46  
Old 02-24-2009, 05:01 PM
imedic's Avatar
imedic imedic is offline
 
Join Date: Mar 2008
Location: Romania
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	$headinclude
	<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar

<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
	<td class="alt1">
		<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
	</td>
</tr>
</table>
<!-- / guest welcome message -->
<br />
</if>

<!-- main -->
You need to delete the red text. The rest remains. I have copied from top just a part of the text( from <!-- main --> leave all in place - not copied here). Check the box save in history just in case. Hope this helps.

I have another problem.
I have installed on fresh board with 3 stiles (none parent) and edited 2 of them for this mod. (default one and another one)

Before the mod I did not get the vb notices. After the install I get this mode notices (below navbar as instructed) and I get also the vb regular notice !!!
I have checked several times my edits and no luck. I cannot get rid of the old notices. Of course I have deleted the above code.
I have even rebuild Styles.
Any clue where to look?
Reply With Quote
  #47  
Old 02-24-2009, 05:47 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

really tnx imedic

Good luck bro
Reply With Quote
  #48  
Old 02-24-2009, 06: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 UIQarena View Post
really thnx

Would U plz just tell me I have to delete which line(s).?

Coz I dont understand I have to start counting from which line ?

I will be so thankfull if u help me

thnx again
The exact code to remove is listed in the install file assuming it has not been edited.

What lines those are or aren't will depend on other changes to your templates thus counting is not the best way to find it.
Reply With Quote
  #49  
Old 02-24-2009, 06:44 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I have another problem.
I have installed on fresh board with 3 stiles (none parent) and edited 2 of them for this mod. (default one and another one)

Before the mod I did not get the vb notices. After the install I get this mode notices (below navbar as instructed) and I get also the vb regular notice !!!
I have checked several times my edits and no luck. I cannot get rid of the old notices. Of course I have deleted the above code.
I have even rebuild Styles.
Any clue where to look?
Are you using the 3.8 version of the mod or the 3.6 version?
Reply With Quote
  #50  
Old 02-24-2009, 07:07 PM
imedic's Avatar
imedic imedic is offline
 
Join Date: Mar 2008
Location: Romania
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the 3.6 version , did not get very clear what last one do , and since I was very happy with previous ...
From your question I understand the answer. I will use last version and see.

EDIT: But of cors it worked. Many thanks. This is a must have hack (maibe even first to install like I did)
Should I mention v. fast support
Reply With Quote
  #51  
Old 03-12-2009, 09:36 AM
doraj doraj is offline
 
Join Date: Nov 2005
Location: Italy
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Ted, is your Mod compatible with Adsense?
Because when I create new advice, and I insert text and some adsense banner, it doesn't work!

I see an error on bottom of page...

According to you, what is the problem?
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 12:57 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.08839 seconds
  • Memory Usage 2,351KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (1)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
  • (5)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