易仿帝国yfdiguo.com

您当前的位置:首页 > 问题库

帝国cms官方结合项插件静态页classid为空的解决方法

zcmcss发表于2017-12-11问题库
打开 userfun.php 文件
找到
global $public_r;
修改为
global $public_r,$navclassid;
找到
if($_GET['classid'])
       {
               $classid=RepPostVar($_GET['classid']);
               $urlcs.='&classid='.$classid;
       }

修改为
if($_GET['classid'])
        {
                $classid=RepPostVar($_GET['classid']);
                $urlcs.='&classid='.$classid;
        }
        else
        {
        $urlcs.='&classid='.$navclassid;
        }

热门问题

©2017 易仿帝国yfdiguo.com


友情链接: 阿里云优惠网| 阿里云推荐码| 阿里云教程| 莫愁博客|
♥ www.yfdiguo.com
联系作者QQ: