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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

解决supesite7.0相关tag中有待审核箱资讯的问题

[复制链接]
lidq.jingwu 发表于 2010-3-16 16:25:30 | 显示全部楼层 |阅读模式
打开viewnews.php文件,找到下面一句:
  1. if($msg = $_SGLOBAL['db']->fetch_array($query)) {
复制代码
在后面添加下面的一段代码:
  1.         if( !empty($msg['relativeitemids']) ){
  2.                 $itemidarr = explode(',', $msg['relativeitemids']);
  3.                 $msg['relativeitemids'] = '';
  4.                 foreach ( $itemidarr as $key=>$titemid ) {
  5.                         $flag = $_SGLOBAL['db']->result($_SGLOBAL['db']->query('SELECT folder FROM '.tname('spaceitems').' WHERE itemid=\''.$titemid.'\''), 0);
  6.                         if ($flag == '1' ) {
  7.                                 $msg['relativeitemids'] .= $titemid.',';
  8.                                
  9.                         }
  10.                 }
  11.                 $msg['relativeitemids'] = substr($msg['relativeitemids'], 0, -1);
  12.         }
复制代码
bob2000 发表于 2010-3-18 10:59:55 | 显示全部楼层
试试,不知是否有效
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 01:14 , Processed in 0.023826 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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