vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   End-User Options - Welcome Headers: Template System Messages & Settings to Drive Participation (https://vborg.vbsupport.ru/showthread.php?t=231387)

Ted S 12-27-2009 10:00 PM

Welcome Headers: Template System Messages & Settings to Drive Participation
 
1 Attachment(s)
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:

Template edits: 2
Plugins: 1 (adds 1 template and several settings)

This template hack should take under 5 minutes to implement and customize.

Installation/ Upgrade Instructions

1 ? Install the attached plugin file
2 ? Add the variable {vb:raw welcome_headers} to the end of your navbar template
3 - Customize the phrases to match your forum

For detailed instructions on each step please view the install 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.

Should I use this version or the notices version?

Welcome Headers have been around since vBulletin 2.0 and for many people the template conditionals give more flexibility than the notices manager. If you're looking to click and go I suggest the notices version but if you want more control over what messages show and how, this version is right for you.

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

Upgrading from 3.7/3.8

Significant changes were made to work with the new vb4 code structure. Please be sure to backup any template changes before updating as the new version will override your existing phrase and templates.

Dr.osamA 12-28-2009 02:43 AM

nice won

thanxxx very mutch man

installed
________
Hawaii Medical Marijuana Dispensaries

Charlie98902 12-28-2009 02:52 AM

I would use this but I have learned to use the notices to do the same as a welcome header. I am sure this will help a lot of those that don't want to figure it out though.

AzzidReign 12-28-2009 03:15 AM

Is there a reason to install this rather than just use the default notice system?

Ted S 12-28-2009 03:20 AM

Quote:

Originally Posted by AzzidReign (Post 1939980)
Is there a reason to install this rather than just use the default notice system?

Absolutely not! Ok... kidding. :D

To elaborate on the main post, some people find the notices system limiting as it uses predefined rule sets and a basic template. For this reason I support (and continue to develop) the template version. It's not for everyone but for some people with specific needs like wanting to use an image or build a custom set of messages it's here.

Figured someone would ask quickly.

Ted S 12-28-2009 03:21 AM

Quote:

Originally Posted by Charlie98902 (Post 1939958)
I would use this but I have learned to use the notices to do the same as a welcome header. I am sure this will help a lot of those that don't want to figure it out though.

Definitely! There's also a notices version of this mod for those who want the templates but use the notices system.

frogster 12-28-2009 05:33 AM

Is there anyway to only show the non-registered notice on the forum and not the cms?

radmoose 12-28-2009 05:41 AM

Thanks! I have set up most of my notices before so it was nice to augment them with yours.

One coment/suggestion: As I already had many notices set up, it was hard to imediately distringush your new ones from the existing ones. As we have to (or at least should) edit yours, it would be nice if the titles had some sort of unqiue prefix like (EDIT THIS) or [Ted S]

Just would make it a bit easier to incorporate quickly.

Thanks again for sharing these notices.

Ted S 12-28-2009 06:05 AM

Quote:

Originally Posted by frogster (Post 1940063)
Is there anyway to only show the non-registered notice on the forum and not the cms?

Absolutely. At the top of the welcome_headers template you will see a condition with THIS_SCRIPT mentioned, you can use this to change what scripts are not shown the welcome headers.

Ted S 12-28-2009 06:05 AM

Quote:

Originally Posted by radmoose (Post 1940070)
Thanks! I have set up most of my notices before so it was nice to augment them with yours.

One coment/suggestion: As I already had many notices set up, it was hard to imediately distringush your new ones from the existing ones. As we have to (or at least should) edit yours, it would be nice if the titles had some sort of unqiue prefix like (EDIT THIS) or [Ted S]

Just would make it a bit easier to incorporate quickly.

Thanks again for sharing these notices.

Great idea! You posted in the template version of this mod but I'll see that the notices one gets updated.

frogster 12-28-2009 02:39 PM

Originally Posted by frogster
Is there anyway to only show the non-registered notice on the forum and not the cms?

Quote:

Originally Posted by Ted S (Post 1940089)
Absolutely. At the top of the welcome_headers template you will see a condition with THIS_SCRIPT mentioned, you can use this to change what scripts are not shown the welcome headers.


Ted or any other helpful person,

Not sure if you can help with this but would you be able to tell me what coding I would have to input there in order for the message not to show on the CMS section? Sorry I know nothing about coding and thanks in advance.

Maria

Ted S 12-28-2009 04:40 PM

Quote:

Originally Posted by frogster (Post 1940457)
Not sure if you can help with this but would you be able to tell me what coding I would have to input there in order for the message not to show on the CMS section? Sorry I know nothing about coding and thanks in advance.

Sure, in the template welcome_headers change:

Code:

<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">
To:

Code:

<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'blog' ">

Trek 12-28-2009 09:20 PM

Tagged.

This looks cool, I was unaware of anything other than announcements and notices, so I'll have to look into this more. =)

halkum 12-30-2009 05:00 AM

Will update my installation tomorrow, but can you start adding a version change log to the main description. I hate when I upgrade only to find it changed something that wasn't a drastic need for me at the time.

Ted S 12-31-2009 06:05 AM

Quote:

Originally Posted by halkum (Post 1942185)
Will update my installation tomorrow, but can you start adding a version change log to the main description. I hate when I upgrade only to find it changed something that wasn't a drastic need for me at the time.

Yup. After I get all the other mods upgraded and stop people complaining about that... :D

jGas 02-24-2010 07:22 PM

thanks ted! i really need it :D

ged 02-26-2010 03:45 PM

1 Attachment(s)
A little question, how can I remove this?

Ted S 02-26-2010 07:21 PM

Quote:

Originally Posted by ged (Post 1992096)
A little question, how can I remove this?

Turn off that message in the Welcome Headers options.

ged 02-26-2010 07:52 PM

I deleted the default guest notification from Notifications menu and problem solved. :)

nci 02-27-2010 10:11 AM

Nice work.

axix20xx 03-01-2010 10:08 PM

sorry stupid Q
but where can i do this :

Quote:

Add the variable {vb:raw welcome_headers} to the end of your navbar template
???

Ted S 03-02-2010 02:15 AM

In your template manager.

zeroality 03-11-2010 03:42 AM

This work on 4.0.2?

YankForum 03-11-2010 03:17 PM

installed on 4.0.1 and worked great , tnx

Chickenpotpie 03-14-2010 03:58 PM

tagged for now. Great work on this Ted. It looks very nice.

-CP

zeroality 03-16-2010 06:02 AM

Quote:

Originally Posted by zeroality (Post 2001325)
This work on 4.0.2?

Does it?

Chickenpotpie 03-16-2010 07:35 AM

Quote:

Originally Posted by zeroality (Post 2004599)
Does it?

yes. Works very well, very easy to install (5 minutes or less) Only part that can be a gotcha for some is changes to the messages. I just copy those into dreamweaver and mess with them there.

-CP

zeroality 03-17-2010 04:27 AM

Thanks.

demojames 04-05-2010 03:49 PM

Been using this for years since it was first released, still loving it today. Great job Ted!

theoutlawed 09-10-2010 03:58 AM

Nice work, thank you.

tony 01-16-2012 01:53 AM

Hi,

What size image can make for guess? Can I make my own background image with medium size button to the left and still have the text?

Ted S 01-16-2012 02:55 AM

Quote:

Originally Posted by tony (Post 2288376)
Hi,

What size image can make for guess? Can I make my own background image with medium size button to the left and still have the text?

You can make any size image or change the fonts, background, whatever you like by editing the templates as you see fit. The more you want to do, the more css/ html you will need to modify.

merk_aus 05-19-2012 02:59 AM

Hey All,
I installed this and the notices mod, however removed the notices one (as it just doubled up the notices that were already there) however I am left with the two yellow backgrounds from the notices and can't find anywhere to remove them.

Website url is http://cricket-central.com (stil under development) but once you get there you will immediately see what I am talking about.

I was wondering if anyone could provide any details on how to get rid of them.

maamon 08-01-2012 03:43 AM

thank you .


All times are GMT. The time now is 06:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01442 seconds
  • Memory Usage 1,807KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete