论坛帖子页下方添加”本文地址“的纯文本

第一步:添加语言:

source\language\forum\lang_template.php

里面加入:

 'viewthread_share_btdz' => '本文地址',

第二步:template\用的模板目录\forum\viewthread_node_body.htm

搜索:<!–{hook/viewthread_postbottom $postcount}–>

在上面加入:

<!--{if $post['first']}-->
        <br />
        <em>{lang viewthread_share_btdz}:&nbsp;{$_G['siteurl']}thread-$_G[tid]-1-1.html</em>
<!--{/if}-->

上个图: