鲸云网络 发表于 2020-2-20 02:23:07

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

第一步:添加语言:
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}: {$_G['siteurl']}thread-$_G-1-1.html</em>
<!--{/if}-->

页: [1]
查看完整版本: 论坛帖子页下方添加"本文地址“的纯文本