SgDotNet
Singapore Professional .NET User Group -For Cool Developers

Unread posts for [Deleted Posts] forum

Latest post 09-21-2005 2:57 PM by icelava. 0 replies.
  • 09-21-2005 2:57 PM

    Unread posts for [Deleted Posts] forum

    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

Page 1 of 1 (1 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems