Add link to unread posts in FORUMHOME template
At the bottom of the FORUMHOME template (near the forum leaders link) I would like to add a link that lists the unread posts.
In the navmanager I use the following code for this:
search.php?{session.sessionurl}do=getnew&conte nttype=vBForum_Post
That code works perfectly.
So I converted it to the following html code:
<a href="search.php?{session.sessionurl}do=getnew& ;contenttype=vBForum_Post">Unread Posts</a>
Then added it to the FORUMHOME template.
But clicking the link only takes me to the advanced search page.
What am I doing wrong ?
|