老张小站

  1. 欢迎光临

    感谢访问老张的博客!

  • 1
4,903

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

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

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


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