|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
打开文件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://bbs.ad119.cn" 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=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! |
|