The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Welcome message on main page still shows after users click register
I have a welcome and registration message on my forums main page for unregistered users in header, but after users click register the message still shows how do I make it disappear at the rules and registration page? or just get it to show on the main page
Code:
<if condition="$show['guest']"> <!-- guest welcome message --> <table width="980" border="0" align="center" cellpadding="0" cellspacing="5" style="background:#ECECEC; border:1px solid #CFCFCF;"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="5" cellpadding="0" style="background:#ffffff; border:1px solid #DDDDDD;"> <tr> <td style="font-size:22px; font-weight:bold; color:#40759F; font-family:Arial, Helvetica, sans-serif;">WELCOME...</td> </tr> <tr> <td style="font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify;">Welcome to the Internet's community blah blah</td> </tr> </table></td> </tr> </table> <!-- / guest welcome message --> </if> anyone? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|