Undone like

After like we can't unlike that post or anything. There is no option for undone the like.

  • 654
  • More
Replies (3)
    • You may 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).

      • After doing that we can see unlike button but that doesn't work.

        • Provide me URL and Control Panel access of your site via Messenger please.

          Login or Join to comment.