vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=119572)

Kwak 08-09-2006 04:59 AM

Hi, I've added this hack on 3.6.0.
How can you locate the header above the nav and just below the main banner (forum logo)?

Currently, I added the welcome code below the nav as instructed (vbseo).

Darwa 08-09-2006 10:18 AM

Absolutely blooming brilliant!

Thanks for making this Ted :)

Ted S 08-10-2006 01:03 AM

Quote:

Originally Posted by Kwak
Hi, I've added this hack on 3.6.0.
How can you locate the header above the nav and just below the main banner (forum logo)?

Currently, I added the welcome code below the nav as instructed (vbseo).

If you are using vbseo or perscribe to their ideas, you should not be moving the welcome headers anywhere. If however this is nto an issue, just plae the variable in the template of your chosing (i.e. the header template).

adwade 08-11-2006 01:20 AM

Quote:

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.
For someone that's never done a 'Template Edit', is there anything besides your instructions or the vBulletin Manual that explains it to new users? I've read thru both, but am still a little nervous.

Your instructions are well written, but for someone like me not knowing code structure I'm just unsure of a thing or two.

For instance, when you say:

Quote:

Step 2) Adding the new headers
1. Select the header by double clicking on it.
2. Scroll to the very end of the template code.
3. Add the code $welcomeheaders

I read the note about vbSEO's recommendation and opened up the 'navbar' template to look at it. The last lines of code I see are:

Quote:

<!-- / PAGENAV POPUP -->
</if>
So would you put the $welcomeheaders 'after' the </if> statement? Or does everyone (else) know it has to go just before such?

Anyway, thanxx for any more information anyone can give me.

Ted S 08-11-2006 01:46 AM

After it. At the very very end of the file.

adwade 08-11-2006 01:50 AM

Thanxx. Will read thru everything again and give it a try.

GoldenP51 08-11-2006 06:56 AM

Just wanted to add my thanks! This will help out a lot of newer members to the web (and forums mainly).

NICE JOB!

iran.gs 08-11-2006 11:29 AM

lnstalled the most funny thing happend i got an error after deleting the part u mention so the hack did not work but after i repost the part i deleted set it to the oll and original way it works loooooooooooooooooooooooooooool so if anyone do get error just re do the part u deleted and it will work like a charm and by the way this also give a welcome after a new member joins which i was looking for this for a long time.
So thank for this hack.............

karlm 08-13-2006 01:31 PM

Great product, installed faultlessly!! :)

Hunne 08-13-2006 03:43 PM

Does this post in any way affect google page indexing because it shows the welcome header on every page?

adwade 08-13-2006 05:22 PM

I re-read everything and there's something else I'm not sure about. It's the mention of 'every parent style you have'. I'm not sure what that means. My install of vBulletin is vanilla, in that I've not added any 'parent style templates' that I know of, so how many are there and how do I determine which ones they are. Attached is a print-screen of my 'DEFAULT STYLE Forum Home Templates', so do I need to edit any others besides just the FORUMHOME one mentioned?

Thanxx for any/all help!

efil 08-13-2006 06:11 PM

After upgrade to 3.6 there's 2 Welcome Headers.
Look at the attach pic.

How can I remove one of them?

Efil.

jailer 08-13-2006 08:43 PM

What do Ineed to change to get this to ONLY show on the forums, and not my CMPS page guys?
I don't have the VBA in my forum folder, so all the 'register' and 'contact us' links on the header are screwed up when I'm on the CMPS. I would like to know how to fix them, but I kinda like the CMPS without the headers anyway.

Thanks for any help.

ConqSoft 08-13-2006 08:44 PM

Quote:

Originally Posted by jailer
What do Ineed to change to get this to ONLY show on the forums, and not my CMPS page guys?
I don't have the VBA in my forum folder, so all the 'register' and 'contact us' links are screwed on the CMPS. I would like to know how to fix them, but I kinda like the CMPS without the headers anyway.

Thanks for any help.

Just don't add the variable to the list of variables in the CMPS admin and that will keep it from showing on CMPS pages.

jailer 08-13-2006 08:47 PM

Quote:

Originally Posted by ConqSoft
Just don't add the variable to the list of variables in the CMPS admin and that will keep it from showing on CMPS pages.

Damn man, I know what you mean, honest I do! - I just can't think straight. Been coding and installing now for 18 hours straight. Gimme a line bud?

jailer 08-13-2006 08:58 PM

Ok, I've Googled and sorted my head out now.
Thing is, it's isn't in the portal output global variables list.
Nothing is. I haven't added the variable in the CMPS admin. Just installed this latest version today?
:surprised:

:edit: Meh. Guess it's going to be another <if> condition.
Disbaled the whole thing until somoeone can help me out.
My CMPS just has a log in module to the left, the rest is content viewable for people who don't even need to visit the forums if they don't want to so don't need to see a big block telling them to register.
This ruins the layout completely.
:(
Need this for the forums, but not for the VBa page.

jailer 08-13-2006 10:58 PM

Forget it - sorted it myself. It was an <if> condition after all.

Anyone interested - from the install instructions:

Quote:

Step 2) Adding the new headers

1. Select the header by double clicking on it.

2. Scroll to the very end of the template code.

3. Add the code $welcomeheaders

4. Save and close the template.
Change step 3 to:

Quote:

Add the code <if condition="THIS_SCRIPT != 'adv_index'">$welcomeheaders</if>
And your CMPS will remain clear of the welcome headers should you rquire that.
Add it to your instructions if you like, I'm sure there'd be enough people interested in the option to disable in the CMPS.

Oops, almost forgot - *clicks install*

Ted S 08-14-2006 02:21 AM

Quote:

Originally Posted by Hunne
Does this post in any way affect google page indexing because it shows the welcome header on every page?

It sure does. What that impact may be is really up in the air and a matter of speculation. The vbSEO team recommends you place this hack in your navbar template rather than header template. Personally I disable bots from reaching my frontend pages so it's not an even an issue.

Ted S 08-14-2006 02:24 AM

efil -
Remove the original welcome header from the FORUMHOME template as per the install instructions.

adwade -
Since you only have one style, you only need to worry about modifying the header template for that single style.

adwade 08-14-2006 03:17 PM

Quote:

Originally Posted by Ted S
adwade -
Since you only have one style, you only need to worry about modifying the header template for that single style.

Thanxx Ted, last bit of info I needed to get it to installed. WONDERFUL Product. Many thanxx for all your hours of work put into it. Clicking 'Installed' now...

duskdawn 08-14-2006 09:24 PM

Ok,
I couldn't find the codes I need to delete in the FORUMHOME template of my Child Template (which I am using). So I edit the parent template. But then it only works when I use the parent template.
Did I miss something here? Shoudn't the child template inherit from whatever changes of the parent template?
Which template you guys changed? The parent or the child?
Confused. Thanks.

Ted S 08-14-2006 11:59 PM

Quote:

Originally Posted by duskdawn
Ok,
I couldn't find the codes I need to delete in the FORUMHOME template of my Child Template (which I am using). So I edit the parent template. But then it only works when I use the parent template.
Did I miss something here? Shoudn't the child template inherit from whatever changes of the parent template?
Which template you guys changed? The parent or the child?
Confused. Thanks.

If you modify a child style it will no longer inherit changes from the parent, meaning you would have to modify it again.

ConqSoft 08-15-2006 12:50 AM

Thanks for the update Ted. I found a small typo in the AdminCP options:

Quote:

Enter the number of days that must transpire before a user is promoted to post again.

ConqSoft 08-15-2006 12:55 AM

Also, the "Never Posted" and "Haven't Posted Lately" sections needed " AND $show['member']" added to the conditionals, otherwise, if you had the Guest Message turned off, it would show those messages to Guests.

Ted S 08-15-2006 12:58 AM

ConqSoft,
They are tiered conditionals... if the user is a guest they see the first message and the rest of the code is skipped (to make it faster).

Thanks for the typo catch!

ConqSoft 08-15-2006 01:04 AM

Quote:

Originally Posted by Ted S
ConqSoft,
They are tiered conditionals... if the user is a guest they see the first message and the rest of the code is skipped (to make it faster).

Thanks for the typo catch!

Right, but turn OFF the Guest message and watch what happens. :)

MediaHound 08-15-2006 02:41 AM

/clicks install

Ted S 08-15-2006 04:36 AM

Quote:

Originally Posted by ConqSoft
Right, but turn OFF the Guest message and watch what happens. :)

Good point. :)

See what happens to software when you keep adding features.

Fixed. Updated. Thanks!

Ted S 08-15-2006 04:47 AM

A minor update has been issued to cover the rare instances where someone turns off the guest welcome header message. There are no critical issues addressed in this change, upgrading is optional.

To update just overwrite the existing plugin file.

Frapegliko 08-15-2006 09:02 AM

Hello , nice Mod

I have a Prob

After Create a New Template Module and adding this Code: $welcomeheaders in this its not showing as Block Module in vbadvanced

Can i have any Help?

ps. welcomeheaders is allready in Global Variables

trinigamers 08-15-2006 04:11 PM

Welcome to the [ARG:3 UNDEFINED] forums.
Tha'ts what I Seeing:(
where to fix that?

Fixed

erinys 08-15-2006 05:45 PM

thanks for the update,
however in the product admin the version didnt change to 4.1.2 its still on 4.1.1, just a reminder :)

pmkb 08-15-2006 08:40 PM

I installed this today and added the $welcome_headers code to the navbar template instead of the header and it works great thanks.

However, it does not show on any of my vbAdvanced (2.2.0) pages. Any ideas?

ConqSoft 08-15-2006 08:44 PM

Add the variable to the list of global variables in the CMPS AdminCP.

pmkb 08-15-2006 08:51 PM

what variable?

nevermind...

welcomeheaders

... worked

ConqSoft 08-15-2006 08:52 PM

welcomeheaders

pmkb 08-15-2006 08:58 PM

thanks. :)

Frapegliko 08-16-2006 07:17 AM

Quote:

Originally Posted by ConqSoft
Add the variable to the list of global variables in the CMPS AdminCP.

its doesnt show as Block Module in VBA

only in Header , Footer etc

efil 08-17-2006 02:59 AM

Quote:

Originally Posted by Ted S
efil -
Remove the original welcome header from the FORUMHOME template as per the install instructions.


Thank you , it's working.

specmav 08-17-2006 02:50 PM

Is there a way to change the color of the welcome header background (e.g solid red) and the text (e.g white)? Is it also possible to include images in the header message?

Thanks


All times are GMT. The time now is 12:19 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.02882 seconds
  • Memory Usage 1,824KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete