湖中沉 发表于 2010-10-12 11:35:48

楼层内显示个人相关信息

打开template\default\forum\viewthread_node.htm
查找:
<span class="pipe">|</span><a href="forum.php?mod=viewthread&tid=$post&page=$page" rel="nofollow">{lang thread_show_all}</a>
      <!--{/if}-->




在其下方添加如下代码:
<!--楼层显示会员相关信息开始-->
   <span class="pipe">|</span><a href="home.php?mod=space&uid=$post['authorid']" target="_blank" title="{lang visit_my_space}">空间</a><span class="pipe">|</span><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_$post&touid=$post&pmid=0&daterange=2&pid=$post" title="{lang send_pm}">消息</a><span class="pipe">|</span><a href="home.php?mod=space&uid=$post&do=profile" target="_blank" title="{lang member_viewpro}">资料</a><span class="pipe">|</span><a href="home.php?mod=spacecp&ac=friend&op=add&uid=$post&handlekey=addfriendhk_{$post}" id="a_friend_li_{$post}" title="加为好友">好友</a><span class="pipe">|</span><!--{if $_G['setting']['vtonlinestatus'] && $post['authorid']}--><!--{if ($_G['setting']['vtonlinestatus'] == 2 && $_G[$post]) || ($_G['setting']['vtonlinestatus'] == 1 && (TIMESTAMP - $post['lastactivity'] <= 10800) && !$post['invisible'])}--><em><font color=red><b>在线</b></font><!--{else}--><em>离线<!--{/if}--></em><!--{/if}-->
<!--楼层显示会员相关信息结束-->



演示:见微网社区:http://www.mwtee.com 任意一主题贴即可

allenhuang 发表于 2010-11-3 06:15:55

这个修改很不错,收藏了。

fonuchan 发表于 2011-4-27 12:24:34

感覺不錯 先收下
页: [1]
查看完整版本: 楼层内显示个人相关信息