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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

解决 Discuz! X2.5 0701 抢楼活动未开始,-1楼已中奖的显示问题

[复制链接]
m.king 发表于 2012-8-21 16:07:22 | 显示全部楼层 |阅读模式

1.  打开文件:source/language/forum/lang_template.php
找到代码:
  1. 'thread_rushreply_rewardnum' => '个楼层已中奖',
复制代码
在它下面添加一行如下:
  1. 'thread_rushreply_noreward' => '暂时还没有楼层中奖',
复制代码
2.  打开文件:source/module/forum/forum_viewthread.php
找到代码:
  1. $_G['forum_thread']['replies'] = $countrushpost = count($rushids) - 1;
复制代码
将代码替换为:
  1. $_G['forum_thread']['replies'] = $countrushpost = max(0, count($rushids) - 1);
复制代码
2. 打开文件:template/default/forum/viewthread.htm
找到代码:
  1. <!--{if $countrushpost}-->[<strong>$countrushpost</strong>]{lang thread_rushreply_rewardnum}  <!--{/if}-->
复制代码
将其替换为:
  1. <!--{if $countrushpost}-->[<strong>$countrushpost</strong>]{lang thread_rushreply_rewardnum}<!--{else}--> {lang thread_rushreply_noreward} <!--{/if}-->  
复制代码
枯心树 发表于 2012-8-21 16:12:47 | 显示全部楼层
把修改后的文件打包上来吧。绝大多数人很少去懂程序代码的。
回复

使用道具 举报

pcyi 发表于 2012-8-21 17:53:09 | 显示全部楼层
补丁很及时 ~
回复

使用道具 举报

yinjie8888 发表于 2012-8-22 15:12:28 来自手机 | 显示全部楼层
什么时候能出补丁啊?
回复

使用道具 举报

下砂 发表于 2012-8-23 14:29:39 | 显示全部楼层
yinjie8888 发表于 2012-8-22 15:12
什么时候能出补丁啊?

0701的补丁哦
回复

使用道具 举报

ARCHY` 发表于 2012-8-23 14:34:02 | 显示全部楼层
前排支持哈{:soso_e102:}
回复

使用道具 举报

腐朽的木头 发表于 2012-8-23 14:53:25 | 显示全部楼层
什么时候出X2.5的下一个补丁包?
回复

使用道具 举报

zhao173511 发表于 2012-8-23 15:11:07 | 显示全部楼层
好东西  好人 一定要顶一下
回复

使用道具 举报

声魅情缘 发表于 2012-8-23 21:02:26 | 显示全部楼层
是什么东西嘛,有我的份不
回复

使用道具 举报

茗香客 发表于 2012-8-24 07:38:54 | 显示全部楼层
{:soso__8961432591078930798_3:}不太懂
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-25 13:04 , Processed in 0.115494 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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