Ok, found the problem anyway.
There are a couple of changes needed in default.asp:
Change line 508 to:
if (strSubscription = 1 or strSubscription = 2) and CatSubscription = 1 then
Change line 518 to:
if (strSubscription = 1 or strSubscription = 2) and CatSubscription = 1 then
Change line 569 to:
if (strSubscription > 0 and strSubscription < 4) and CatSubscription > 0 and ForumSubscription = 1 then
Change line 600 to:
if (strSubscription > 0 and strSubscription < 4) and CatSubscription > 0 and ForumSubscription = 1 then
and in post_info.asp add this line (line 67):
Reply_ID = ChkString(Request("REPLY_ID"), "SQLString")
fSubscription = Request("Subscription")
if Request("Subscription") = "" then
fSubscription = 0
end if
Pierre
Join a Snitz Mailinglist