Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

模型后台待审箱分页不可用[7.5]

[复制链接]
lidq.jingwu 发表于 2009-12-22 11:38:53 | 显示全部楼层 |阅读模式
找到下面一段代码:
  1. //获取的变量初始化
  2. $_SGET['page'] = intval(postget('page'));
  3. $_SGET['order'] = postget('order');
  4. $_SGET['sc'] = postget('sc');
  5. $_SGET['searchkey'] = stripsearchkey(postget('searchkey'));
  6. $_SGET['folder'] = intval(postget('folder')) == 0 ? 1 : intval(postget('folder'));

  7. ($_SGET['page'] < 1) ? $_SGET['page'] = 1 : '';
  8. if($_SGET['order'] != 'dateline') {
  9.         $_SGET['order'] = '';
  10. }
  11. if(!in_array($_SGET['sc'], array('ASC', 'DESC'))) {
  12.         $_SGET['sc'] = 'DESC';
  13. }
  14. $urlplus = '&order='.$_SGET['order'].'&sc='.$_SGET['sc'].'&searchkey='.rawurlencode($_SGET['searchkey']);
  15. $newurl = $theurl.$urlplus.'&page='.$_SGET['page'];
复制代码
将其替换为:
  1. //获取的变量初始化
  2. $_SGET['mid'] = intval(postget('mid'));
  3. $_SGET['page'] = intval(postget('page'));
  4. $_SGET['order'] = postget('order');
  5. $_SGET['sc'] = postget('sc');
  6. $_SGET['searchkey'] = stripsearchkey(postget('searchkey'));
  7. $_SGET['folder'] = intval(postget('folder')) == 0 ? 1 : intval(postget('folder'));

  8. ($_SGET['page'] < 1) ? $_SGET['page'] = 1 : '';
  9. if($_SGET['order'] != 'dateline') {
  10.         $_SGET['order'] = '';
  11. }
  12. if(!in_array($_SGET['sc'], array('ASC', 'DESC'))) {
  13.         $_SGET['sc'] = 'DESC';
  14. }

  15. $urlplus = '&mid='.$_SGET['mid'].'&order='.$_SGET['order'].'&sc='.$_SGET['sc'].'&searchkey='.rawurlencode($_SGET['searchkey']);
  16. $newurl = $theurl.$urlplus.'&page='.$_SGET['page'];
复制代码
下载压缩包,覆盖源文件即可。
本压缩包适用于所有的编码。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
adp365 发表于 2009-12-31 11:19:08 | 显示全部楼层
回复 1# lidq.jingwu

非常感谢!问题已解决。
回复

使用道具 举报

偶尔郁闷 发表于 2010-3-10 12:55:47 | 显示全部楼层
非常感谢!问题已解决。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:39 , Processed in 0.023399 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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