Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 V3.3 BUG+FIX: Subscription settings incorrect
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kal Corp
Average Member

USA
878 Posts

Posted - 25 July 2001 :  23:35:23  Show Profile  Visit Kal Corp's Homepage
Subscriptions
when cat is set to forum or topic Subscriptions , cat Subscription is still there



Edited by - Kal Corp on 26 July 2001 01:47:59

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 July 2001 :  02:52:12  Show Profile  Visit gor's Homepage
quote:

Subscriptions
when cat is set to forum or topic Subscriptions , cat Subscription is still there



Could you explain clearer what you do and what the problem is you get ?
I can't start looking for a fix if I don't understand what the problem is you're having.

Pierre
Join a Snitz Mailinglist
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 27 July 2001 :  02:41:10  Show Profile  Visit gor's Homepage
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
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 27 July 2001 :  08:55:52  Show Profile  Visit Kal Corp's Homepage
quote:

Ok, found the problem anyway.



Even I could not understand what i posted.

Must have been a lont night

Thanks

Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07