您现在正在《php判断:在指定日期之后触发事件(完美使用新@功能)》评论的第3页
首先给个例子,我今天找到一个让回复中加@功能的新方法,利用add_filter而非js,这个方法好处多多,避免了js冲突(如分页功能下)@失效的BUG. add_filter('comment_text','comment_add_at_parent'); function comment_add_at_parent($comment_text){ $comment_ID = get_comment_ID(); $comment = get_comment($comment_ID); if ($comment->comment_parent ) { $parent_comment = get_comment($comment->comment_parent); $comment_[.....] 点此返回原文
date2function is coded by http://xiaohudie.net. Any posts here is one hundred percent original, so please keep my link so as not to hurt this pretty girl. -
:fue: 我的评论框就一直有问题。没时间搞。用了多说,账号还不能同时用在2个网站上。懒得在弄。。。哎。还是找时间弄吧。不用多说了。 :koubixiu:
这个方法不错诶, 我之前也写了一个, 不过没想到用api
避免了js冲突(如分页功能下)@失效的BUG, 并不是bug, 是js没有冒泡绑定ajax加载的dom事件
@牧风 恩恩 写这个的时候不很了解ajax 后来才知道要重新绑定
建议子评论缩进一个头像的空白 http://ww3.sinaimg.cn/large/6115ac8ftw1e6e0gqbj4pj20qg0fcjtj.jpg
@牧风 好了~