·
Added a discussion

Is there an easier way to disable all Page Covers at once, instead of doing one by one? 📰 Am I missing that option somewhere?

  • 1471
Comments
    • Hello Jose Sadel !

      You may backup the `sys_objects_page` table and execute this MySQL query:

      UPDATE `sys_objects_page` SET `cover` = 0;

      • Nice, it works, it disabled all covers. I just had to re-enable the profile cover because that one i want to show. Thank you  

        Login or Join to comment.