The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PM Alert In Navbar
Hi all,
I tried to make an PM alert in my navbar. When there's no private message it has to show "Private Messages" ($vbphrase[private_messages]). When there IS one or more new private messages it has to show "New Private Messages". I tried to use the following code: Code:
<if condition="$bbuserinfo['pmunread']"><a href="/private.php"><strong>$vbphrase[new_private_messages]</strong></a> ? <else /><if condition="$show['member']"><a href="/private.php">$vbphrase[private_messages]</a> ? </if></if> Ezra |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|