Author |
Topic |
|
hellind
Junior Member
Singapore
123 Posts |
Posted - 11 December 2004 : 23:33:30
|
Hello,
Can I know what is M_Subscription? And if it is implemented? I searched but return few irrelevant results.
If it is not implemented, can it be implemented for the default when a user reply to a post.
When a user replies, subscription will be selected depending on M_subscription.
Thanks a lot
|
|
Jorrit787
Average Member
Netherlands
681 Posts |
Posted - 12 December 2004 : 08:56:25
|
I believe M_SUBSCRIPTION is a Boolean that determines whether or not a member is subscribed to a topic, but I could be wrong. In case I'm right, you could add some lines of code to automatically set M_SUBSCRIPTION to true when replying to a topic. |
eXtremeGossip |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 12 December 2004 : 10:32:03
|
I don't think M_SUBSCRIPTION is used. It's certainly not used in the current code, AFAIK. Subscription info is maintained in the FORUM_SUBSCRIPTIONS table. I don't see how you could handle subscriptions to multiple topics based on a single field in a single user record and I don't see why wouldn't you use the info in the proper table, FORUM_SUBSCRIPTIONS. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Jorrit787
Average Member
Netherlands
681 Posts |
Posted - 12 December 2004 : 10:55:11
|
I thought maybe M_SUBSCRIPTION holds all the topic IDs a user is subscribed to, like the FORUM_BADWORDS table, but thanks for clarifying |
eXtremeGossip |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 12 December 2004 : 11:34:42
|
quote: Originally posted by Jorrit787
I thought maybe M_SUBSCRIPTION holds all the topic IDs a user is subscribed to, like the FORUM_BADWORDS table, but thanks for clarifying
As I wrote, that would simply be impossible, since a single field in the member's record could not hold references to possibly hundreds or thousands of topics. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
|
Topic |
|