Undo/Remove "Thank you!" from own comment
I was checking "Thanked by" on my post and by mistake i clicked on "Thank you!" at my own comment.
Please suggest how to remove or undo.
-
- · Cem
- ·
I think this is forgotten :)
-
- · Amitesh Kumar
- ·
The undo option for "Thank you", is disabled by default. If you want to enable that on your website you can execute this query in your UNA's database.
UPDATE `sys_objects_vote` SET `IsUndo`=1
Then clear the cache via Stuido->Dasboard panel. If you need to update likes only for the specific module - then the query should have a look like
UPDATE `sys_objects_vote` SET `IsUndo`=1 WHERE `Name`='[name of the module]' (like bx_albums or bx_events).
-
Thank you Amitesh :)
Is this possible that "Like" button can be disable for me on my own reply/post ?
-
This is possible when you create an organization profile with Closed 'visible to' option.