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)

arena 01-15-2007 10:19 PM

Thank you

King Justice 01-15-2007 10:37 PM

Thanks; I have installed it and it works great! Thanks a million and one! :)

BassX 01-17-2007 10:33 PM

Thank you!

This is a great Product and only took minutes to install and a little more time to customize for my site.

Philster 01-17-2007 11:38 PM

Superb hack, one of the best ones currently available. Keep up the great work.

Phil.

rnmcd 01-20-2007 11:18 PM

I'm so very close to being able to click "installed" for this, my first mod!
Right now I am trying to edit the "Enable Never Posted Message". I looks like it works fine because I get
Quote:

Saved Phrase welcome_neverposted Successfully
BUT then I am taken to a 'Phrases' page...do I need to do anything there?

Thanks.

Philster 01-20-2007 11:36 PM

I never have and have not had any trouble at all. Curious what others have done though?

Phil.

Ted S 01-21-2007 07:42 AM

Quote:

Originally Posted by rnmcd (Post 1163894)
I'm so very close to being able to click "installed" for this, my first mod!
Right now I am trying to edit the "Enable Never Posted Message". I looks like it works fine because I get
BUT then I am taken to a 'Phrases' page...do I need to do anything there?

Thanks.

Nope

VaaKo 01-21-2007 11:05 AM

/me clicks install!

Snake 01-21-2007 11:24 AM

Thanks, I have just updated it! :D

shaynehammy 01-21-2007 03:14 PM

Please can someone help.
I have installed this hack but when viewing as a vistor you get

Quote:

Welcome to the [ARG:3 UNDEFINED] forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.
www.thechiefbaboon.com/forums/index.php

Thanks

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.

Smitty 01-24-2007 05:18 PM

Quote:

Originally Posted by Tungsten (Post 1166401)
How would I structure the conditional statement to only show a particular welcome header phrase when the user is visiting a certain forum?

Good thought! I put in code and several custom phrases for additional user groups I have, but hadn't thought of an individual forum code and phrase. :up:

Ted S 01-25-2007 01:02 AM

Quote:

Originally Posted by Smitty (Post 1166526)
Good thought! I put in code and several custom phrases for additional user groups I have, but hadn't thought of an individual forum code and phrase. :up:

Welcome Headers is just a framework, the most successful sites I've seen are those that really tailor their messaging to what their users do. This could be information on a specific forum, reminders to fill out a profile, use a new tool, etc...

Tungsten 01-26-2007 12:24 PM

Quote:

Originally Posted by Ted S (Post 1166743)
Welcome Headers is just a framework, the most successful sites I've seen are those that really tailor their messaging to what their users do. This could be information on a specific forum, reminders to fill out a profile, use a new tool, etc...

Indeed. I am using it not only for new users, non-posting users, but also for adding disclaimers and other such text to certain forums. I've found the product to be incredibly versatile and limited only by the forum administrator's imagination.

Ya done good, TedS. ;)

Quantnet 01-26-2007 04:27 PM

Quote:

Originally Posted by Tungsten (Post 1167721)
Indeed. I am using it not only for new users, non-posting users, but also for adding disclaimers and other such text to certain forums. I've found the product to be incredibly versatile and limited only by the forum administrator's imagination.

Ya done good, TedS. ;)

Sounds great. How do i add special texts to some forum ?
Thanks

mrkhm 01-26-2007 07:13 PM

works a treat 3.6.4 and you can include your own html code and be as creative as almost having it like a seo ripe home page, nice one!

fpattberg 01-27-2007 05:30 PM

Hi guys!

I am getting this error message;

Parse error: syntax error, unexpected ']', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/fabian/public_html/forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 159

when I doing Step 2 and parse it into the header.

I have no experience with PHP so please be gentle!

What can I do?

Fabian

Ted S 01-27-2007 05:44 PM

It sounds like you are removing or adding the wrong code, try again.

fpattberg 01-27-2007 05:52 PM

Problem solved!

Sorry! My first ever PHP mod!

Fabian

rrr 01-27-2007 05:57 PM

If I'm using an older version of this mod (version 4.0.6 for 3.5), should I completely uninstall the old version and re-install the new version or will the upgrade procedure in upgrade.html work?

Eq4bits 01-28-2007 01:22 AM

*clicks install*
Just what I needed!

Shazz 01-28-2007 01:25 AM

Congrats being in the top 5 all time for vB.org

Ted S 01-28-2007 03:18 AM

Upgrading is fine.

Quantnet 01-28-2007 06:59 AM

Ted S,

I have vbadvanced on my site home. The welcome message works fine on forum home, how do i get it to work on homepage also ?

thanks

Ted S 01-28-2007 06:50 PM

I don't support integration with other hacks, you would need to look at the code or search for answers to that topic.

curriertech 01-29-2007 02:32 PM

Quote:

Originally Posted by Quantnet.org (Post 1168806)
Ted S,

I have vbadvanced on my site home. The welcome message works fine on forum home, how do i get it to work on homepage also ?

thanks

See posts 113-115 regarding adding the variable to the vbacmps settings.

Quantnet 01-29-2007 03:04 PM

Quote:

Originally Posted by curriertech (Post 1169830)
See posts 113-115 regarding adding the variable to the vbacmps settings.

Many thanks. Got it to work.

melscamera 02-03-2007 06:34 AM

This is exactly what i was looking for tonight. Thank you

http://forums.melscamera.com

Konstantinos 02-04-2007 06:59 AM

Can u add an option for those who havent purchased a paid subscription?

Bubble #5 02-04-2007 03:00 PM

Wouldn't a standard announcement achieve the same thing? ;) It contains a global announcement option.

Merriweather 02-04-2007 04:31 PM

Quote:

Originally Posted by Konstantinos (Post 1174185)
Can u add an option for those who havent purchased a paid subscription?

I would like something like this as well, if it's possible. :)


All times are GMT. The time now is 03:22 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.03039 seconds
  • Memory Usage 1,828KB
  • 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
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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