Page cover disable
Is there an easier way to disable all Page Covers at once, instead of doing one by one? 📰 Am I missing that option somewhere?
-
-
·
LeonidS
- ·
Hello Jose Sadel !
You may backup the `sys_objects_page` table and execute this MySQL query:
UPDATE `sys_objects_page` SET `cover` = 0;
-
·
LeonidS
-
- · Jose Sadel
- ·
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 ☺