=== WP RC Reply AJAX ===
Contributors: QiQiBoY
Author Homepage: http://www.qiqiboy.com
Tags: wordpress, ajax, recent-comments, reply, widget, sidebar
Requires at least: 2.7
Tested up to: 3.0.1
show the recent comments @ sidebar widget. with it, you can reply everyone from widget sidebar by Ajax type.
== Description ==
*show the recent comments @ sidebar widget.
*with it, you can reply everyone from widget sidebar by Ajax type.
*If you have questions, Please contact [imqiqiboy#gmail.com] or leave a message in my blog(http://www.qiqiboy.com).
*支持翻页查看的ajax版最新评论
*可以对一条评论进行回复,这也只需在侧边栏就可完成,而且是ajax方式。(点击一条评论右边的右向双箭头,进入单条评论查看模式,然后点击右边的回复按钮即可进行回复)
*回复支持嵌套,自动添加@回复,支持无限嵌套,无需担心被回复人的层深问题。
*支持列表输出回复按钮,回复更方便
*可设置只允许博主回复
*支持"ctrl+enter"快捷回复
*提供技术支持及咨询,联系邮件请发【imqiqiboy#gmail.com】或者在我博客【http://www.qiqiboy.com】留言
= plugin update 2.0beta =
这是一个完全重构后的测试版,如果你在使用中有任何不适,可以换回稳定的1.2.1版(下载地址:http://downloads.wordpress.org/plugin/wp-rc-reply-ajax.1.2.1.zip)。
2.0版完全重构,速度更快,更节省带宽。使用数据缓存技术,翻看过的评论列表不必重新加载,往回翻页不必重复请求数据,反应更快!
This is a beta version completely reconstructed, if you have any discomfort in use, you can exchange for a stable version 1.2.1 (Download: http://downloads.wordpress.org/plugin/wp-rc-reply -ajax.1.2.1.zip).
2.0 PR, faster, more economical bandwidth. Use of data cache, look over the list without having to reload the comments, do not have to repeat the request back page of data, the reaction faster!
== Installation ==
1. Download the plugin archive and expand it (you've likely already done this).
2. Put the 'WP-RC-Reply-AJAX' directory into your wp-content/plugins/ directory.
3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for WP-RC-Reply-AJAX.
4. Go to the WP-RC-Reply-AJAX Options page (Settings > WP-RC-Reply Option).
5. Go to widgets page to add the widget to your sidebar.
Also you can use function at the place you want to show.
下载插件,上传到插件目录,在后台管理中激活插件,到设置页面进行简单设置,然后在小工具页面向边栏添加边栏回复小工具即可。
当然,你也可以直接在需要显示最新评论的地方调用<?php wp_rc_reply_echo('number=&length=&size=&at='); ?>。
可选参数number是显示数量,length是截断长度,size是头像大小,at是从第几层开始自动添加@回复。
ep:<?php wp_rc_reply_echo('number=8'); ?> or <?php wp_rc_reply_echo('number=8&length=25'); ?>
== Screenshots ==
1. 使用效果截图:回复功能
2. 后台小工具截图:widget[小工具]
== Changelog ==
= 2.0beta =
评论结构的完全重构,新一代边栏回复,更快,更迅速,更省流量。
= 1.2.1 =
修正最新评论列表的回复按钮没有正确取到父级ID的问题;
JS脚本优化,解决提交时信息提示框位置错乱问题。
= 1.2.0 =
大量更新,插件更稳定,使用更方便。
*可设置只允许博主回复
*支持"ctrl+enter"快捷回复
= 1.1.6 =
css文件修剪
= 1.1.5 =
评论列表输出使用get_comment_link(), 所以url带有评论分页comment-page-[num]。通过过滤可以解决由此带来的页面锚点问题。
如果插件更新后页面出现错误,请到设置页面点击关闭过滤。
Review the list of output using get_comment_link (), so url with comments page comment-page-[num]. Can be solved by filtering the resulting page anchor problem.
If the plug-in error after the update page, go to Settings page click 'Close filter'.
= 1.1.3 =
添加刷新功能。。你可以在最新评论的首页选择是否输出刷新按钮。
add refresh Function。
= 1.0 =
2010/08/20
插件开发完毕,上线。
= 1.0.2 =
修正一些乱码、找不到路径问题。
强烈建议升级,对之前的这些错误表示抱歉,是我测试不全面所致。
= 1.1.1 =
重大升级,修复一系列bug。另外对插件调用函数<?php wp_rc_reply_echo('number=&length=&size=&at='); ?>进行了功能增强,可选参数为4个:。
可选参数number是显示数量,length是截断长度,size是头像大小,at是从第几层开始自动添加@回复。
ep:<?php wp_rc_reply_echo('number=8'); ?> or <?php wp_rc_reply_echo('number=8&length=25'); ?>
你现在可以直接使用<?php wp_rc_reply_echo('number=&length=&size=&at='); ?>在不同页面控制显示不同数量、不同头像大小等的评论了。
= 1.1.2 =
修正字符显示,兼容w3c验证。