Discuz!7.0帖子内页帖子标题美化
打开文件templates/default/viewthread_node.htm,查找 :<h1>$thread</h1>替换成:<h2 align="center" class="title"><font style="font-size:22px;line-height:120%;background:#E8F3FD">$post</font></h2>
<div align="center">
本文来自: <a href="http://bbs.ad119.cn" target="_blank"><font color="red"></font>江西广告网论坛</a>作者: <font color="red">$post</font>日期: $post阅读: <font color="red"><span class="smalltxt">{echo $thread+1}</span></font> 人
<a href="viewthread.php?action=printable&tid=$tid" target="_blank" <!--{if !$forum['ismoderator']}-->class="notabs"<!--{/if}-->>{lang thread_printable}</a>
<a href="javascript:bookmark()" title="C收藏夹">收藏</a>
<script type="text/javascript">
// <![CDATA[
function bookmark(){
var title=document.title
var url=document.location.href
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print ){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();}
else if( document.all ) window.external.AddFavorite( url, title);
}
// ]]>
</script>
<!--{if MSGBIGSIZE || MSGSMALLSIZE}-->
<!--{if MSGBIGSIZE}--><em>{lang big}</em><!--{/if}-->
<em>{lang middle}</em>
<!--{if MSGSMALLSIZE}--><em>{lang small}</em><!--{/if}-->
<!--{/if}-->
</div> 里面文字修改成自己论坛的信息即可! 更新缓存,OK!
页:
[1]