PDA

View Full Version : Disable subscribing to threads in some forums


Odysseus
05-16-2003, 01:23 PM
I'd like to add a new feature to my board:

In the Admin Panel, the Administrator can disable subscriptions of threads for forums .
This means, that the users cannot subscribe to any thread which is in the specified forum.
When moving a thread to a "disabled" forum, all subscriptions to this threads are to be cancelled as well.

The admin should be able to set this to every forum individually . (!)


Reason:
I have two forum s on my board, in which only very large threads are posted (1 - 1000 posts, then closed). The e-mail notification might cause deadlocks to the post-table when precessing such large threads.


Is there a hack available with which I can do this? :)

Logician
05-19-2003, 02:53 PM
for a basic solution you can achieve the result with dynamic templates hack by creating a conditional according to forumid.

Also FYI. default vb loses all thread subscriptions whenever a thread is moved..

Odysseus
05-19-2003, 07:12 PM
Hm! I like this idea. It's quite simple, but still effective.
Let's see if I can du this in my own ... :D