Dle – how to disable all posts shown on main page
Apr 03
You need just run in database in phpmyadmin
update `dle_post` SET allow_main=0 WHERE 1
and all posts would tot beeeing shoen on main page
Apr 03
You need just run in database in phpmyadmin
update `dle_post` SET allow_main=0 WHERE 1
and all posts would tot beeeing shoen on main page
Nov 04 at 18:08
update `dle_post` SET allow_main=1 WHERE category in (SELECT id from dle_category WHERE parentid=1000)
also useful