QQ登录

只需一步,快速开始

 找回密码
 加入一朵

QQ登录

只需一步,快速开始

查看: 1626|回复: 0
打印 上一主题 下一主题

帝国CMS结合项问题:您来自的链接不存在

[复制链接]
  • TA的每日心情
    开心
    2022-4-25 19:25
  • 签到天数: 562 天

    [LV.9]以坛为家II

    跳转到指定楼层
    1
    丨一朵丶小扇 发表于 2014-6-29 21:27:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    首先你应该下载过官方的“帝国CMS-结合项列表属性筛选显示”插件:http://bbs.phome.net/ShowThread/?threadid=201928&forumid=31

    修改/e/class/userfun.php


    1、
    1. global $public_r;
    复制代码
    改成
    1. global $public_r,$navclassid;
    复制代码
    2、
    1.        if($_GET['classid'])
    2.         {
    3.                 $classid=RepPostVar($_GET['classid']);
    4.                 $urlcs.='&classid='.$classid;
    5.         }
    复制代码
    改成
    1.         if($_GET['classid'])
    2.         {
    3.                 $classid=RepPostVar($_GET['classid']);
    4.                 $urlcs.='&classid='.$classid;
    5.         }
    6.         else
    7.         {
    8.         $urlcs.='&classid='.$navclassid;
    9.         }
    复制代码


    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏 转播转播
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 加入一朵

    本版积分规则

    GMT+8, 2024-6-13 15:05

    © 2001-2011 Powered by Discuz! X3.2. Theme By Yeei!

    快速回复 返回顶部 返回列表