Quote:
Originally Posted by MoMan
Yes it is- in fact, I have such an option on my site. Just add a new profile field (preferebly a checkbox labeled as "disable notifications") via your admin cp, and then change one line in the plugin:
PHP Code:
if ($vbulletin->userinfo['userid'] > 0)
{
PHP Code:
if ($vbulletin->userinfo['userid'] > 0 AND !$vbulletin->userinfo['fieldX'])
{
where X is the number of the custom profile field you just added.
|
Thanks for the fast reply
Does this disable all notifications?
I don't want my users to be able to disable all notifications.
For instance I use this mod:
FractalizeR: Show items, awaiting moderation in notifications area