Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 7, 20223 yr How can I prevent users from removing their reactions? I spent a lot of time searching for this setting but haven't found it. All I've found was the daily limit for reactions.
January 7, 20223 yr Community Expert Solution There is no way in which to stop a user from removing their reaction should they wish to do so, if they are allowed to use the reaction system. Feel free to post this within our suggestions area if you wish to see this as an addition in the future
January 7, 20223 yr I have a simple method that works. You can hide the "x" button using CSS. .ipsReact_unreact{display:none!important;} Edited January 7, 20223 yr by SeNioR-
January 7, 20223 yr Author 2 hours ago, SeNioR- said: I have a simple method that works. You can hide the "x" button using CSS. .ipsReact_unreact{display:none!important;} I've already removed the HTML code for it for now. While removing the HTML or hiding it via CSS is a solution, it doesn't actually avoid the ability to remove reactions if you know your way around it obviously. Thank you though, I'll post a suggestion and maybe this gets implemented in the future!