Click to See Complete Forum and Search --> : "Feature" that I just can't find.


element-x
07-01-2002, 06:15 PM
I'd just be really interested in a little hack, if you will, so that somehow I can hide all read posts/show only new posts.

I know there is a "Show threads from last day", but that will show the already answered, not been posted to since I was last here type topics.

Kind of just looking into a feature like:

if (post.status == NEW) {
show post;
} else {
continue;
}

Suppose it may be a bit too much to ask though. Anyways, it's just a dream as of right now.

smokybobo
07-01-2002, 06:35 PM
This feature is already in since I'm using it right now :)

When I click on "home" and it takes me to the forum lists, underneath the "Welcome back, smokybobo" message on the upper left, there is a link called "View New Posts"

element-x
07-02-2002, 12:14 PM
Is there any way to set this as a permanent option?