The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Mandatory Subscriptions be User Group
As an administrator, I want to be able to "force" subscriptions by user group? In vB2.2.8 I can hardcode email addresses within a forum definition so that they always receive notice on new posts/threads, but I need to manage secure forums by user groups.
This would be IMMENSELY helpful for my company's supplier transactions. We give each contact at a supplier an ID, already set up, and assign that ID to the corresponding user group for that company. We expect those users to receive notices whenever new posts are made by us (or by any of that group's users), but this becomes more prone to failure if it can't be enforced. I am begging!!!!! |
#2
|
||||
|
||||
I dont understand whether you are after a mandatory forum subscription (which by default have no mail notification) or mandatory thread subscription, but why don't use some kind of mailing lists as a solution?
vb (2.x.x) subscription system is not designed to handle mass amount of subscribers and if you force mass amounts of mandatory mail notifications inside vb, you might end up slowness or even timout errors in postings.. |
#3
|
||||
|
||||
Yes. In a nutshell, I am am trying to link mailing lists to forum posting. Since I always want certain users notified about new threads and posts in a given forum, it makes sense to automate it.
As to slowing the system down, the total of emails generated should never exceed 500 at a time. Normally it would be more like 10. |
#4
|
||||
|
||||
not tested:
edit newthread.php, find: PHP Code:
PHP Code:
Create 2 new templates named "email_notifyusergroup" and "emailsubject_notifyusergroup". What does it do? It sends a notification mail (content is from "email_notifyusergroup" template) to all users in usergroup X whenever a newthread (not a reply!) is send to forum Y.. And you are warned about performance above if email number is high. Enjoy.. |
#5
|
||||
|
||||
Looks cool.
What about for replies? Do you think that this is just begging for a lot of trouble? |
#6
|
||||
|
||||
umm I didnt check it out but I believe it should work with replies if you add the same code to newreply.php (same location)
|
#7
|
|||
|
|||
I would like to do something like this that includes all the subforums. Basically, anything that a usergroup has permission to access without having to code for each forum.
Is that posible? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|