PDA

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

Brad
01-09-2003, 09:16 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>

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

Brad
03-04-2003, 02:59 AM
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.