Is it possible to do this?
Announcement
Collapse
No announcement yet.
Email Additional Usergroups
Collapse
X
-
Apparently not. That feature should be included. I will let the devs know.
In the meantime, I'm sure there are people at www.vbulletin.org who could hack such a feature into vBulletin. You might try posting a request.
-
Emailing additional usergroups
I ran into this same issue. What I did was I changed line 251 (or something like that) from
$u_condition[] = "usergroupid = $id";
to
$u_condition[] = "usergroupid = $id OR membergroupids LIKE '%$id%'";
This will send an email to all primary and additional members of the selected group(s).
- luca
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment