I went into my alert preferences to turn off getting alerts when someone rates my showcase items. But I'm still getting them. I had 81 alerts when I woke up this morning :/
For those of you that want to manually patch this, you can either edit the file and replace the "case" below or download the attached zip file and upload it
Edit: /library/NFLJ/Showcase/Model/Alert.php
PHP:
case 'rate':
if (XenForo_Model_Alert::userReceivesAlert($item, 'showcase_item', 'rate'))
{
XenForo_Model_Alert::alert(
$item['user_id'],
$user['user_id'],
$user['username'],
'showcase_item',
$mergedData['item_id'],
'rate'
);
}
break;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.