|
uCoz Community uCoz Modules Forum new message indicator help |
new message indicator help |
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
|
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
|
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
|
| |||
| |||