The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 ? |
#2
|
|||
|
|||
search.php?{sessionurl}do=getnew&contenttype=vBFor um_Post
|
#3
|
|||
|
|||
Thanks for the help HSS
I just tested it and a link like: <a href="search.php?{sessionurl}do=getnew&contenttype =vBForum_Post">Unread Posts</a> Also takes me to the advanced search page instead of the unread posts list --------------- Added [DATE]1379800287[/DATE] at [TIME]1379800287[/TIME] --------------- Finally found the correct code for the hyperlink. It is: <a href="search.php?do=getnew&contenttype=vBForum_Pos t">Unread Posts</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|