Hi all,
I run into this senario: if the opening massege in a tread was hiden by someone with manager permistions and then another manager enters the message and trys to add a replay (not a quick replay) an error is issued.
The cuase is that in new_reply_form.asp nothing is done once the query that is trying to get the thread came with no rows, meaning no un hiden message was found in the data base.
My workaround was to issue an error if no message was returned for the query.
Did some else had the same problem?