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)

Fusion2 11-14-2006 02:52 AM

Does this work with 3.6.3?

Shazz 11-14-2006 02:53 AM

Quote:

Originally Posted by Fusion2 (Post 1116820)
Does this work with 3.6.3?

Yes....

JohnGBSA 11-14-2006 09:53 AM

I had this mod installed with vB 3.5 and all worked well. Great mod!

I've upgraded to vB 3.6.3 and installed the new one, which seems to also be working well besides one small problem (which I'm pretty convinced is me).

I want to change the welcome header from "Welcome 'username'" to "Welcome 'custom field 5'". Custome field 5 is the users first name in this case.

I have tried the following which I am sure worked before, but now don't seem to work.

$bbuserinfo['field5']
$bbuserinfo[field5]
{$bbuserinfo['field5']}
{$bbuserinfo[field5]}

But all of them just bring up the actual text in the welcome header rather than the contents of the custom field.

Any help would be greatly apreciated.

Thanks,

john

Big-K 11-14-2006 08:36 PM

Hi,

How can I have an image background like the version at vbseo.com?

Ted S 11-15-2006 12:18 AM

Quote:

Originally Posted by JohnGBSA (Post 1116963)
$bbuserinfo['field5']
$bbuserinfo[field5]
{$bbuserinfo['field5']}
{$bbuserinfo[field5]}

But all of them just bring up the actual text in the welcome header rather than the contents of the custom field.

Any help would be greatly apreciated.

You will need to add the variables to your welcome headers templates using the variables system. For example, <phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]" 3="$vboptions[bbtitle]" 4="sendmessage.php$session[sessionurl]"> has 4 variables with different values. If you added 5="$bbuserinfo['field5']" you could then call it from the phrase as {5}. Alternatively you can stop using phrases and write your messages directly into the templates using any variable you please.

Ted S 11-15-2006 12:20 AM

Quote:

Originally Posted by Big-K (Post 1117417)
Hi,

How can I have an image background like the version at vbseo.com?

vbSEO uses the main welcome headers as images, rather than text. They also have a slightly different version for their member groups. This can be accomplished by slightly modifying the template welcome_headers to add whatever html and css you need to create your layout.

See http://www.vbseo.com/f28/how-make-yo...rs-image-7549/ for more information

JohnGBSA 11-15-2006 12:43 AM

Quote:

Originally Posted by Ted S (Post 1117586)
You will need to add the variables to your welcome headers templates using the variables system. For example, <phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]" 3="$vboptions[bbtitle]" 4="sendmessage.php$session[sessionurl]"> has 4 variables with different values. If you added 5="$bbuserinfo['field5']" you could then call it from the phrase as {5}. Alternatively you can stop using phrases and write your messages directly into the templates using any variable you please.

Thanks Ted.

Was there a change from vb 3.5 that stoped it being possible to just use $bbuserinfo['fieldx'] ?

Cheers,

John

Ted S 11-15-2006 01:19 AM

Quote:

Originally Posted by JohnGBSA (Post 1117597)
Thanks Ted.

Was there a change from vb 3.5 that stoped it being possible to just use $bbuserinfo['fieldx'] ?

Cheers,

John

No. If you're editing a template you can use variables directly, phrases tend to need you to call out the variables afaik.

Bruwat 11-15-2006 12:34 PM

Quote:

Originally Posted by Bruwat (Post 1102912)
^I am at the final part of the installation...at the "add new plugin" part to install the php...when it says "Hook Location
This specifies the location within the vBulletin code of the hook that will fire this plugin function."

Do I put in "forumhome_start"? Or do i leave it on the defaul ajax selection? Or..is it something totally different?! thanks


I still am stuck with this....any help?:confused:

KipLarson 11-15-2006 06:08 PM

Is there a link to this for vB 3.61? Or will this version work as well?

JohnGBSA 11-15-2006 09:39 PM

Quote:

Originally Posted by Ted S (Post 1117586)
You will need to add the variables to your welcome headers templates using the variables system. For example, <phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]" 3="$vboptions[bbtitle]" 4="sendmessage.php$session[sessionurl]"> has 4 variables with different values. If you added 5="$bbuserinfo['field5']" you could then call it from the phrase as {5}. Alternatively you can stop using phrases and write your messages directly into the templates using any variable you please.

Should I do this within the replacement variable manager or is there somewhere else I should?

Also what are the already defined variables, i.e. {1} {2} etc.?

Thanks,

John

KipLarson 11-16-2006 09:00 PM

Doesn't anyone know if this works with vb 3.61?

Shazz 11-16-2006 09:56 PM

Quote:

Originally Posted by KipLarson (Post 1118909)
Doesn't anyone know if this works with vb 3.61?

It does..

Ted S 11-17-2006 12:44 AM

Quote:

Originally Posted by KipLarson (Post 1118079)
Is there a link to this for vB 3.61? Or will this version work as well?

As stated in the install file and description, this is 3.6 compliant.

Ted S 11-17-2006 12:45 AM

Quote:

Originally Posted by JohnGBSA (Post 1118207)
Should I do this within the replacement variable manager or is there somewhere else I should?

Also what are the already defined variables, i.e. {1} {2} etc.?

You will need to add the variables to the template welcome_headers and call them via the phrases. The defined variables can be found in the template.

Ted S 11-17-2006 12:46 AM

Quote:

Originally Posted by Bruwat (Post 1117887)
I still am stuck with this....any help?:confused:

I've got no idea what you are referring to. Please explain.

Bruwat 11-17-2006 05:12 AM

Quote:

Originally Posted by Ted S (Post 1119063)
I've got no idea what you are referring to. Please explain.

Sorry, ignore me, I have just found out what I was doing wrong...I'm an idiot!

Fricking GREAT hack though :D

Mudvayne 11-17-2006 05:12 AM

Quote:

Originally Posted by KipLarson (Post 1118079)
Is there a link to this for vB 3.61? Or will this version work as well?

It works fine with vB 3.6.x.. Why don't you give it a try? This is just a product.. All you have to import a product & edit templates.. After that you can also confirm someone else that this hack works fine :p..

KipLarson 11-17-2006 02:50 PM

Ok, I'll try it out this weekend and post back links to my results.

JohnGBSA 11-18-2006 01:19 PM

Quote:

Originally Posted by Ted S (Post 1119062)
You will need to add the variables to the template welcome_headers and call them via the phrases. The defined variables can be found in the template.

Thanks Ted.

I have it sorted now :o)

/John

rnmcd 11-18-2006 08:05 PM

Are there screen shots of this available?

Thanks.

Ted S. has been helpful to me on other website forums...nice fellow.

Ted S 11-18-2006 11:25 PM

There are screenshots posted in the main thread.

rnmcd 11-18-2006 11:27 PM

I am 100% positive they weren't there earlier today.

Shazz 11-18-2006 11:33 PM

Quote:

Originally Posted by rnmcd (Post 1120349)
I am 100% positive they weren't there earlier today.

Theyve been there since the thread started.

rnmcd 11-18-2006 11:39 PM

I've seen the screenshots for this mod on previous days that I looked at it, but they weren't there when I looked at the thread today.

Ted S 11-18-2006 11:48 PM

Well I suggest you double check your monitor as those screen shots are very, very old.

rnmcd 11-19-2006 01:55 AM

Is Ted S.'s right-side screenshot the Guest Message?

I have something similiar to that already but I don't have the rest of the features in his mod.

I'd kinda like to continue using my 'welcome and registration message' but use the rest of the great features in Ted S's mod. Is that possible?

rnmcd 11-19-2006 03:10 AM

Regarding the install.html and upgrade.html instructions, if this is my first install of this mod do I first follow the install.html instructions then the upgrade.html instructions?

rnmcd 11-19-2006 03:12 AM

Quote:

Originally Posted by Ted S (Post 1120372)
Well I suggest you double check your monitor as those screen shots are very, very old.

For some reason, everytime I open this thread in IE, I get 6 or 7 error messages. Firefox doesn't show any errors.

Ted S 11-19-2006 07:05 AM

Quote:

Originally Posted by rnmcd (Post 1120487)
Regarding the install.html and upgrade.html instructions, if this is my first install of this mod do I first follow the install.html instructions then the upgrade.html instructions?


If you are installing, follow the install.html file. If you are upgrading, follow upgrade.html.

coffee 11-19-2006 08:39 PM

Upgraded to 4.1.3

Thank you Ted S.

Shazz 11-19-2006 08:48 PM

/me is trying the update now

Bad Bunny 11-19-2006 11:08 PM

um, how do I know which one to download? Both attachments seem to be for vb 3.6....

hotwheels 11-19-2006 11:48 PM

This is the one i used: welcomeheaders 4 1 2 vb3 6.zip

Bad Bunny 11-20-2006 12:13 AM

Right, but in his new mod he says to use the latest one...which has a different release name. But neither zip name matches. Sort of obscure. "Updates
4.1.3 - Added support for Limited Guest Viewing system" 4 1 2 sounds like the previous version. But the other one has no version numbering at all. :)

rnmcd 11-20-2006 01:12 AM

Who should use the "welcome headers 3.6zip"?

TaBaTaN 11-20-2006 02:37 AM

Installed.
Thank you

Ted S 11-20-2006 03:40 AM

Sorry, have fixed the plugin to only show the latest file.

Bad Bunny 11-20-2006 05:41 AM

Thanks. Can't wait to try it out.

imranbaig 11-20-2006 07:46 PM

nice upgrade I will be installing it thank you.


All times are GMT. The time now is 09:32 AM.

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.02243 seconds
  • Memory Usage 1,823KB
  • 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
  • (17)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