I have disabled the notifications on my website site wide except for these member bar notifications at the bottom. I am not sure which file to edit. I want to stop the notifications about ratings. Image attached.
I have disabled the notifications on my website site wide except for these member bar notifications at the bottom. I am not sure which file to edit. I want to stop the notifications about ratings. Image attached. |
Anybody? |
One last reach out for help on this one. Thanks |
I must have overlooked this one. Go to your admin panel. Go to builders. Go to member menu. At the top right, in the builder block, you will see a link, top extra. click on top extra and drag the spy to inactive. Geeks, making the world a better place |
Thanks for your reply. I wanted to keep the notifications block on the member bar but I did not want notifications of anything related to ratings to appear there. So this way anytime a profile, photo, video, or anything is rated the user will not get a notification there saying who rated an item. I think true ratings are anonymous. |
I figured out how to stop the notifications from showing up if a members profile is rated by going to /modules/boonex/spy/classes/BxSpyResponseProfiles.php and commenting out the following
// case 'profile_rate' : =======================================
The above however does not stop notifications for photo, video, and other rates from showing up in notifications. I am guessing I will have to jump from one module folder to another finding where each rate notification is controlled from. I see now why people are not eager to jump at this question. Its a bit of a pain to track down for me. Ill get it at some point. Ill share my progress here for others interested in doing the same thing. To me ratings should be anonymous. It would be nice to have this as an admin feature in the spy settings to turn on or off. Or even just one big setting to turn off all notifications for grouped items like ratings. |