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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 2.5版本修改帖子查看数的方法·····

[复制链接]
shiwangfu 发表于 2012-3-4 16:26:15 | 显示全部楼层 |阅读模式
打开:在source\module\forum下,forum_viewthread.php打开,找到

C::t('forum_thread')->increase($_G['tid'], array('views' => $row['addviews']+1), true);
discuz_process::unlock('update_thread_view');
}
}
} else {
C::t('forum_threadaddviews')->insert(array('tid' => $_G['tid'], 'addviews' => 1), false, true);
}
} else {
C::t('forum_thread')->increase($_G['tid'], array('views' =>1), true, $tableid);

把上面代码里面的 3处 1 改成 3

例如:


C::t('forum_thread')->increase($_G['tid'], array('views' => $row['addviews']+3), true);
discuz_process::unlock('update_thread_view');
}
}
} else {
C::t('forum_threadaddviews')->insert(array('tid' => $_G['tid'], 'addviews' => 3), false, true);
}
} else {
C::t('forum_thread')->increase($_G['tid'], array('views' =>3), true, $tableid);

你的帖子只要1刷新显示就是3次!!
64243354 发表于 2012-3-4 16:27:48 | 显示全部楼层
此类帖子请发到插件区查询
回复

使用道具 举报

 楼主| shiwangfu 发表于 2012-3-4 16:28:55 | 显示全部楼层
不好意思 请转下
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 21:19 , Processed in 0.145144 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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