老张小站

  1. 欢迎光临

    感谢访问老张的博客!

  • 1
4,904

Discuz! X3.* 优化 回帖奖励/抢楼 页面提示

分类 网站技术/村民张先生 发布于 2015-07-23 03:36
0

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、更新数据缓存/模板缓存。

分页: 1 2 3 上一页
欢迎转载分享,转载请注明 来源:大张小站 https://www.zhang.cq.cn/20151494.html
若您喜欢这篇文章,欢迎订阅老张小站以获得最新内容。 / 欢迎交流探讨,请发电子邮件至 mail[at]vdazhang.com 。


欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截