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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] X3 楼主贴每页显示,不翻页的修改。

[复制链接]
垃圾猫 发表于 2013-8-13 13:50:03 | 显示全部楼层 |阅读模式
在:source\module\forum目录下forum_viewthread.php文件中找到:
  1. $_G['forum_thread']['replies'] = $temp_reply;
  2. }
复制代码
下面增加如下代码:

  1. ##########楼主贴不翻页开始###########
  2. $threadpid=0;
  3. if($_G['page']>1){
  4. $post=DB::fetch_first("SELECT p.* FROM ".DB::table("forum_post")." p WHERE p.tid='{$_G['tid']}' AND p.first=1 limit 1");
  5. if($post){
  6. $threadpid=$post['pid'];
  7. if(($onlyauthoradd && $post['anonymous'] == 0) || !$onlyauthoradd) {
  8. $postlist[$post['pid']] = $post;
  9. $postusers[$post['authorid']] = array();
  10. if($post['first']) {
  11. $_G['forum_firstpid'] = $post['pid'];
  12. $metadescription = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 160));
  13. }
  14. }
  15. }
  16. }
  17. ##########楼主贴不翻页结束###########
复制代码
最后强调下,这个对SEO的影响不清楚,因为每页的开头都将会是同样的内容。
潮宅男女 发表于 2013-8-13 13:52:18 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

liukeyan 发表于 2013-8-13 14:09:25 | 显示全部楼层
支持一下,正是我想要的效果,我现在用的是2.5,看着应该没问题,等会试一下,谢谢啦
回复

使用道具 举报

 楼主| 垃圾猫 发表于 2013-8-13 14:11:38 | 显示全部楼层
liukeyan 发表于 2013-8-13 14:09
支持一下,正是我想要的效果,我现在用的是2.5,看着应该没问题,等会试一下,谢谢啦

呵呵,有问题再研究
回复

使用道具 举报

 楼主| 垃圾猫 发表于 2013-8-13 14:12:20 | 显示全部楼层
liukeyan 发表于 2013-8-13 14:09
支持一下,正是我想要的效果,我现在用的是2.5,看着应该没问题,等会试一下,谢谢啦

呵呵,有问题再研究
回复

使用道具 举报

liukeyan 发表于 2013-8-13 14:27:58 | 显示全部楼层
垃圾猫 发表于 2013-8-13 14:12
呵呵,有问题再研究

刚才试了一下,基本没什么问题
回复

使用道具 举报

liukeyan 发表于 2013-8-14 13:40:55 | 显示全部楼层
楼主贴每页显示,不翻页的修改。2.5用着也没问题

回复

使用道具 举报

uetop 发表于 2013-9-18 17:23:41 | 显示全部楼层
翻到第二页后,楼主的帖子TAG标签不显示了。
求解决。
回复

使用道具 举报

隊長 发表于 2013-10-7 23:39:10 | 显示全部楼层
测测试测是
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-14 17:22 , Processed in 0.026311 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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