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)

GPS_Flex 01-21-2007 04:39 PM

Very Nice. It works just as you described it.

Very easy to install and customize.

Ted S 01-21-2007 06:02 PM

Quote:

Originally Posted by shaynehammy (Post 1164322)
Please can someone help.
I have installed this hack but when viewing as a vistor you get

www.thechiefbaboon.com/forums/index.php

Thanks

It appears you have not followed all of the instructions. You will need to (1) remove the exiting welcome header which has the wrong text and (2) add the $welcomeheaders variable to your header or navbar templates.

NathanLedet 01-22-2007 03:13 PM

I apologize if this has already been addressed, but I don't have time to read 33 pages. This is an excellent mod, and I'd really like to install it. However, I'm curious what this mod does with spiders. My forum is ranked pretty high on the google forums because of the google spiders. Will this mod ignore the google spiders and let them lurk as they normally do? Does this mod only target "guest" and ignore "google spider" or "yahoo slurp spider"?

Thanks :)

Smitty 01-22-2007 03:31 PM

Quote:

Originally Posted by NathanLedet (Post 1165073)
I apologize if this has already been addressed, but I don't have time to read 33 pages.

Too bad. It really doesn't take very long to read the entire thread. But to spoon feed you, I doubt it will affect Google content spiders. I have a pretty well ranked site and have had this hack in for quite a while. My traffic continues to grow each month so I don't see it affecting my site traffic coming from Google.

It does tell Google AdSense not to consider the text within when figuring out what ads to place.

Ted S 01-22-2007 03:54 PM

Quote:

Originally Posted by NathanLedet (Post 1165073)
I apologize if this has already been addressed, but I don't have time to read 33 pages. This is an excellent mod, and I'd really like to install it. However, I'm curious what this mod does with spiders. My forum is ranked pretty high on the google forums because of the google spiders. Will this mod ignore the google spiders and let them lurk as they normally do? Does this mod only target "guest" and ignore "google spider" or "yahoo slurp spider"?

Thanks :)

This hack treats a guest as a guest regardless of what type of guest it may be.

Thousands of sites use this with few, if any, reports of problems with their SERP listings. That said, you can turn your messages into images (rather than text) as vbSEO's site does which will reduce any potential SEO impact.

NathanLedet 01-22-2007 04:44 PM

I appreciate the mature response Ted.

rnmcd 01-22-2007 07:06 PM

Consider making a donation to help with the development and support.:)

Yes, I did make a donation.

Ted S 01-22-2007 08:46 PM

Quote:

Originally Posted by rnmcd (Post 1165213)
Consider making a donation to help with the development and support.:)

Yes, I did make a donation.

Thank you!
:D

Tungsten 01-24-2007 01:47 PM

How would I structure the conditional statement to only show a particular welcome header phrase when the user is visiting a certain forum?

I tried this and it just showed it on every page of the forum... :(

Code:

                                  <if condition="$forum[forumid]=22">
                                        <!-- training forum announcement -->
                                        <br />
                                        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                                        <tr>
                                                <td class="alt1">
                                                        <phrase 1="$bbuserinfo[username]" 2="$vboptions[bbtitle]" 3="sendmessage.php$session[sessionurl]">$vbphrase[welcome_trainingdisclaimer]</phrase>
                                                </td>
                                        </tr>
                                        </table>
                                        <br />
                                        <!-- / training forum announcement -->
                                <else />

Thanks in advance.

Tungsten 01-24-2007 02:28 PM

Nevermind, I changed it from

Code:

if condition="$forum[forumid] == 22"
to

Code:

if condition="$forumid == 22"
And it started working.


All times are GMT. The time now is 06:23 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.02078 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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