phpcms v9 后臺(tái)管理內(nèi)容時(shí)搜索是限制在當(dāng)前欄目了,有點(diǎn)不方便啊.改成不限制欄目的,很簡(jiǎn)單.找到:phpcms/modules/content/content.php
搜索:$where = 'catid='.$catid.' AND status='.$status;
大概是60行左右,位于函數(shù)init()內(nèi),改成:
$where = 'catid>0 AND status='.$status;
即可.
新聞熱點(diǎn)
疑難解答
圖片精選