• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Forum » new message indicator help
new message indicator help
pow
Posts: 10
Reputation: 0

Message # 1 | 7:30 AM
Hi i want to make new message [number] visible only if there is any new1.
<?if($IS_NEW_PM$)?>
<li> <a class="bullet" href="$PM_URL$" > <span> Private messages [$UNREAD_PM$] </span> </a> </li>
<?else?>
<?endif?>

what i am doing wrong?

thx

Admin on website and pro MC survival server Helikaon
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 2 | 8:51 AM
pow, That's not working for you?

Added (2012-06-06, 2:51 AM)
---------------------------------------------
Try this. This'll probably work.

Code
<?ifnot($UNREAD_PM$='0')?>
<li> <a class="bullet" href="$PM_URL$" > <span> Private messages [$UNREAD_PM$] </span> </a> </li>
<?endif?>
Post edited by YamiTatsuro - Wednesday, 2012-06-06, 8:51 AM
pow
Posts: 10
Reputation: 0

Message # 3 | 9:06 AM
Exelent now when i am logged off there is only login and registration button.
After i log in if there is new PM it show up New messages [1] - User_name - log out

thx a lot!

Admin on website and pro MC survival server Helikaon
Post edited by pow - Wednesday, 2012-06-06, 9:24 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 11:32 PM
'Closed
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
uCoz Community » uCoz Modules » Forum » new message indicator help
  • Page 1 of 1
  • 1
Search: