- 積分
- 7573
- 威望
- 7573
- 金錢
- 9482
- 最後登錄
- 2024-10-15
|
[分享] Discuz!7.0帖子内页帖子标题居中美化
打開後臺--界面--點擊右面的模板管理---點擊默認模板套系詳情
打开文件templates/default/viewthread_node.htm,查找:- <h1>$thread[subject]</h1>
複製代碼 替换成:- <h2 align="center" class="title"><font style="font-size:22px;line-height:120%;background:#E8F3FD">$post[subject]</font></h2>
- <div align="center">
- 本文来自: 蓝氏论坛 <a href="http://2010.hotbbs.info" target="_blank"><font color="red">论坛</font></a> 作者: <font color="red">$post[author]</font> 日期: $post[dateline] 阅读: <font color="red"><span class="smalltxt">{echo $thread[views]+1}</span></font> 人
- <a href="viewthread.php?action=printabletid=$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>
複製代碼 例圖:
演示網站:http://2010.hotbbs.info |
|