Page 2 of 2

Re: private message coloured notification

Posted: 08 Apr 2010, 16:23
by wide
Thanks.

Re: private message coloured notification

Posted: 27 May 2010, 15:03
by am.hitek
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 --> &nbsp;<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 --> &nbsp;<a href="{U_PRIVATEMSGS}" >{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF -->

Re: private message coloured notification

Posted: 28 May 2010, 15:05
by chris1002
thanks for the snippet, this is a good gimek.

Chris

Re: private message coloured notification

Posted: 21 Aug 2010, 20:19
by Steve
1st post updated with an unread pm info code ;)