can you try the following and let me know what results you have?
in the inc_subscriptions.asp file, find the following: (around line #275):
do while (not rsLoop.EOF) and (not rsLoop.BOF)
add the following directly below that line:
if chkForumAccess(ForumID, rsLoop("MEMBER_ID")) <> FALSE then
then find the following: (around line #304)
rsLoop.MoveNext
and add the following directly above that line:
end if