修改文件:/template/default/forum/viewthread_node.htm
搜索: - <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&tid=$_G[tid]" title="{lang thread_mod}" onclick="showWindow('viewthreadmod', this.href)"><!--{if $lastmod['modactiontype'] == 'REB'}-->{lang thread_mod_recommend_by}<!--{else}-->{lang thread_mod_by}<!--{/if}--></a></div><!--{/if}-->
复制代码在以上代码下面添加以下代码: - <!--维山在线社区免责声明-->
- <div align="center"><!--{if $post['number']==1}--><div><script language="javascript" src="poll.php?tid=$tid&action=js"></script></div><!--
- {/if}--></div>
- <!--{if $post['first']}-->
- <fieldset><legend>【维山在线社区】 - 免责声明</legend>
- 1、本帖所有言论和图片纯属发表者个人意见,与本站立场无关;
- 2、本主题由 : 【<FONT color=#ff0000>$post[author]</FONT>】发表,本帖发表者【<FONT color=#ff0000>$post[author]</FONT>】依<a href="https://www.417626.com/about/disclaimer.html"target="_blank"><FONT color=#003399>《社区关于版权及免责声明》</FONT></a>享有相关权利;
- 3、其他单位或个人使用、转载或引用本帖时必须征得发表者【<FONT color=#ff0000>$post[author]</FONT>】和【<FONT color=#ff0000>维山在线社区</FONT>】的同意;
- 4、本帖作品部分转载自其它媒体并在本站发布,转载的目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责;
- 5、本帖如有侵犯到贵站或个人版权问题,请立即告知本站,本站将及时予与删除,并致以最深的歉意;
- 6、【<FONT color=#ff0000>维山在线社区</FONT>】管理员和版主有权不事先通知发帖者而删除本文。
- </fieldset>
- <!--{/if}-->
- <!--社区免责声明END-->
- <!--维山在线社区百度分享开始-->
- <div align="center"><!--{if $post['number']==1}--><div><script language="javascript" src="poll.php?tid=$tid&action=js"></script></div><!--
- {/if}--></div>
- <!--{if $post['first']}-->
- <fieldset><legend>【我要把此帖分享到以下网站】</legend>
- <!-- Baidu Button BEGIN -->
- <div id="bdshare" class="bdshare_t bds_tools_32 get-codes-bdshare">
- <a class="bds_tsina"></a>
- <a class="bds_msn"></a>
- <a class="bds_taobao"></a>
- <a class="bds_tieba"></a>
- <a class="bds_sohu"></a>
- <a class="bds_t163"></a>
- <a class="bds_qy"></a>
- <a class="bds_tfh"></a>
- <a class="bds_hx"></a>
- <a class="bds_fx"></a>
- <a class="bds_xg"></a>
- <a class="bds_ty"></a>
- <a class="bds_fbook"></a>
- <a class="bds_twi"></a>
- <a class="bds_ms"></a>
- <a class="bds_deli"></a>
- <a class="bds_s139"></a>
- <a class="bds_s51"></a>
- <a class="bds_zx"></a>
- <a class="bds_linkedin"></a>
- <a class="bds_copy"></a>
- <a class="bds_tsohu"></a>
- <a class="bds_douban"></a>
- <a class="bds_hi"></a>
- <a class="bds_tqf"></a>
- <a class="bds_kaixin001"></a>
- <a class="bds_tqq"></a>
- <a class="bds_renren"></a>
- <a class="bds_baidu"></a>
- <a class="bds_qzone"></a>
- <a class="bds_renren"></a>
- <a class="bds_tqq"></a>
- <a class="bds_tsina"></a>
- <a class="bds_qzone"></a>
- <a class="bds_qq"></a>
- <span class="bds_more">更多</span>
- </div>
- <script type="text/javascript" id="bdshare_js" data="type=tools" ></script>
- <script type="text/javascript" id="bdshell_js"></script>
- <script type="text/javascript">
- document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
- </script>
- <!-- Baidu Button END -->
- </fieldset>
- <!--{/if}-->
- <!--社区百度分享结束-->
复制代码 |