Polo
07-14-2004, 04:28 PM
Hi,
I'm trying to put a code in the header of my navigation bar, just by where it says "Private Messages: Unread 0, Total 0"
so that when a member has a new private message an image will appear...
I tried this code
<if condition="$vbphrase[unread_x_nav_compiled] == 0">
<!-- nothing should appear -->
<else/>
<a href=private.php?><img src=images/misc/new.gif border=0></a>
</if>
but i get the image even if there is 0 messages...
can anyone help me with this one?
I'm trying to put a code in the header of my navigation bar, just by where it says "Private Messages: Unread 0, Total 0"
so that when a member has a new private message an image will appear...
I tried this code
<if condition="$vbphrase[unread_x_nav_compiled] == 0">
<!-- nothing should appear -->
<else/>
<a href=private.php?><img src=images/misc/new.gif border=0></a>
</if>
but i get the image even if there is 0 messages...
can anyone help me with this one?