PDA

View Full Version : Edit navbar to display "mark as read" link


crazlunatic
03-23-2009, 05:20 AM
Just as the title states, how do I add a Mark as Read link under the private message notification area on the navbar? I have already tried editing the navbar template but was unsuccessful.

Lynne
03-23-2009, 02:41 PM
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
That works fine in the navbar - I use it there. Of course, you will have to add any <div> or <td> tag around it depending on where you put it.