DF031
09-21-2013, 04:17 AM
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&contentty pe=vBForum_Post
That code works perfectly.
So I converted it to the following html code:
<a href="search.php?{session.sessionurl}do=getnew&contentty pe=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 ?
In the navmanager I use the following code for this:
search.php?{session.sessionurl}do=getnew&contentty pe=vBForum_Post
That code works perfectly.
So I converted it to the following html code:
<a href="search.php?{session.sessionurl}do=getnew&contentty pe=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 ?