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? |
#2
|
|||
|
|||
bumping it up
|
#3
|
||||
|
||||
all i know is,, thats what u need to be playin with ..VV
Code:
<if condition="$show['guest']"> |
#4
|
|||
|
|||
You have to have it in your header template some where as it can't be in the navbar since navbar isn't parsed on register pages (by default anyway) and it obisously wouldn't be the forum home
<if condition="($show[guest) AND (THIS_SCRIPT != register)"> Welcome Code </if> Should do the trick for you |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
bump :/
|
#7
|
|||
|
|||
Will PayPal $10 to anyone who can solve this for me
|
#8
|
||||
|
||||
lol well i dont want the 10$
but what about post that code in ur forumhome in between Code:
<!-- guest welcome message --> code goes here ..................................... <!-- / guest welcome message --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|