The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Information Bar for Guests Details »» | |||||||||||||||||||||||||
https://vborg.vbsupport.ru/showthread.php?t=72279 - Original hack for 3.0.x
https://vborg.vbsupport.ru/showthread.php?t=97150 - Hack for 3.5.x What is this? This will display an information bar across the top of the browser window that appears to be like the Information Bar that is from Windows XP SP2. When the user clicks it they will be sent to the registration page for your forums. This is not a popup. If the user is logged in then this will not display at all. This only appears on the page for people who are not logged in. http://www.veteransresources.org/forums/index.php? - Example Site How many changes?
Version History
Screenshots Guest on forums Guest hovering over info bar Please click Install this Modification if you like it. Show Your Support
|
Comments |
#22
|
|||
|
|||
Updated to 3.6.2 and it works just fine.
|
#23
|
||||
|
||||
tnx .. installed .
great and work fine |
#24
|
||||
|
||||
Quote:
So this is what I put in my header template: Code:
<if condition="($show['guest']) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')"> <div id="infobar"><a href="<my site url>/register.php?referrerid=1"><p>It appears you have not yet registered with our community. To register please click here...</p></a></div> </if> *installed* |
#25
|
|||
|
|||
Aak, this looks like a virus message. Uninstalls.
|
#26
|
|||
|
|||
Cool hack. Thank you!
|
#27
|
||||
|
||||
i get some weird clear box on the top left, a large gap and something asking me about a plugin in forefox and internet explorer.... i will attach the screenshots.
i will also post the code to my header and navbar header Code:
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> <if condition="($show['guest']) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')"> <div id="infobar"><a href="$vboptions[bburl]/register.php?referrerid=1"><p>It appears you have not yet registered with our community. To register please click here...</p></a><embed src="infobar.wav" autostart="true" loop="0" hidden="true"></embed></div> </if> <!-- right_column_hack --> <a name="top"></a> <table valign="top" border="0" width="950px" cellpadding="0" cellspacing="0" align="center"> <tr> <td valign="top"> <!-- /right_column_hack --> <!-- logo --> <a name="top"></a> <table valign="top" border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="160" valign="top" class="page" align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$vboptions[bburl]/images/misc/inf_sin_logo.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td> <td height="39px" class="page" align="$stylevar[left]"> <br /><ul id="maintab" class="shadetabs"> <li <if condition="THIS_SCRIPT == 'index'">class="selected"<else /></if>><a href="index.php" rel="ajaxcontentarea">Home</a></li> <li <if condition="THIS_SCRIPT == 'faq'">class="selected"<else /></if>><a href="$vboptions[bburl]/faq.php" rel="ajaxcontentarea">FAQ</a></li> <li <if condition="THIS_SCRIPT == 'memberlist'">class="selected"<else /></if>><a href="$vboptions[bburl]/memberlist.php" rel="ajaxcontentarea">Member List</a></li> <li <if condition="THIS_SCRIPT == 'ppindex'">class="selected"<else /></if>><a href="$vboptions[bburl]/gallery/" rel="ajaxcontentarea">Gallery</a></li> <li <if condition="ALTSEARCH == 'true'">class="selected"<else /></if>><a href="$vboptions[bburl]/search.php?do=getnew" rel="ajaxcontentarea" rel="ajaxcontentarea">New Posts</a></li> <li <if condition="ALTSEARCH == 'true'">class="selected"<else /></if>><a href="$vboptions[bburl]/search.php" rel="ajaxcontentarea">Search</a></li> <if condition="$show['member']"> <li><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onClick="return log_out()" rel="ajaxcontentarea">Logout</a></li><else /> <li <if condition="THIS_SCRIPT == 'register'">class="selected"<else /></if>><a href="register.php$session[sessionurl_q]" rel="ajaxcontentarea">Register</a></li></if> <li <if condition="THIS_SCRIPT == 'calendar'">class="selected"<else /></if>><a href="$vboptions[bburl]/calendar.php" rel="ajaxcontentarea" rev="content.css, content.js">Calendar</a></li> </ul> <br /> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code:
<if condition="is_array($navbits)"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>$phpAds_raw3[html]</td> </tr> </table><br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ><a href="$scriptpath"></a> <strong><span class="smallfont>">$navbits[lastelement]</span></strong></td> </tr> </table> <br /> <else /> </if> |
#28
|
||||
|
||||
anyone?
|
#29
|
|||
|
|||
Just checked your site and it displays fine for me.
|
#30
|
|||
|
|||
Installed, very nice.
Hanks. |
#31
|
||||
|
||||
nice hack installed
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|