Discuz! X3.* 优化 回帖奖励/抢楼 页面提示
分类 网站技术/村民张先生 发布于 2015-07-23 03:36
1、打开当前模板目录下 forum/viewthread.htm 文件,
查找:
<strong>{$_G['forum_thread']['replycredit']}
替换为:
<strong>剩余 {$_G['forum_thread']['replycredit']}
查找:
<span class="xg1">{lang thread_replycredit_tips3}</span>
替换为:
,{lang thread_replycredit_tips3}
查找:
<td class="pls vm ptm"> <img src="{IMGDIR}/rushreply_s.png" class="vm" alt="{lang rushreply}" /> <strong>{lang rushreply}</strong> </td> <td class="plc ptm pbm xi1">
替换为:
<td class="pls vm ptm"> <img src="{IMGDIR}/rushreply_s.png" class="vm" alt="{lang rushreply}" /> <strong>{lang rushreply}</strong> </td> <td class="plc ptm pbm xi1" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截