I made a forums system depending on this book.The reply count appears correct in BrowseThread page after making a new reply.But when the Administrator make the forum moderated the ReplyCount is not working correctly.So if someone make a new reply nothing
added to the reply count even after it is approved by the administrator.I checked the Approve stored procedure but it seems correct(It has ReplyCount=ReplyCount+1).Please any one who know what could cause this problem reply to my question?
TheEagle
Member
71 Points
482 Posts
ReplyCount when Approving a post
Jun 15, 2008 12:06 PM|LINK
Hi,
I made a forums system depending on this book.The reply count appears correct in BrowseThread page after making a new reply.But when the Administrator make the forum moderated the ReplyCount is not working correctly.So if someone make a new reply nothing added to the reply count even after it is approved by the administrator.I checked the Approve stored procedure but it seems correct(It has ReplyCount=ReplyCount+1).Please any one who know what could cause this problem reply to my question?