The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Open the NAVBAR template and find this code:
Code:
<a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a> Code:
<if condition="$bbuserinfo['pmunread']"><img src="image1" alt="Unread PMs" /><else /><img src="image2" alt="No Unread PMs" /></if> ![]() edit: btw if you want it to just have an image for unread PMs and not for if there's none then use this: Code:
<if condition="$bbuserinfo['pmunread']"><img src="image1" alt="Unread PMs" /></if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|