xn_tag 标签插件的一个bug
使者王 2月前

有人碰到过没? 选中分类标签后 的第一页是没有数据  从第二页开始才有数据 该怎么改                                                            

最新回复 (12)
全部楼主
  • lin2053
    2月前 2
    0
    顶顶顶顶顶顶顶!!!
  • oliolo 版主
    2月前 3
    0
    有删除帖子bug,删除后每页列表数量不一致。
  • 使者王 楼主
    2月前 4
    0
    oliolo 有删除帖子bug,删除后每页列表数量不一致。
    不是这个问题 我看了下代码 xn_tag 插件从数据库获取数据是没有出错的 
     我估计是那个插件 将数据又重新赋值了  就是不清楚是那段代码干的
  • 使者王 楼主
    2月前 5
    0
    好像是这段代码的锅           <?php 
    if (isset($light_config['thread_top_ind']) && $light_config['thread_top_ind'] == 1) { 

    if($active == 'default'){
    if($page === 1 ) {
        $threadlist_top = $toplist3;
        thread_list_access_filter($threadlist_top, $gid); //过滤没有权限访问的帖子,必须要做
        if($threadlist_top) { 
            $have_allowtop = 0;
            foreach($threadlist_top as &$_thread) {
                $_thread['allowtop'] = forum_access_mod($_thread['fid'], $gid, 'allowtop');
                if($_thread['allowtop']) $have_allowtop = 1;
            }
        }
    }?>
  • 使者王 楼主
    2月前 6
    0
       这段才对  <?php
    if (isset($light_config['thread_top_ind']) && $light_config['thread_top_ind'] == 1) {
    /* 普通帖子 */
    if($page === 1) {
        $threadlist =  thread_find_by_fids($fids, $page, $pagesize, $order, $threads);
        thread_list_access_filter($threadlist, $gid);
    }
    }
    ?>
     
     
     
     
     
     
  • 使者王 楼主
    2月前 7
    0
    当$light_config['thread_top_ind']存在或等1时 重新查找      删掉就可以了            有人知道这段代码是干什么的吗?
  • 使者王 楼主
    2月前 8
    0
    跟置顶功能冲突了
  • fuliti
    1月前 9
    0
    使者王 跟置顶功能冲突了
    它还有一个权限上的BUG,比如你设置了这个版块是 游客 看不了的。但是在标签链接下,却可以看到。
  • 459914481
    1月前 10
    0
    这是哪个版本的bug?
  • weiruiooo
    1月前 11
    0
    我要拿出这帖子奉献给世人赏阅,我要把这个帖子一直往上顶,往上顶!顶到所有人都看到为止! 
  • jinqike1026
    1月前 12
    0
    哈哈,不错哦!
  • ace
    1月前 13
    0
    楼主,我只是来混个熟的!老板,侬亿雷凑闹嫩了!
返回