Author |
Topic |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 18 January 2008 : 11:05:41
|
The fix I posted before will correct all issues of repeated posts subscriptions, by clicking the various subscription links, except when you try to click the link to subscribe a topic to which you already had subscribed. In order to fix it for this situation too, two changes to in pop_subscriptio.asp are needed.
Change 1. Around line#83, where you now have
Replace it by
Then another change is needed in the function SendHigherLevelMessage. I will post the full code, highlighting the changes
Replace the current function
by
< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 18 January 2008 : 12:38:18
|
I'm not convinced about this either, if I subscribe to a forum I do not get any choices to subcribe to topics at all so subscribing to both is not possible< |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 18 January 2008 : 12:45:55
|
This also fixes a repeated topic subscription, but I do agree that the default behavior is for the link to change to unsubscribe. So, as much as the other one, the change isn't required in an unchanged base code forum.
Won't do any harm either, though .< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 18 January 2008 : 12:49:32
|
but you can't get a repeated topic subscription, not without bypassing the forum code anyway< |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 18 January 2008 : 12:51:10
|
Yeah, I just checked that and changed my reply above. It must be something specific to Bobby's forum.
I guess I could argue that this will not rely on the interface code alone, but it's forcing the argument a bit .< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Lon2
Junior Member
USA
151 Posts |
Posted - 27 February 2009 : 12:04:31
|
quote: Originally posted by HuwR
but you can't get a repeated topic subscription, not without bypassing the forum code anyway
We do. How do we fix this? I posted here: Bug + fix, post_info.asp< |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Lon2
Junior Member
USA
151 Posts |
Posted - 12 March 2009 : 15:06:09
|
Ok I'm confused. I don't have a sub SendHigherLevelMsg(SubLevel, Id) routine in my pop_subscription... but I have it in post_info.asp. Is it possible you got these two mod files names mixed up, rui?
This mod (pop_subscription) and post_info.asp |
Edited by - Lon2 on 12 March 2009 16:34:46 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|