vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Information Bar for Guests (https://vborg.vbsupport.ru/showthread.php?t=72279)

dastar 08-17-2005 03:41 PM

Quote:

Originally Posted by Slapyo
Ya, soon as it is gold.

Sweet. Look foward too it!

yj_enquirer 08-28-2005 06:08 PM

hey..thanks m8.. has made my forum look pretty kool... cheers.

bvtonedog 08-29-2005 06:20 AM

Quote:

Originally Posted by dastar
Sweet. Look foward too it!

Just a note, since this is only a template mod, it would still work with 3.5, i've tested it out and works 100%

Slapyo 09-01-2005 11:28 PM

*nod*ya it should. I just don't know if the instructions are the same with the changes to 3.5 ... if anyone has 3.5 installed and knows if this works just the same let me know.

bvtonedog 09-02-2005 12:09 AM

I have 3.5 and i know it works :) didn't have to change a thing

mr. visual 09-02-2005 03:36 AM

/me clicks install. thanks!

DGoulden 09-09-2005 06:51 PM

excellent that rox! :)

aciurczak 09-20-2005 12:17 AM

Great mod! Works like a charm...

Hanif 09-22-2005 08:47 PM

Gosh this must be like what Kate Moss must feel like when shes on drugs...
classic man it works, beautiful.

derekivey 09-30-2005 09:39 PM

Yup works fine on 3.5 :)

Slapyo 10-07-2005 05:35 AM

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

There is my thread for this hack for version 3.5.0 ... go click install there if you installed it!! :)

RaceJunkie 10-07-2005 01:11 PM

Quote:

Originally Posted by Slapyo
well if you do and don't mind testing it out lemme know! thanks.

i installed firefox at work but wasn't blown away with it so i kept IE here at home. the only thing i like is the tabbed browsing.

Try avantbrowser.com tabbed also

cmiller1014 10-25-2005 03:32 AM

Hey guys... I have a quick question.

I love the way this looks and I want to have one that shows up there when the user is browsing a private forum. As it stands, I have a secondary usergroup that about 10 people are in. Those 10 people can view 1 forum that noone else can. I would like a bar like this to show at the top if their secondary usergroup = a certain number.

I just dont want them thinking these posts are in the open forum because obviously it appears to them as though they are.

What would the conditional be for that? I can figure the rest out.

THANKS IN ADVANCE! THIS MEANS A LOT!

aciurczak 10-25-2005 04:54 AM

I'd try something like:

Code:

<if condition=("$bbuserinfo['usergroupid']" = groupIDthatyou'recheckingfor)>.
Add multiple conditionals if you need multiple groups. Put it in both the headinclude and the header templates.

The Geek 10-27-2005 11:21 AM

Just a quick note...

I, like many of you get tired of constantly seeing the Help! emails about 'Ive registered but cant post' only to find that they typically didnt read that they need to activate their account.

I have tweaked the template changes here a touch to give these guys a friendly nudge:

Header:
PHP Code:

<if condition="($show['guest'] || is_member_of($bbuserinfo,3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td width="100%">
<
div id="infobar"><if condition="$show['guest']"><a href="http://www.thenailgeek.com/register.php?referrerid=1">It appears you are not yet a geek!. To join the worlds largest community of nail professionalsclick here...</a><else />
<
a href="http://www.thenailgeek.com/register.php?do=requestemail">Thanks for registeringPlease follow the activation email instructions sent to you or click here to resend them</a>
</if><
embed src="http://www.thenailgeek.com/infobar.wav" autostart="true" loop="0" hidden="true"></embed></div>
</
td>
</
tr>
</
table
</if> 

headerinclude:

PHP Code:

<if condition="($show['guest'] || is_member_of($bbuserinfo, 3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<
link rel="stylesheet" href="http://www.thenailgeek.com/infobar.css" type="text/css" />
</if> 

Anyhooo. It sure helps prevent those annoying emails!

Great mod. I love it.

MissKalunji 11-08-2005 06:40 PM

Quote:

Originally Posted by The Geek
Just a quick note...

I, like many of you get tired of constantly seeing the Help! emails about 'Ive registered but cant post' only to find that they typically didnt read that they need to activate their account.

I have tweaked the template changes here a touch to give these guys a friendly nudge:

Header:
PHP Code:

<if condition="($show['guest'] || is_member_of($bbuserinfo,3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td width="100%">
<
div id="infobar"><if condition="$show['guest']"><a href="http://www.thenailgeek.com/register.php?referrerid=1">It appears you are not yet a geek!. To join the worlds largest community of nail professionalsclick here...</a><else />
<
a href="http://www.thenailgeek.com/register.php?do=requestemail">Thanks for registeringPlease follow the activation email instructions sent to you or click here to resend them</a>
</if><
embed src="http://www.thenailgeek.com/infobar.wav" autostart="true" loop="0" hidden="true"></embed></div>
</
td>
</
tr>
</
table
</if> 

headerinclude:

PHP Code:

<if condition="($show['guest'] || is_member_of($bbuserinfo, 3)) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<
link rel="stylesheet" href="http://www.thenailgeek.com/infobar.css" type="text/css" />
</if> 

Anyhooo. It sure helps prevent those annoying emails!

Great mod. I love it.


works great!

dre 11-20-2005 09:27 AM

would this work in 3.5.1 anybody?

derekivey 11-20-2005 11:00 AM

Yes, I it installed on my 3.5.1 forum and it works fine.

Slapyo 11-21-2005 04:51 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=97150" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=97150</a>

That is the thread for the 3.5.x version. No changes made, just put it in the 3.5.x area as well.

bloodwrath 12-08-2005 12:27 AM

very cool and very easy to install
thanks

Club3G 01-14-2006 04:40 PM

This is working on 3.5.3, just FYI.

With vBAdvanced, I just had to copy the files into the web root as well (I have my forums under /forum).


All times are GMT. The time now is 04:20 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.01503 seconds
  • Memory Usage 1,790KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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