boRg,
Can you explain a little about how Web Wiz determines if there are new posts in a topic? I'm seeing some unpredictable behaviour.
The default.asp page uses:
ElseIf CDate(dtmLastVisitDate) < dtmLastEntryDate Then
...whereas forum_topics.asp uses:
ElseIf blnNewPost = True Then
If a user goes via the homepage to read a topic in which there are new posts, then goes back to the homepage, that forum still has a new topic icon. On the forum_topics page however, immediately all the posts are read the icons change.
Is it possible to have the homepage behave in the same way?
By-the-way I'm also changing unread topic title links to bold just to make them a little easier to spot.