Discuz! X3.* 优化 回帖奖励/抢楼 页面提示
分类 网站技术/村民张先生 发布于 2015-07-23 03:36
2、打开 source/language/forum/lang_template.php 文件,
查找:
'thread_replycredit_tips1' => '回复本帖可获得 {$_G[forum_thread][replycredit_rule][extcredits]} {$_G[setting][extcredits][$_G[forum_thread][replycredit_rule][extcreditstype]][unit]}{$_G[setting][extcredits][$_G[forum_thread][replycredit_rule][extcreditstype]][title]}奖励!', 'thread_replycredit_tips2' => '每人限 {$_G[forum_thread][replycredit_rule][membertimes]} 次', 'thread_replycredit_tips3' => '(中奖概率 {$_G[forum_thread][replycredit_rule][random]}%)', 'thread_rushreply' => '本帖为抢楼帖,欢迎抢楼!', 'thread_rushreply_check_back' => '返回抢楼帖', 'thread_rushreply_end' => '截止楼层:', 'thread_rushreply_floor' => '奖励楼层', 'thread_rushreply_limit' => '本帖为抢楼帖,{$rushresult[creditlimit_title]}大于{$rushresult[creditlimit]}可以抢楼',
替换为:
'thread_replycredit_tips1' => '回复本帖可获得 {$_G[forum_thread][replycredit_rule][extcredits]} {$_G[setting][extcredits][$_G[forum_thread][replycredit_rule][extcreditstype]][unit]}{$_G[setting][extcredits][$_G[forum_thread][replycredit_rule][extcreditstype]][title]}奖励!', 'thread_replycredit_tips2' => '每人限 {$_G[forum_thread][replycredit_rule][membertimes]} 次', 'thread_replycredit_tips3' => '中奖概率 {$_G[forum_thread][replycredit_rule][random]}%', 'thread_rushreply' => '回帖抢中', 'thread_rushreply_b' => '可获楼主承诺的奖励,连回无效。', 'thread_rushreply_check_back' => '返回抢楼帖', 'thread_rushreply_end' => '楼截止', 'thread_rushreply_floor' => '奖励楼层', 'thread_rushreply_limit' => '{$rushresult[creditlimit_title]}大于{$rushresult[creditlimit]}可参与',
3、更新数据缓存/模板缓存。
欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截