热搜词
发表于 2013-1-8 20:44:54 | 显示全部楼层 |阅读模式
在DZX2.5中默认是刪除了此功能
因好多朋友都想要回此功能
所以搜索了一下放出此修改方法
233707feq7f1xwotds2fsf.jpg

打开如下页面:
template\default\forum\viewthread_node.htm
搜索
  1. <!--{if helper_access::check_module('follow')}-->
  2. <li class="addflw">
  3. <a href="home.php?mod=spacecp&ac=follow&op=add&hash={FORMHASH}&fuid=$post[authorid]" id="followmod_$post[authorid]" title="{lang follow}" class="xi2" onclick="showWindow('followmod', this.href, 'get', 0);">{lang follow}</a>
  4. </li>
  5. <!--{/if}-->
复制代码
在此代码加上
    1. <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>
    2. <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>
    复制代码

保存 上传覆蓋 后台 更新缓存

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-23 09:34 , Processed in 0.241620 second(s), 29 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team