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)

Shazz 06-18-2007 03:00 AM

If 3 in a row people are getting it, Im sure the next people that try it will...

StonePilot 06-18-2007 03:09 AM

I found the error, it was in the URL tag at the top, there is no opening "<" on the closing URL tag.

Line 7 should be
<url>https://vborg.vbsupport.ru/showthread.php?p=807808</url>

forumrating 06-18-2007 04:30 AM

downloaded but showing errors

XML Error: mismatched tag at Line 213

Ted S 06-18-2007 05:26 AM

Sorry about that. I've updated the zip file.

welo 06-18-2007 06:25 AM

Forgive me if this has been asked already (prolly has in 58 pages), but is there a workaround for custom usergroups with this hack? I think the last time I tried working with it was September last year and I wasn't having too much luck with that.

As a spam/flood buffer we basically have a probationary usergroup that requires 5 posts before most board features become available, so obviously I must customize messages for that group to inspire them to get to/past that post count.

Charlie98902 06-18-2007 12:03 PM

That fixed it thank you for the update.

underworldmagic 06-18-2007 12:22 PM

i currently have Welcome Headers 3.6 on my vbulletin forum (v3.6.5) and wish to upgrade my forum to the latest version, and also welcome headers as well to the latest version,

how should i go about doing this, should i upgrade vbulletin first or welcome headers? and will my settings (welcome messages) be deleted?

Shazz 06-18-2007 12:24 PM

Quote:

Originally Posted by underworldmagic (Post 1270916)
i currently have Welcome Headers 3.6 on my vbulletin forum (v3.6.5) and wish to upgrade my forum to the latest version, and also welcome headers as well to the latest version,

how should i go about doing this, should i upgrade vbulletin first or welcome headers? and will my settings (welcome messages) be deleted?

Upgrade first

underworldmagic 06-18-2007 12:37 PM

Thanks,

should i uninstall welcome headers before i upgrade vbulletin, if so, how would i do this?

Shazz 06-18-2007 12:41 PM

Quote:

Originally Posted by underworldmagic (Post 1270927)
Thanks,

should i uninstall welcome headers before i upgrade vbulletin, if so, how would i do this?

Just disable it and then upgrade it after

underworldmagic 06-18-2007 12:41 PM

thanks

pictureboarduk 06-18-2007 01:46 PM

Great! New release today.

I'm going to install this, BUT, does it still wotk with the Limited Guest Viewing hack found here:-

https://vborg.vbsupport.ru/showthread.php?t=131985

?

Many thanks!

Shazz 06-18-2007 01:50 PM

Quote:

Originally Posted by pictureboarduk (Post 1270980)
Great! New release today.

I'm going to install this, BUT, does it still wotk with the Limited Guest Viewing hack found here:-

https://vborg.vbsupport.ru/showthread.php?t=131985

?

Many thanks!

There 2 different things, I see no problem with it

Ted S 06-18-2007 03:07 PM

Quote:

Originally Posted by pictureboarduk (Post 1270980)
Great! New release today.

I'm going to install this, BUT, does it still wotk with the Limited Guest Viewing hack found here:-

https://vborg.vbsupport.ru/showthread.php?t=131985

?

Many thanks!

Yup. There are options in the welcome headers system settings to change how/ what is displayed if the limited guest viewing system is also on.

SCRIPT3R 06-18-2007 04:33 PM

Re: Do you wish to display a global announcement message? Note: This will not show up for users who see other welcome messages.

...after the upgrade to 4.2.0, the Enable Global Announcement appears to Guests that also see the other welcome message. i believe the Global Announcements should NOT show to Guest (Unregistered) if the Welcome Message appears. Is this not correct?

Ted S 06-18-2007 04:57 PM

That's correct.

Please download and install the latest version which fixes this issue (just released).

Alibass 06-18-2007 06:04 PM

What version number is this new release suppose to be, 4.2.q or 4.2.1?

The one I downloaded shows 4.2.q

da420 06-18-2007 06:47 PM

lol seeing as the 'q' is right below the '1' key on your keyboard, it's safe to assume it's a typo, and that it was meant to be 4.2.1.

Alibass 06-18-2007 07:08 PM

@da420

I am sorry I see nothing funny in my question. Being a tester of many programs we often use letters for version (IE 3.5.1q) suffixes before releasing final to the public.

da420 06-18-2007 07:13 PM

The question wasn't funny. The typo, to me, was mildly though.

mp34play 06-18-2007 07:38 PM

Very nice..Installed. :up:

SCRIPT3R 06-18-2007 07:55 PM

Quote:

Originally Posted by GearTripper (Post 1271076)
Re: Do you wish to display a global announcement message? Note: This will not show up for users who see other welcome messages.

...after the upgrade to 4.2.0, the Enable Global Announcement appears to Guests that also see the other welcome message. i believe the Global Announcements should NOT show to Guest (Unregistered) if the Welcome Message appears. Is this not correct?

Quote:

Originally Posted by Ted S (Post 1271092)
That's correct.

Please download and install the latest version which fixes this issue (just released).

thnx! also, i always edit my installed mods so that they're group similar... for example what i've done to yours; and corrected the released version number. ;)

LegolasTheElf 06-19-2007 10:28 PM

I'm seeing an issue. I installed this a few days ago before the last two minor updates, and everything worked great. Then, on a second site, I installed the latest version. But, when it shows the "Please register" info with the link to 'contact us', the contact us link is wrong.. it has the URL like this: http://www.blah.com/sendmessage.phps...145abe264387a& but, it needs a '?' between the php and the 's=....'.. How do I fix that? I'm guessing it's a typo, but can you confirm?

Otherwise, fantastic mod! :)

LegolasTheElf 06-19-2007 10:45 PM

Solved it.. Go to Style Manager, welcome_headers

find:
Code:

<phrase 1="$vboptions[bbtitle]" 2="sendmessage.php$session[sessionurl]" 3="$bbuserinfo[username]">$vbphrase[welcome_gannounce]</phrase>
replace it with:
Code:

<phrase 1="$vboptions[bbtitle]" 2="sendmessage.php?$session[sessionurl]" 3="$bbuserinfo[username]">$vbphrase[welcome_gannounce]</phrase>
Problem solved :)

vitrag24 06-20-2007 06:11 PM

Quote:

Originally Posted by Ted S (Post 1269933)
I don't check other hacks for compatibility. Give it a try and see if it works for you.

k.thx
but can u just tell me will it do work like welcomepaneltemplate rewrite add-on also?

SCRIPT3R 06-20-2007 06:51 PM

RE: Never Posted Message vs. Global Announcement

currently the Never Posted Message will supersede/override any Global Announcement; can this be changed? i haven't checked how other message react to one another, but this one stands out as important enough to probably warrant a change of sort.

biglips31 06-20-2007 07:30 PM

Great Mod thank you...

I updated my xml but where it the welcome header in the Admin CP panel?

Shazz 06-20-2007 07:37 PM

Quote:

Originally Posted by biglips31 (Post 1272676)
Great Mod thank you...

I updated my xml but where it the welcome header in the Admin CP panel?

vBOptions

biglips31 06-20-2007 08:45 PM

Quote:

Originally Posted by Shazz (Post 1272678)
vBOptions

Thanks Shazz,

Right where you said.... :o

Shazz 06-20-2007 08:53 PM

Quote:

Originally Posted by biglips31 (Post 1272720)
Right where you said.... :o

Like always :D

Ted S 06-20-2007 10:21 PM

Quote:

Originally Posted by vitrag24 (Post 1272622)
k.thx
but can u just tell me will it do work like welcomepaneltemplate rewrite add-on also?

I've never used that plugin.

Ted S 06-20-2007 10:22 PM

Quote:

Originally Posted by GearTripper (Post 1272653)
RE: Never Posted Message vs. Global Announcement

currently the Never Posted Message will supersede/override any Global Announcement; can this be changed? i haven't checked how other message react to one another, but this one stands out as important enough to probably warrant a change of sort.

It sure can, this is why I release the latest upgrade. Just edit the template welcome_headers and move around the code for the messages as you see fit.

sybakaos 06-21-2007 04:14 PM

I installed and registrations went up from 30/day to 120/day (average), and no, that's not due to visitor increase ;). That's 400% more... Awesome!

vitrag24 06-22-2007 08:01 PM

one request to you..
plz see this add-on..i have installed it..
https://vborg.vbsupport.ru/showthread.php?t=100672
ur hack will be compatible with it?

plz i'm not a programmer but a medical student so not much idea..
plz guide me

vitrag24 06-22-2007 08:02 PM

and i havent enabled vbseo than shd i add in header or in navbar template?

Ted S 06-22-2007 08:29 PM

Quote:

Originally Posted by vitrag24 (Post 1274189)
one request to you..
plz see this add-on..i have installed it..
https://vborg.vbsupport.ru/showthread.php?t=100672
ur hack will be compatible with it?

plz i'm not a programmer but a medical student so not much idea..
plz guide me

Try and and find out. If not, remove it.

Ted S 06-22-2007 08:29 PM

Quote:

Originally Posted by vitrag24 (Post 1274190)
and i havent enabled vbseo than shd i add in header or in navbar template?

Whichever you prefer. vbSEO recommends the navbar template.

pictureboarduk 06-22-2007 08:57 PM

Quote:

Originally Posted by pictureboarduk View Post
Great! New release today.

I'm going to install this, BUT, does it still wotk with the Limited Guest Viewing hack found here:-

https://vborg.vbsupport.ru/showthread.php?t=131985

?

Many thanks!

Quote:

Originally Posted by Ted S
Yup. There are options in the welcome headers system settings to change how/ what is displayed if the limited guest viewing system is also on.

Thanks Ted!

Which one is best to install first? Do the order of installation make a difference at all?

Thanks.

Ted S 06-22-2007 09:48 PM

Makes no difference at all so start with this one, then move on.

pictureboarduk 06-22-2007 10:10 PM

Thanks for the fast reply. :)


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
  • Page Generation 0.01961 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
  • (2)bbcode_code_printable
  • (16)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