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 MOD-Group
 MOD Add-On Forum (W/O Code)
 make forum subscription private
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 05 November 2002 :  05:55:13  Show Profile
hello all
here is my problem. For a while, I had forum subscription turned on, however the forum became too successful and started to send mails by 500-1000 at a time so my host threatened me to close the site...
thus, I turned off subscription. However, i wanted to be able to make forum subscription possible for a limited number of members. What I did was to enter the subscribtion manually by inserting lines directely in the forum_subscriptions database table (leaving field topic_id empty). However, no mail is being sent. Is there a way to make it work, by changing the code somewhere?
I am trying to look it up, but if someone has an idea on what to change...

Edited by - ruirib on 06 November 2002 10:08:12

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 05 November 2002 :  07:40:15  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
Make topic_id = 0, not empty. The query that runs the subscriptions works off zeroes being in the appropriate fields for the higher end subscriptions, so empty would probably cause the problem.

Dave Maxwell
Barbershop Harmony Freak
Go to Top of Page

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 06 November 2002 :  03:58:40  Show Profile
Sorry, I said topic_id was empty while in fact it was equal to 0. So this does not solve the problem
Go to Top of Page

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 06 November 2002 :  10:05:27  Show Profile
also, I tried to edit inc_subscription.asp:
before:
if CatSubscription = 0 or ForumSubscription = 0 then
rsSub.close
I added:
if ForumSubscription = 0 then ForumSubscription = 1
but it did not solve the problem
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07