View Full Version : Mark all forums read
imported_JakeC
01-09-2003, 08:28 PM
What calls the mark all forums read function on the main page? I've modified it off my board and I want it back. I can't seem to find it in the original templates. Thanks in advance.
JakeC
Its in these two templates by default:
forumhome_logincode
forumhome_logoutcode
Honestly, you can stick it anywhere, heres the code:
<a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a>
ChevyMan
03-03-2003, 05:33 PM
Its in these two templates by default:
forumhome_logincode
forumhome_logoutcode
Honestly, you can stick it anywhere, heres the code:
<a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a>
Do you know what the code is for view new posts?
Thanks
Do you know what the code is for view new posts?
Thanks
<a href="search.php?s=$session[sessionhash]&action=getnew>View new post</a>
ChevyMan
03-04-2003, 09:09 AM
<a href="search.php?s=$session[sessionhash]&action=getnew>View new post</a>
Thank You, Works great.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.