One annoying thing about the "Unread" feature is its ignorance of the
[Deleted Posts] forum that has special moderation meaning. This is neither
considered in application nor database logic, resulting in deleted posts filling my Unread view.
I traced it down to the HasReadPost() UDF and added in a quick check.
-- 21 Sep 2005
-- icelava: Remove Section 4 (Deleted Posts forum) from the check.
IF @SectionID = 4
BEGIN
RETURN 1 -- Regard as read; we don;t ever want to know about threads in that "bin".
END
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral