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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[素材] 完美解决楼主贴不翻页效果

[复制链接]
faishao 发表于 2011-10-12 16:18:31 | 显示全部楼层 |阅读模式
本帖一出,

从此,,楼主帖不翻页的模板不再是亮点。

记住我的名字:faishao  ; 我的论坛:http://pp2760.com

要实现楼主贴不翻页只需一步:

1.找到:source\module\forum目录下forum_viewthread.php文件


找到:
  1. $_G['forum_thread']['replies'] = $temp_reply;
  2. }
复制代码
在下面添加代码:
  1. $threadpid=0;
  2. if($_G['page']>1){
  3.         $post=DB::fetch_first("SELECT p.* FROM ".DB::table("forum_post")." p WHERE p.tid='{$_G['tid']}' AND p.first=1 limit 1");
  4.         if($post){
  5.                 $threadpid=$post['pid'];
  6.                 if(($onlyauthoradd && $post['anonymous'] == 0) || !$onlyauthoradd) {
  7.                         $postlist[$post['pid']] = $post;
  8.                         $postusers[$post['authorid']] = array();
  9.                         if($post['first']) {
  10.                                 $_G['forum_firstpid'] = $post['pid'];
  11.                                 $metadescription = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 160));
  12.                         }
  13.                 }
  14.         }
  15. }
复制代码
OK,缓存都不用更新。重新载入网页就OK啦...
演示地址:http://pp2760.com/forum.php?mod=viewthread&tid=42
并提供免费山寨小米风格下载。。完美无错版。




评分

2

查看全部评分

 楼主| faishao 发表于 2011-10-12 16:20:03 | 显示全部楼层
本帖最后由 faishao 于 2011-10-12 16:20 编辑

严重支持分享,,分享,再分享,,只要不花现金成本,。

绝对100%全部无私无求的分享。。
回复

使用道具 举报

秋风Q落叶 发表于 2011-10-12 16:21:50 | 显示全部楼层
顶顶
回复

使用道具 举报

szcavan 发表于 2011-10-12 18:08:42 | 显示全部楼层
嘿嘿,在那里有下载??
回复

使用道具 举报

 楼主| faishao 发表于 2011-10-12 18:17:31 | 显示全部楼层
szcavan 发表于 2011-10-12 18:08
嘿嘿,在那里有下载??

演示地址
回复

使用道具 举报

zhzh8015 发表于 2011-10-13 03:13:54 | 显示全部楼层
默默且厚道的我来过了,留个名!

www.taou.cc
回复

使用道具 举报

skys_9 发表于 2011-10-13 12:18:07 | 显示全部楼层
这必须顶一下  感谢分享
回复

使用道具 举报

wbpp58 发表于 2011-10-14 20:19:59 | 显示全部楼层
THX for share~
回复

使用道具 举报

fiybird 发表于 2011-10-15 16:58:40 | 显示全部楼层
请教楼主,怎么个不翻页?
回复

使用道具 举报

yikuaifa 发表于 2011-10-16 00:15:57 | 显示全部楼层
无法下载,验证完毕!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-10-4 23:19 , Processed in 0.732388 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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