Hello,
this plugin offers a nice deal of customization, good job!
However the widget_title filter is not used for the widget title. I had to add it by replacing $instance['title']
with apply_filters('widget_title',$instance['title'])
in the widget function. Could you please include this fix in next release?
Also, there seems to be no caching in the widget (needed for sites with millions of comments), so might need to code our own caching for the whole sidebar.
Thanks,
Martin
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>BUG. When you use the option to exclude a category, all the comments of an article that is part of multiple categories are duplicated.
To solve this problem just open the file “customized-recent-comments.php” and correct the query in line 505 by adding a “DISTINCT”
Before:
$query = "SELECT c.comment_ID,
c.comment_post_ID,
c.comment_author,
c.comment_author_email, ...
After:
$query = "SELECT DISTINCT c.comment_ID,
c.comment_post_ID,
c.comment_author,
c.comment_author_email, ...
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>a nice plugin, but with one big problem.
this only show recent comments from posts, not also from pages.
i’m i right ?
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>Is there any way to exclude admin from the “Customized Recent Comments” widget?
I ask as I use it on my Philosophy Blog and I try to reply to every comment. Check my blog out and you will see that my user account takes up half the widget!
If it is not possible to exclude individual users at the moment, could you please include this in an update of the plugin. I say this as I am slowly being swayed towards an alternative plugin, but at the core, I like yours best, so I would hate to give it up!
Thanks very much, all help appreciated ??
Christopher Roberts
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>how can i exclude admin (me) in the comments widget, by which tag ?
thanks
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>Hello,
I’m using this plug-in and I’m very happy with it.
Unfortunately I found one issue under Safari.
Here it is a screenshot, because it’s a little bit difficult to describe it.
https://store.picbg.net/pubpic/93/E9/b97bee46058093e9.jpg
Is there any solution for this?
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>works fine and looks great.
would be good to have an additional tag for a bit more flexibility: link directly to the comments section of the post (as well as having the option for permalink).
am using it on my site Japan Travel Mate, really like this plugin.
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>I really like this plugin I only have one more wish. When someone comments on my blog with facebook connect their facebook-avatar is shown in the comments field. How can I get the Facebook-avatar to show with this plugin in the sidebar? Now it just shows the anonymous picture.
https://www.ads-software.com/extend/plugins/customized-recent-comments/
]]>(I hope I’m doing this right… not sure where/how else to post a suggestion for this plugin…)
A suggestion for this plugin would be an option to not load the included css! if I understand correctly the theme style is loaded before any plugin styles, or at least I have a hard time styling any plugins with my child theme…
Currently the float property on the avatar is causing the list dots to end up on top of the avatars on Chrome ?? (can be seen here at the bottom) And just changing float to none fixes it, but I try as far as possible to not edit plugins as I want upgrades to be smooth.
Thanks for a good plugin!
]]>