Page 1 of 1
Mark All Read: On New post search results

Posted:
Fri Mar 31, 2006 7:38 am
Author: Simon N
Somethign I personally find really useful is a link to mark all forums read when searching for newposts. So heres how to make the changes. Need to edit this file in all templates used;
OPEN search_results_topics.tpl
FIND around line 12 for me
- Code: Select all
<tr> <td><a>{L_INDEX}</a>{NAV_SEPARATOR}<a>{L_SEARCH}</a>{NAV_SEPARATOR}{L_SEARCH_MATCHES}</td> <td>{PAGINATION}</td> </tr>
BEFORE ADD
- Code: Select all
<tr> <td> </td> <td><a><strong>Mark All Forums Read</strong></a></td> </tr>
SAVE & CLOSE
It really is that simple <img>

Posted:
Fri Mar 31, 2006 7:47 am
Author: Fubie
I like this option as well, it can be very handy.

Posted:
Wed Apr 12, 2006 6:32 am
Author: Eon
Ahh thanks Simon. I like this too.
Plus if you are like me and posts don't get marked as read for some reason, this will help.
Is there any way to make the User info box update how many unread posts you have? Other than actually closing the site out?

Posted:
Wed Apr 12, 2006 9:48 am
Author: Jason Sanborn
"Eon";p="1096" wrote:Is there any way to make the User info box update how many unread posts you have? Other than actually closing the site out?
That would be a great modification, if someone knew how to do that. As it is, I changed my link to "Show New Posts" without including a message count because of the wrong number being displayed.

Posted:
Wed Apr 12, 2006 9:59 am
Author: Eon
Glad I am not the only one disturbed by this then.

Posted:
Thu Apr 13, 2006 3:14 am
Author: Dioncecht
That drives me NUTS!! If someone figured that out, they would be my new hero!!

Posted:
Thu Apr 13, 2006 6:26 am
Author: Eon
Another thing, I notic ed on this site once I have visited a post from the new posts link, and then I just click back to go back to the search with the posts, it updates everytime and shows you the ones you have not read yet, and takes off the ones you have.
My site does not do this.. Why not?