Plugins
WP-RecentComments
Show the Recent Comments in your WordPress sidebar.
It supports WordPress WIDGETS and you can easy to setting this plugin.
Features:
- Limit the number of comments.
- Set the maximum length of comment excerpts.
- Filter out pingbacks/trackbacks.
- Enable or disable the avatars, resize and reposition them.
- AJAX paged comments, you can turn to the newer or older comments when you clicked on the paging buttons.
Download:
Highslide4WP
Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. This plugin allows you easily to make image popups on WordPress.
There are some toys you can use:
emoticons:
In your ''comments.php'' file add the following lines:
<?php highslide_emoticons(); ?>
Download:
Translation Instructions
If your language is not listed HERE and you want to contribute a translation, follow these steps:
- Download the latest version and install it to your blog.
- Go to {plugin directory}/languages, you'll find a file named {plugin name}.po that you have to rename to include your WPLANG. (for example: wp-recentcomments-zh_CN.po)
- Open this file in poEdit (free software) and start your translation.
- Upload .MO file to {plugin directory}/languages and test it on your blog.
- Send both the .PO and .MO files to me via Email (wuzhao.mail@gmail.com).
- Done. (I'll add the new language to the next version.)
想问一下,如何实现留言回复的效果!
请问,在'comments.php'文件中的哪一行,加入,请楼主具体的指点一下好么?
CSS控制的话,那个省略号不知道怎么加链接了,只好改函数了。。。
function rc_substring($str, $start=0, $len=50, $comment_id, $argsf, $comment_start, $loading_text, $code='UTF-8') {
if($code == 'UTF-8') {
$pa = "/[\x01-\x7f]|[\xc2-\xdf][\x80-\xbf]|\xe0[\xa0-\xbf][\x80-\xbf]|[\xe1-\xef][\x80-\xbf][\x80-\xbf]|\xf0[\x90-\xbf][\x80-\xbf][\x80-\xbf]|[\xf1-\xf7][\x80-\xbf][\x80-\xbf][\x80-\xbf]/";
preg_match_all($pa, $str, $t_str);
/*截取中英文混和字符,中文相当于2个英文字符,len长度按英文字符算*/
if(count($t_str[0]) > $len) {
for($i=0; $i 127 ? $j + 2 : $j + 1;
if ($j > $len - 5) {
return join('', array_slice($t_str[0], $start, $i)) . '[...]';
}
}
return join('', array_slice($t_str[0], $start, $len));
}
}
}
@sfox
我到你的博客看过, 没问题啊. 请清一下浏览器的缓存吧.
@mg12 最新的版本不是上面提供的那个么?我已经覆盖了哦,但依然有问题。。
@sfox
上次我上传漏了一个文件.
你下载最新的覆盖一下就行了.
MG兄,wp-recentcomments插件最新的那个版本还是存在在IE下点击返回(Back)无反应哦。。
MG兄能把上一个版本的highslide4wp发给我么?谢谢了~~
我下了个1.0然后在wp后台里更新到1.01又可以用了
呵呵
@geyang
这个不知道什么原因, 你看前面的兄弟, 不只你一个这样, 但很多人却又能正常使用.
该提示应该是语法错误, 我没找到代码中哪里语法有错. (T-T)
你好,我的wp版本是2.5.1
但是用你的multicollinks插件的时候出现如下提示:
Parse error: syntax error, unexpected T_FUNCTION in /home/geyang/public_html/blog/wp-content/plugins/wp-multicollinks/core.php on line 1
请问如何解决,谢谢
@UU
对数据库进行查询而已, 找相同 Email 的, 在某个时间区间内留言最多的, 然后排个序.
@xiaoxie
部分人确实存在这样的问题, 也有人将插件升级到 1.0.1 就没事了.
目前我还没找到问题的所在, 实在抱歉.
激活“wp-multicollinks”的时候出现致命的错误
我用的是你的elegantbox_2.1.1主题
Parse error: syntax error, unexpected T_FUNCTION in /web/l/linuxbash.cn/wp-content/plugins/wp-multicollinks/core.php on line 1
我非常想知道首页那里的Most Active Guys是怎样实现的....
哈哈,我知道了,thank you all the same!
我想问问怎样可以消除星星旁边的字,比如"3 votes, average: 6.67 out of 10, rated"这些
@sfox
Ratings Vote Text: %RATINGS_IMAGES_VOTE%
Ratings Voted Text: %RATINGS_IMAGES%
Ratings No Permission Text: %RATINGS_IMAGES%
Ratings None: %RATINGS_IMAGES_VOTE%
MG兄,你那个wp-PostRatings插件修改得不错啊,可否发给我研究下?谢谢了~~
@Leeiio
1. 我写过教程:
http://www.neoease.com/wordpress-guest-post/
2. 那是一个叫 WP AJAX Edit Comments 的插件实现的.
@jin
主题中定义了 .avatar 的样式, 导致冲突.
解决办法由二:
在 wp-recentcomments.css 查找
.avatar, 并删除.rc_item .rc_right在 style.css 查找
.avatar, 并删除float:right;朋友,我实在想不出来别的办法了,你帮我看看我网站上那个头像插件,就是在你这下的。
那个头像怎么老是错位 和文字不平啊,是什么原因呢?
谢谢了
請問你留言這里的cookies保存是怎麼實現的?
Welcome back Leeiio. Change ?
另外就是編輯留言倒計時呢?謝謝!
Man, I love the little widegts you are offering here~!! thx a lot! peace!
的确匪夷所思。。重新复制一份再上传还是不行。。
@sfox
看看这: HERE
匪夷所思...
还是不行哦
Parse error: syntax error, unexpected T_FUNCTION in /home/sfoxnoki/public_html/wp-content/plugins/wp-multicollinks/core.php on line 1
不知道是不是和其它插件哟冲突。。
@sfox
出什么错误也描述一下啊, 要不我真的不从下手.
我换了一个, 你再下载看看.
MG兄,很喜欢你的做主题!
想问问可以给你做的那个WP-MostProlificReviewers插件我吗?还有,你的WP-MulticolLinks插件在2.6下使用有错误,能修正否?谢谢^^
@Lucy
(T-T) 谢谢! 正式版我让这个单词消失, 哈哈~
多栏那个
0.5 (beta varsion)
错别字
@阿木
这个在主题 Blocks 中已经有代码了, 你可以看看.
JavaScript 代码在 js/quote.js 中, PHP 是 comments.php 中的.
只是将评论内容提出来, 加工一下放评论框而已.
12 在留言旁边加个quote效果不错,嘿嘿,能介绍一下方法不!
呵呵,纳闷。你什么时候重写啊。
搬家前还行的,搬家后就没了。哎!
@漫漫鱼
貌似有一些人会出现这样的情况, 但我还不清楚是什么原因, 因为我重现不出来.
虽然说了很多次, 但我还是不负责任得再说一次, 希望在我重写这个插件后问题可以解决.
重新上传也不行
Highslide4WP
纳闷,搬了家后发现编辑器里的按钮没见了。而这个插件能正常工作。禁用再激活也不行。正在重新上传插件看看!
@2slow
是开源的, 还有注释, 你可以修改它并重新发布, 但请在注明原作和修改过的地方.
用了下WP-RecentComments,不错的插件!
顺便问下,这个开源吗?
@ihgpw
请查看 http://www.neoease.com/wp-grins-popup-15/#comment-2856
EMOTICONS: Select an emoticon 报这样的错误呀,这个怎么才能显示出那个小表情呀?
@Jim
你是用系统默认的编辑器吗? 是不显示按钮还是按钮点击无反应?
Highslide4WP
我无法使用!你上面的插件,我全都装了,但看图的那个插件,怎么都用不了!
@4minutes 这个应该在 WordPress 设定, 而不应该是插件该管的事.
赫赫~~搞定啦
WP-RecentComments中如果评论人没有头像怎么让显示指定头像呢?
謝謝你介紹這些外掛
@小
打开文件 highslide4wp.php, 查找 highslide.js, 并替换为 highslide-with-html.js.
@ mg12
我有下载Highslide4WP,上传之后激活,然后用WP Grins Popup,而WP Grins Popup一直都点击不了..是不是要改模板文件?
你需要在页面上使用 highslide-with-html.js 才能用这个插件.
WP Grins Popup用不了啊。。T-T。一直都不显示。。。