Something like the following should work;
Code:select user_id, sv_email_on_quote from xf_user_option where sv_email_on_quote = 0; select user_id, sv_email_on_tag from xf_user_option where sv_email_on_tag = 0;
Perfect, thanks
Something like the following should work;
Code:select user_id, sv_email_on_quote from xf_user_option where sv_email_on_quote = 0; select user_id, sv_email_on_tag from xf_user_option where sv_email_on_tag = 0;
I used this query after installing the add-on, so all existing members are checked, that's good, thanksYou will need to use SQL;
Add a where clause as requiredCode:update xf_user_option set sv_email_on_tag = 1; update xf_user_option set sv_email_on_quote = 1;
Yes, the last update;Would it be an option to only recieve email when mentioned in a thread you are not following? Because now i get an email from the tread and mention, but only a mention alert.
Maybe a better option is to only recieve the mention email then because you also only get the mention alert.
There is a per-user option to receive emails when quoted.Xon updated User Mentions Improvements by Xon with a new update entry:
1.4.1 - Feature Update
Read the rest of this update entry...
- Reduce duplicate email alerts when quoted/tagged.
Could you send me a list of add-ons' you are using via PM? Do you have forum watching enabled for the forum this occurred in?Still got a duplicate email when tagged in a thread i follow (tagged email and response to thread)
Could you send me a list of add-ons' you are using via PM? Do you have forum watching enabled for the forum this occurred in?
I'll try to hunt this bug down![]()
ErrorException: Fatal Error: Access level to SV_UserTaggingImprovements_XenForo_DataWriter_UserGroup::_preSave() must be public (as in class NixFifty_Discord_DataWriter_UserGroup) - library/SV/UserTaggingImprovements/XenForo/DataWriter/UserGroup.php:45
Generated By: Jordan, A moment ago
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Yea I disabled his discord addon for now, but I am having issues with alerts. Same thing, users who are in a group aren't getting alerts when the group is tagged. As far as I'm aware, all permissions are set fine.
We use essential cookies to make this site work, and optional cookies to enhance your experience.