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)
 (Bug + Fix) Icon Subscription Bug v3.4
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dunamis
Starting Member

29 Posts

Posted - 22 August 2002 :  04:42:38  Show Profile
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=33303

Edited by - davemaxwell on 22 August 2002 10:04:40

HuwR
Forum Admin

United Kingdom
20580 Posts

Posted - 22 August 2002 :  04:45:12  Show Profile  Visit HuwR's Homepage
when you post a bug in th bug forum, it is generally prudent to describe what it is rather than justput in a link to another post.

we have lives and a lot of stuff to do at the moment, so the more you do to help, the quicker we can get it done, making us follow links is not one of those ways.
Go to Top of Page

Dunamis
Starting Member

29 Posts

Posted - 22 August 2002 :  05:03:21  Show Profile
My apologies... I thought that double posting was not allowed.

Here are details of the bug, which has been confirmed by a Senior Member of this forum:

When I subscribe to a Caragory or group the correct subscription icon with the bin shows in order to unscubscribe. However when I then subscribve to another Catagroty or Forum all icons are reset to basic subsciption icons.

PS: Already done all the usual deleting of Cookies etc.


Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 22 August 2002 :  10:03:53  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
To fix:

Find this code in default.asp:

strCatSubs = array(strSubArray(1))
strForumSubs = array(strSubArray(2))


and replace it with this code:

strCatSubs = split(strSubArray(1),",")
strForumSubs = split(strSubArray(2),",")

Dave Maxwell
Barbershop Harmony Freak
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 August 2002 :  12:18:18  Show Profile
this is fixed in v3.4.01, the InArray function has been replaced, and all instances of using array(), in regards to subscriptions, has been removed.

was discussed here:

http://forum.snitz.com/forum/topic.asp?whichpage=2&TOPIC_ID=32990#162412
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07