码迷,mamicode.com
首页 > 其他好文 > 详细

修改帖子内容页中的分享到:QQ空间、微博等样式

时间:2014-07-24 17:28:25      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:strong   文件   io   for   re   c   cti   代码   

打开当前模版文件夹template/当前模版/forum/viewthread_node.htm文件

删除以下代码:

  1. <!--{if !empty($_G[‘setting‘][‘pluginhooks‘][‘viewthread_share_method‘])}-->
  2.                                                 <div class="tshare cl">
  3.                                                         <strong>{lang viewthread_share_to}:</strong>
  4.                                                         <!--{hook/viewthread_share_method}-->
  5.                                                 </div>
  6.                                         <!--{/if}-->
复制代码

查找以下代码:

  1. <!--{hook/viewthread_useraction}-->
复制代码

在其后添加以下代码:

  1.      <!--{if !empty($_G[‘setting‘][‘pluginhooks‘][‘viewthread_share_method‘])}-->
  2.                                                         <!--{hook/viewthread_share_method}-->
  3.                                         <!--{/if}-->
复制代码

上传并更新缓存即可!

修改帖子内容页中的分享到:QQ空间、微博等样式,布布扣,bubuko.com

修改帖子内容页中的分享到:QQ空间、微博等样式

标签:strong   文件   io   for   re   c   cti   代码   

原文地址:http://www.cnblogs.com/smy520/p/3865711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!