![]() |
You would have to write conditionals to specifically change how the template is displayed. Welcome Headers appears on every page in the site, the forumhome template is just one page. Moving the code into it would certainly address your first question but welcome headers wouldn't appear on other pages defeating the entire purpose.
|
Thanks for all your help! Will this work:
Put the code in the forumhome page, where I want them, on top of the forums. Then, put the following statement where the welcome header code is now: <if !forumhome> show headers </if> |
I can't get this hack to uninstall. I installed it several months ago and have recently upgraded VB to the most recent version.
When I come to my site as an unregistered user, I see: Welcome to the [ARG:3 UNDEFINED] forums. You are currently viewing our boards as a guest, which gives... I've removed $welcomeheaders from all my templates and removed the plugin. How can I get rid of this so I can install the newest version? |
The hack is uninstalled. What you are seeing is the default welcome header which comes with vBulletin. You can remove it in the FORUMHOME template as explained in the instructions.
To upgrade, just install the latest version and remove the default message. Everything else will work just fine. |
Hello ! Thanks for this hack. Could you add a new functionality that will allow to turn off the welcome headers with vBulletin Blog. It would be perfect :)
For those who wants to do it manually : open "welcome_headers" template and search : Code:
<if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'"> Code:
<if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'blog'"> |
You can customize welcome headers to meet your needs in whatever way you see fit. At this time I am not supporting it with vbulletin blog until I had had a chance to test the system.
|
OMG it really works !!
I'm not even finished editing the welcome_headers template and the text for all the messages and I've had 4 registrations!! In 20 minutes ! Thank you for this great release. It's so simple and yet so productive. This mod combined with some good old SEO and your forum will never be the same again :D |
Awesome! Thanks.
Installed |
Quote:
|
installed this mod. very nifty and nice. i have great hopes it will do what it was designed to do. :) thanks for this mod.
|
Does anyone know if there is a way to hide the welcome headers on certain pages of the site -- specifically vbAdvance pages? I have added vBadvance and got everything just right, only to realize the welcome headers are showing all over the outside pages of my site when the viewer isn't logged in. :(
ETA I got it. Just needed to add AND THIS_SCRIPT != 'adv_index' to the following: <if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'"> |
This is a wonderful mod. Thanks for making it available.
|
thanks this is great...and very easy to install :D
|
I am using this for months now, and it really increases my registration rates.
Can you please add an extra option so Welcome header would show only on forum homepage and not in showthread and other pages? Thanks. edit: got it. here it is: Quote:
|
valdet -
While that code will work, putting welcome headers on the forumhome page only completely and entirely defeats the purpose of the system and is a waste of server resources. Welcome Headers was written specifically because the default vBulletin welcome message appears on only this page; going back to that logic defeats the purpose of the system. If that's your goal, don't use welcome headers, it doesn't make sense. |
Can the header be translated? I lead a multi-lingual community site and I would like it to appear in different languages.
|
Any idea if this is compatible with vBulletin 3.6.8?
|
Dimitrio - Welcome Headers uses phrases for all text which can be translated without code changes.
Kirkus - Yes it is. |
Quote:
I have a question about editing the messages though, and forgive me but there are far to many pages to go through to see if some has mentioned this or to know what to search to find the answer. The {3} and numbers in general wrapped {}. What is the correct discription of these and how can I find a list of them to use in my messages? |
The {1}, {2}, ... refer to variable urls. There's no copy for these nor are there any more than what you already see (although you could add more). These are just urls to direct to pages safely and without me having to know your url structure. They can be removed or changed if you go to vBulletin Options --> Welcome Headers System, and click on the edit message by the message you want to change.
|
Ok thanks appreciate the response!
|
HI
work with 3.6.8? |
Quote:
|
Quote:
in addition can i use it as a feed reader?is it possible? |
Quote:
|
mersi
can i tabed wellcome header ?for exampel in on tab i write wellcome not and in other tab i write about rules and so on... i want send you a private masege for my question , are you permit me do this? thank you dear and sorry me for my english |
I'm not able to understand your writing but gather that you want to change the appearance of the welcome headers. You can do this by editing the template welcome_headers as you see fit. Each message has a different table.
|
Quote:
Nevertheless, the Welcome Headers are still in every page of all my other forums I developed. Thanks in advance, Regards, Val. |
I want create a variable:
forum_title = {7} When I can do this? Thanks |
Quote:
|
Can you tell me more info please?
where y what i have to edit in the template and plugin file? |
Quote:
Alternatively you can not use the variable sytem and just modify the phrase to have whatever links you want. The phrase can be accessed through vbulletin options --> Welcome Headers System. Click edit on whichever messages you want to change. |
Hello Ted S,
Im getting this error when I enable welcome headers: Line: 608 Car: 3 Error: The object does not accept this property or method Code: 0 URL: http://www.my-site.com/forums/forum-name/ I have included the $welcomeheaders in the header (at the bottom as instructed in the readme sile). I could PM you the URL if you want to... Ill appreciate your help. |
Line 608 of what file? That error doesn't come from welcome headers so I can only assume you have a conflict with some other code.
|
Thank you very much for your prompt response...
The thing is it dissapears as soon as I disable welcome headers... Line 608 of what file? not sure, thats what I see when I click on the error at the bottom of IE Should I PM you my URL? |
Could you tell me how to stop the welcome headers being displayed on the main index page (CMPS) of my site.
I am guessing I need to wrap the $welcomeheaders in some sort of code which says dont diaply if the page is index.php ? Thanks Stuart |
Quote:
|
You can either edit the variable as follows:
Code:
<if condition="THIS_SCRIPT != 'pagename'">$welcomeheaders</if> Where pagename is the name of the page. |
Thanks - tried it but really struggling......
|
thank you sir
good hack.. |
All times are GMT. The time now is 06:18 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|