Comment to 'Pressing "Like"-Button to unlike does not work in 13B3'
  • Hi all!

    It's possible to enable/restore the "undo" action for the "Likes" with the following MySQL query in the UNA database (for example in Spaces):

    UPDATE `sys_objects_vote` SET `IsUndo` = 1 WHERE `Name`='bx_spaces';

    • Hi @LeonidS Thanks a lot for the fix. Please could you add this solution to the core pack (13-B4)? Thanks

      • @LeonidS  Have you seen my reply above requesting, if possible, to add this fix/solution to the core feature (13-B4)? Also I have another question: With the fix you provided, will the Point module still be triggered to diduct a point whenever a member unlike something (example: Unlike comments)? Thanks