CS: BUG FIX: Forum Read/Unread Flags
UPDATE 03/01/2007: Click here for the latest update
This bug fix corrects the non-functioning read/unread flags in the forums. It corrects issues in 4 different stored procedures in CS 2.1 SP2. It has not been tested in a CS 2.1 RTM or CS 2.1 SP1 environment as I don't currently have either enviroment to test it on. The names of the stored procedures that have been changed are:
- cs_forums_Post
- cs_forums_threads_ThreadsRead
- cs_Post_CreateUpdate
- cs_Section_MarkRead
UPDATE 01/08/2007: While working with Shaan and his very large database, I have identified some performace issues and some issues with 3rd party patches or addons. If you have a 3rd party patch/addon, you will need to incorporate those changes into this bug fix. If you have any problems or questions, please contact me.
If you have a small to medium sized database, you should not have any problems with the fix that is currently available. However, if you have a large database, please contact me before you attempt to implement this bug fix. With Shaan's help, things are looking good and I hope to post an update soon.
WARNING: This bug fix was written for CS 2.1 SP2 and has not been tested on any other version.
You should backup your current database and/or these stored procedures as standard practice before applying any code changes. Click here to download the latest version of the bug fix.