贴内分割美化
[quote]名称: 贴内分割美化适用: Discuz! 5.0.0
作者: lu5266
演示: [url]http://www.discuzs.net/[/url]
版权: lu5266[/quote]
[quote]说明:
分开不一样的主题不一样的投票权限[/quote]
[quote]文件列表:
./templates/default/viewthread.htm [/quote]
修改方法:
1: ./templates/default/viewthread.htm (对应的风格假如也存在该文件那也要同样修改)
找
[code] <!--{if $post['subject']}-->
<span class="bold">$post[subject]</span><br><br>
<!--{/if}-->[/code]
替换为:
[code] <!--{if $post['subject']}-->
<!--{if $post['number'] == 1}-->
<br><center>
<font color=red><span class="bold">$post[subject]</span></font><br><br>
本文来自:<font color=blue title="$boardurl">$bbname($boardurl)</font>
作者:<font color=blue>$post['username']</font>
发表:<font color=blue>$post['dateline']</font>
点击:<font color=red>$thread['views']</font>
回复:<font color=red>$thread['replies']</font>
<a href="###" onClick="window.clipboardData.setData('text', '{$post[subject]}\n\n详情: {$boardurl}viewthread.php?fromuid=$discuz_uid&tid=$tid&page=$page#pid$post[pid]'); alert('已经复制到剪贴板,谢谢你的推荐.');" title="推荐给 QQ/MSN 好友">[推荐]</a>
</center><hr class="text">
<!--{else}-->
<span class="bold">$post[subject]</span><br><br>
<!--{/if}-->
<!--{/if}-->[/code]
页:
[1]