Author |
Topic |
|
eauxvives
Junior Member
Bhutan
145 Posts |
Posted - 05 November 2002 : 05:55:13
|
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
|
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 |
|
|
eauxvives
Junior Member
Bhutan
145 Posts |
Posted - 06 November 2002 : 03:58:40
|
Sorry, I said topic_id was empty while in fact it was equal to 0. So this does not solve the problem |
|
|
eauxvives
Junior Member
Bhutan
145 Posts |
Posted - 06 November 2002 : 10:05:27
|
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 |
|
|
|
Topic |
|