Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 空间留言板显示自己回复的留言

[复制链接]
xbonline 发表于 2014-5-19 14:44:14 | 显示全部楼层 |阅读模式
dz默认的流程是:回复的留言显示在对方的留言板中。
修改目标:将自己回复的所有留言显示在自己的留言板中。
更改文件:/source/function/function_comment.php
将代码:
  1. if($comment['idtype'] == ‘uid’) {
  2. $id = $comment['authorid'];
  3. }
复制代码

修改为:
  1. if($comment['idtype'] == ‘uid’) {
  2. //如果是回复评论的话,也留言到自己的空间
  3. //$id = $comment['authorid'];
  4. $id=$_G['uid'];
  5. }
复制代码
原文地址:http://x.9423.com/archives/103
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 09:56 , Processed in 0.023414 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表