View Full Version : Disable e-mail notification when a secretly banned user is posting
Courage
04-01-2003, 09:00 AM
Disable e-mail notification when a secretly banned user is posting.
I need this option. I installed Secretly banned Users and I want a fix so that subsrcibers do not receive e-mail notifications when a Secret banned user make a post.
noppid
04-01-2003, 12:07 PM
A secretly banned user has a flag saying so, get that flag and do an if() on it before the mail sub.
peusdo code...
Get posting user status flag.
if posting user status flag not equal secretly banned
then allow email
else continue
Does that help?
Erwin
04-01-2003, 12:23 PM
Untested, but try this:
In functions.php, find:
AND user.userid<>'$userid'
Underneath, ADD:
AND $bbuserinfo[usergroupid]<>'8'
Change 8 to the usergroupid of the secretly banned members usergroup. See if that works. :)
Courage
04-01-2003, 01:55 PM
10x Erwin.
I tested and it works !
This must be included in the hack :)
Erwin
04-01-2003, 02:16 PM
No problems. Glad it worked.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.