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)
 V33(.02)+(.03) BUG + FIX: Subscriptions
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ukandrewf
Starting Member

United Kingdom
9 Posts

Posted - 17 August 2001 :  09:05:55  Show Profile  Visit ukandrewf's Homepage  Send ukandrewf an AOL message
Hi all,

I've been concerned about a bug with subscriptions for some time and have posted serveral messages across the board looking for help with not much sucess. In this process I've found a lot of other users who're having the same problem. I know that:-

1) Mail has to be switched on in admin
2) Each cat/forum/topic has an independent sub setting in it's settings (the pencil icon)
3) Mail is working new members are getting mails
4) I am not seeing subscription icons

I have done all this and it still doesn't work... but today I made a break through which I hope will get you all interested.

I had to set the db up again from scratch (nightmare) but as part of the process I looked again at subscription set up.

1) mail was switched on
2) set subscription for initial cat/forum (provided by snitz in default db).
3) Could now see the subscription icon both as admin and as another user.
4) as another user signed on and subscribed to that forum.
5) as admin added post to topic
6) as another user got the subscription mail!!!! Hurray BUT...
7) then added another category..
8) nothing works again, no subscription icon showing, no mails being sent, nada.
[actually it may now be working - but I'll keep checking]

I believe there is some sort of bug here, by outlining what I did above I hope someone can retrace the steps and recreate the problem.

I'm running the latest release 3.2? on a windows box.

Thanks


web: http://at.omic.co.uk
forum: http://www.man-friday.co.uk/theforum/default.asp

Edited by - ukandrewf on 17 August 2001 16:10:49

Edited by - Davio on 01 September 2001 01:39:24

Dr. Ephemeron
Starting Member

USA
15 Posts

Posted - 25 August 2001 :  02:48:00  Show Profile  Visit Dr. Ephemeron's Homepage
This is what I see:

In 3.3.03 and 4.0 beta 2, if you enable subscriptions on a forum that already exsists, it takes affect the first time. If it is a new forum you are adding, (post.asp?method=Forum&CAT_ID=2&type=0) it will not take effect if you enable it when you create it. You have go back and edit and enable the subscription again for it to take effect.

Enabling subscription on a new catagory seems to take effect ok if you enable subscriptions at the time of creating it. (post.asp?method=Category)



Edited by - Dr. Ephemeron on 25 August 2001 03:00:08
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 August 2001 :  02:53:22  Show Profile
Confirm this is a bug.
In post_info.asp, line 882, change:
if strSubscription = 1 and CatSubscription > 0 then
strSql = strSql & ", " & fSubscription
else
strSql = strSql & ", 0"
end if
to this:
if strSubscription = 2 and CatSubscription > 0 then
strSql = strSql & ", " & fSubscription
else
strSql = strSql & ", 0"
end if


- David
Go to Top of Page

Dr. Ephemeron
Starting Member

USA
15 Posts

Posted - 29 August 2001 :  11:22:11  Show Profile  Visit Dr. Ephemeron's Homepage
Thanks Davio!

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  15:21:39  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Fix in 3.4

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 24 November 2001 :  16:08:49  Show Profile
This was already fixed before in [v40b03]...

Think Pink
Test Site not ready yet | Post v40b03 Patches
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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07