File: pop_delete.asp
Line 793
if cLng(rsCheck("MEMBER_ID")) = cLng(rsCheck("T_AUTHOR")) and cLng(rsCheck("T_REPLIES")) < 1 then
Replace the above statements with the following or modify the above statement to look like as below:
if cLng(rsCheck("MEMBER_ID")) = cLng(rsCheck("T_AUTHOR")) then
Line 719
Remove the following text on line 719
(if no Replies have been made to it)
File: topic.asp
Line: 855
if (AdminAllowed = 1) or (TMember_ID = MemberID and Topic_Replies < 1) then
Replace the above statement with the following or modify the above statement to look like as below:
if (AdminAllowed = 1) or (TMember_ID = MemberID) then