The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Welcome block for unregistered visitors?
I know I saw this somewhere but couldn't find it. Basically a welcome block on forum's homepage that gives some instructions and tells people to sign up.
example http://photography-on-the.net/forum/ |
#2
|
||||
|
||||
I can probably help... just a template conditional. I'll edit my post with instructions.
Edit: Okay here you go... Locate in your FORUMHOME template: HTML Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
HTML Code:
<!-- guest welcome message --> <if condition="$bbuserinfo[usergroupid]==1"> <thead> <tr> <td class="tcat" colspan="5">Welcome to $vboptions[bbtitle].</td> </tr> <tr> <td class="alt1" colspan="5"> <b><div class="smallfont">Put whatever Guest information you'd like in here.</div></b> </td> </tr> <tr align="center"> <td class="tfoot"> </td> </tr> </thead></if> <!-- / guest welcome message --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|