如何在在帖子左側信息欄添加加好友和打招呼功能呢?很簡單呢,添加兩行代碼就可以了
打開/template/default/forum/viewthread_node.htm
搜索以下代碼 (大概在 87 行)
<!--{if helper_access::check_module('follow')}-->
找到了以後,在<!--{/if}--> 下面代碼中加入:
XHTML
|
1
2
|
<li class="buddy"><a href="home.php?mod=spacecp&ac=friend&op=add&uid=$post[authorid]&handlekey=addfriendhk_{$post[authorid]}" id="a_friend_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 1, {'ctrlid':this.id,'pos':'00'});" title="{lang viewthread_left_addfriend}" class="xi2">{lang viewthread_left_addfriend}</a></li>
<li class="poke2"><a href="home.php?mod=spacecp&ac=poke&op=send&uid=$post[authorid]" id="a_poke_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 0);" title="{lang viewthread_left_poke}" class="xi2">{lang viewthread_left_poke}</a></li> |
然後保存,上傳到站點覆蓋原文件。
再去後台 - 工具 - 更新緩存 更新一下緩存就行了。
要是懶得話,自己下載文件來替換吧!!!
最終效果:
