通过init我找到了public_categorys函数 直接把鼠标定位到约488行
将代码:
$strs="<span class='\$icon_type'>\$add_icon<a href='?m=content&c=content&a=\$type&menuid=".$_GET['menuid']."&catid=\$catid' target='right' onclick='open_list(this)'>\$catname</a></span>"
$strs2 = "<span class='folder'>\$catname</span>"
将$str2修改为
$strs2= "<span class='folder'>\$add_icon<a href='?m=content&c=content&a=\$type&menuid=".$_GET['menuid']."&catid=\$catid' target='right' onclick='open_list(this)'>\$catname</a></span>"
保存
自然能够修改这些栏目以及里面的内容那么,我们必定要进行url更新,以及内容页更新等 *** 作
第二步:更新的 *** 作
那么我们就要修改content.php同文件夹下的create_html.php,鼠标大概定义到178行
将//$r['disabled'] = $r['child'] ? 'disabled' : ''这一行注销掉
修改模型content文件phpcms\modules\content\content.php,方法是修改init方法第一步:通过init找到了public_categorys函数 直接定位到约488行。
将代码:
$strs="\$add_icon\$catname"
$strs2 = "\$catname"
将$str2修改为
$strs2= "\$add_icon\$catname"
修改后保存。这样让page能够修改这些栏目以及里面的内容,之后进行更新缓存、url更新,以及内容页更新等 *** 作。
第二步:修改create_html.php,之后更新
修改content.php同文件夹下的create_html.php,找到178行
将
//$r['disabled'] = $r['child'] ? 'disabled' : ''
这一行去掉。
然后进后台更新缓存,可以编辑单页page父栏目了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)