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)

Mrdby 04-20-2007 10:50 AM

I see when i click register or contact with the new header..it takes doesn't have mysite.com/forum.register.php it has mysite.com/register.php and all that is uploaded under my forum folder..how can i change this?

Mrdby 04-20-2007 10:57 AM

I see... i need to add it to my vBadvanced CMPS v2.2.1 section.how do I change this? it's on my root.

Ted S 04-20-2007 04:18 PM

Mrdby,

Unfortunately I am not familiar with the vBadvanced system and can't help you with your integration to it. However, there are some discussions of this in the past if you search this thread.

Mrdby 04-20-2007 04:19 PM

I mean..just the code itself?..ok i will look. Thanks

Mrdby 04-20-2007 04:58 PM

NO good ted..not in here..thanks anyway

Mrdby 04-20-2007 09:10 PM

what was i thinking..I just edited the guest message and replaced it with the register and sendmessage link from the forums.

Welcome to the <strong>{3}</strong> Community. <br /><br />You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our <strong>free</strong> community you will have access to post topics, communicate privately with other members (PM), respond to polls, use the member's map, play the arcade with over 400 GREAT games!!, upload content and access many other special features. Registration is fast, simple and absolutely free so please, <a href=http://yoursite.com//forum/register.php><strong>join our community today</strong></a>! <br /><br />If you have any problems with the registration process or your account login, please contact <a href=http://yoursite.com/forum/sendmessage.php>contact us</a>.

NOW it works with CMPS

Doug Nelson 04-22-2007 04:39 AM

Marked installed, and it's a great mod.

I have some other apps (Photopost, vbadvanced) integrated with vb, and they show the guest headers, which is great. However, the contact link shows the wrong path when view from these integrated pages.

Also, I like the unconfirmed reminder, but don't want it to show to my COPPA group (I've been using that as my banned group). Can I change this?

Ted S 04-22-2007 04:23 PM

Sure thing Doug. Just open up the welcome_headers template and change the group for your unconfirmed message to whatever group you prefer (it's commented and marked in the template). As fr the contact link, you can also change that by editing the template or phrase.

Doug Nelson 04-22-2007 07:22 PM

Thanks for the tip, but I'm afraid I'm dumber than I look. I found this:

Code:

<if condition="is_member_of($bbuserinfo, 3) AND $vboptions[wlhunconfirmed]">
Does that mean it only shows to members of usergroup 3? Or does that "AND" add another group?

OT:
I noticed this while I was in there, what does this mean:

Code:

<!-- google_ad_section_start(weight=ignore) -->

Ted S 04-22-2007 09:11 PM

No, it only checks for the usergroup 3. The AND condition checks to see if you have enabled that particular message.

The other code you referred to is something to help Google AdSense users keep their ads relevant by telling Google to ignore the welcome headers content.

Doug Nelson 04-22-2007 10:06 PM

Thanks.

And I use AdSense, so thanks for that, as well. Nice touch.

popowich 04-24-2007 10:45 PM

Hello,

The welcome headers have worked great for me for some time now, thank you!

Is there a way to make them display on my arcade page too?

For some reason users in the arcade, even though they see the navbar, do not get the welcome headers.

-Raymond

accessdeniedzzz 04-27-2007 03:26 PM

(Y) thnks

ro_manuel 04-27-2007 10:32 PM

Hey,

Do Can I Use It? Its Not Even Working! How Do I Post It?

boooo

Shazz 04-27-2007 11:37 PM

Quote:

Originally Posted by ro_manuel (Post 1236730)
Hey,

Do Can I Use It? Its Not Even Working! How Do I Post It?

boooo

Whoa... Calm down sir :)
.
.
:erm:

What kind of problems are you having? Specific problems

Ted S 04-27-2007 11:56 PM

Quote:

Originally Posted by ro_manuel (Post 1236730)
Do Can I Use It? Its Not Even Working! How Do I Post It?

Have you installed the hack? Have you made the template modifications required? Are you visiting the board as a guest or a member?

I'm glad to help you out but let's be clear on a few things... first off, this hack and the version for 3.5 has be installed thousands of times, so it works fine, if you're having a problem, I can help you solve it but have a little patience -- I offer to support my hacks but no where does it say the support is instant, this is a free product afterall.

popowich 04-28-2007 03:53 PM

Should this work? Thank you.

-Raymond

Ted S 04-28-2007 06:20 PM

I can't offer troubleshooting with other hacks as I don't know them or the code used to produce them. I imagine the arcade has different logic and possibly different templates which you should look at.

popowich 04-28-2007 06:39 PM

I'm confused. The arcade includes the standard vbulletin navbar. The welcome headers are part of the navbar. Every other piece of my navbar (includes the 3 boxes below it, welcome headers are the top box). Everything displayed except the welcome headers. Is there anything that I can do to troubleshoot this issue myself? It would be great if guests who land on my arcade homepage would see the welcome headers information and forums registration link. It doesn't look to be a /forums/ thing since I can go to other directories underneath such as the blogs folder and they work OK there.

-Raymond

popowich 04-28-2007 07:12 PM

I asked in the arcade support forum too. They say the arcade does not use templates?

So, I guess my next question is, is there a snippet of code I can manually include to the arcade that -might- display the welcome headers?

-Raymond

Ted S 04-28-2007 08:06 PM

Welcome Headers uses templates (that's all the code really is) which are fetched with the command:

Code:

eval('$welcomeheaders = "' . fetch_template('welcome_headers') . '";');
You could certainly add that as a plugin or to the source where-ever you like and once envoked, the $welcomeheaders variable will be active.

2 FN LOW 04-29-2007 04:24 AM

how you doing...i installed the product, made the 2 templates changes and its not working for me...My old welcome message is still showing up...I viewed the board as a guest after i made the first edit (to remove the orig. welcome message) and it was still there after i did that...So i figured what the hell, lets finish the installation anyway and see what happens...Well, its not working for me and i cant really figure out why..

Doug Nelson 04-29-2007 04:00 PM

This is a great mod, but it would be even better if the text got entered on the mod options page instead of via edit phrases. I edit the phrase, then have to manually nav back to the options page and click the link again if I want to re-edit.

Ted S 04-29-2007 04:57 PM

Quote:

Originally Posted by 2 FN LOW (Post 1237405)
how you doing...i installed the product, made the 2 templates changes and its not working for me...My old welcome message is still showing up...I viewed the board as a guest after i made the first edit (to remove the orig. welcome message) and it was still there after i did that...So i figured what the hell, lets finish the installation anyway and see what happens...Well, its not working for me and i cant really figure out why..

If the old message is showing up then your template hasn't been modified (if it had been, there would be no original message to show). If you have multiple tempalate sets you may have to do this for each master style.

2 FN LOW 04-30-2007 02:09 AM

Quote:

Originally Posted by Ted S (Post 1237679)
If the old message is showing up then your template hasn't been modified (if it had been, there would be no original message to show). If you have multiple tempalate sets you may have to do this for each master style.

well, it has been modified and i changed what the instructions said to change and the orig welcome message is still there....no lie

Ted S 04-30-2007 03:42 AM

I'm not sure what to tell you; if you had removed the message then it wouldn't be there at the very least. If you PM me the url to your forum I can tell you what's been changed.

Dark_Sirius 04-30-2007 11:17 PM

Very nice, installed. :)

parabat 05-02-2007 01:21 PM

Ted S, thanx for a great mod :up:

Can I suggest an addition for this mod. Can we have a header message shown for specific groups with a "read" button to remove it once it has been read? Kinda like and announcment?
So if we have 2 or three options to specify a desired usergroup with the desired header info and a read button at the bottom?

-PB

Ekka 05-03-2007 06:45 AM

Had the mod installed, great.

However I need clarity on one thing, but I haven't read the 48 pages of this thread either.

If the external link takes you to a thread, could even be for example page 10 of a thread, is the welcome header supposed to show?

Mudvayne 05-03-2007 07:49 AM

Quote:

Originally Posted by Ekka (Post 1240402)
Had the mod installed, great.

However I need clarity on one thing, but I haven't read the 48 pages of this thread either.

If the external link takes you to a thread, could even be for example page 10 of a thread, is the welcome header supposed to show?

If any page call the 'header' template then it 'll appear on that page. So your answer is yes.

faisj 05-03-2007 05:46 PM

If vBulletin has a forum software upgrade what should I do???
I mean I am editing files now.. when the software is upgraded would the code not mix up?

Scamorz 05-03-2007 06:01 PM

Hi, in my forumhome there is not: <if condition="$show['guest']">
I cannot find it...

Why???

Ted S 05-04-2007 12:30 AM

Quote:

Originally Posted by Ekka (Post 1240402)
Had the mod installed, great.

However I need clarity on one thing, but I haven't read the 48 pages of this thread either.

If the external link takes you to a thread, could even be for example page 10 of a thread, is the welcome header supposed to show?

The headers will show up on any page within the standard vbulletin system (and even most addon pages unless they don't use normal templates).

Ted S 05-04-2007 12:31 AM

Quote:

Originally Posted by faisj (Post 1240743)
If vBulletin has a forum software upgrade what should I do???
I mean I am editing files now.. when the software is upgraded would the code not mix up?

This addon uses a plugin. When you upgrade vbulletin it should continue to work unless there is a massive change to the system, in which case an upgrade would be released to this addon as well.

Ted S 05-04-2007 12:32 AM

Quote:

Originally Posted by Scamorz (Post 1240749)
Hi, in my forumhome there is not: <if condition="$show['guest']">
I cannot find it...

Why???

Either you already modified the template, are using a custom style that does not include that code or didnt find the code.

faisj 05-04-2007 07:24 AM

Quote:

Originally Posted by Ted S (Post 1240984)
This addon uses a plugin. When you upgrade vbulletin it should continue to work unless there is a massive change to the system, in which case an upgrade would be released to this addon as well.

I installed it.
Ps very easy to do thanks

I just am scared that with a major vbulletin update it all becomes a problem (add ons)

Quantnet 05-04-2007 12:16 PM

Was able to change the color background by adding an additional CSS from this guide http://www.vodahost.com/vodatalk/sta...nd-colour.html
Now trying to get the dotted border. Anyone has any tip on how to use CSS to add the dotted border. Thanks

Burley 05-04-2007 02:28 PM

Great hack!!

I installed it on a 3.6.5 board and it works as long as I'm a guest or if the user has never made a post. But as soon as I log in as a user who has been active it doesn't show the messages anymore. The same go's for the admin account.

Both do see the "special" messages.

Got any suggestions?

Ted S 05-05-2007 12:55 AM

Quote:

Originally Posted by Burley (Post 1241363)
Great hack!!

I installed it on a 3.6.5 board and it works as long as I'm a guest or if the user has never made a post. But as soon as I log in as a user who has been active it doesn't show the messages anymore. The same go's for the admin account.

Both do see the "special" messages.

Got any suggestions?

Enable the messages you want to show up in your Admin CP --> Options --> Welcome Header System.

Ted S 05-05-2007 12:56 AM

Quote:

Originally Posted by Quantnet.org (Post 1241277)
Was able to change the color background by adding an additional CSS from this guide http://www.vodahost.com/vodatalk/sta...nd-colour.html
Now trying to get the dotted border. Anyone has any tip on how to use CSS to add the dotted border. Thanks

While this is not the place for css help, here goes:

Code:

style="border:dashed 1px black;"
Just plug that in to your main <div> or <table> tag.


All times are GMT. The time now is 10:53 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.02634 seconds
  • Memory Usage 1,832KB
  • 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
  • (4)bbcode_code_printable
  • (11)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