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.
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.