Azaly Active member Mar 2, 2021 #1 Affected version 2.2.3 On my forum reactions are disabled in conversation. But in account preferences this line still show up: Probably it option should be shown only if reactions are enabled in conversation.
On my forum reactions are disabled in conversation. But in account preferences this line still show up: Probably it option should be shown only if reactions are enabled in conversation.
Chris D XenForo developer Staff member Mar 2, 2021 #2 We do not currently attempt to filter out any of these alert preferences based on permissions so this is expected.
We do not currently attempt to filter out any of these alert preferences based on permissions so this is expected.
kelle67 Well-known member Mar 3, 2021 #3 Azaly said: Probably it option should be shown only if reactions are enabled in conversation. Click to expand... add that to extra.less Code: .formRow[data-content-type="conversation_message"][data-action="reaction"] { display: none; }
Azaly said: Probably it option should be shown only if reactions are enabled in conversation. Click to expand... add that to extra.less Code: .formRow[data-content-type="conversation_message"][data-action="reaction"] { display: none; }