private message coloured notification
Re: private message coloured notification
First post, and great snippet! But one thing: you forgot to include the "X new messages, X unread messages" part so I added it to my forum. Here is the code:
Code: Select all
<!-- IF S_USER_NEW_PRIVMSG or PRIVATE_MESSAGE_INFO_UNREAD --> <a href="{U_PRIVATEMSGS}" style=" color: #FF0000;">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --><!-- IF S_USER_NEW_PRIVMSG --><!-- ELSE --><!-- ENDIF --></a><!-- ELSE --> <a href="{U_PRIVATEMSGS}" >{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF -->
Re: private message coloured notification
thanks for the snippet, this is a good gimek.
Chris
Chris