ho can i increase a comment length please?
https://www.ads-software.com/extend/plugins/recent-comments-with-avatars/
]]>Hi!
How one can customize the width of column #2 to prevent the cutting off of the conten?
Would be great to geht a hint.
https://www.ads-software.com/extend/plugins/recent-comments-with-avatars/
]]>Firstly, this widget is awesome – good work!
My question is how I could install multiple instances of the plugin? I have more than one widgetised sidebar and would like to use it in more than one of these.
Is there a way of duplicating it multiple times?
Thanks
Alice
https://www.ads-software.com/extend/plugins/recent-comments-with-avatars/
]]>Hi there,
Thanks for this awesome widget. I have been using this for quite sometime now.
Now, I am changing the layout of my website and would like to move the ‘latest comments’ widget into my home.php itself.
Is there any piece of code which I can just add to it?
Thanks in advance.
https://www.ads-software.com/extend/plugins/recent-comments-with-avatars/
]]>After enabling the widget, i notice that the avatars are tight close to the nick of the person who made the comment. I browsed through the plugin and added some padding to the right of the avatar.
In line 128 (comments.php) of the plugin, replace the line for this:
echo ($options[‘avatar’] == ‘on’ ? ‘<tr><td id=”poi3″>’ . get_avatar($comment, (empty($options[‘avatar-size’]) ? 25 : $options[‘avatar-size’])) . ‘</td><td>’ : ‘<li class=”recentcomments”>’);
?>
<style type=”text/css”>
#poi3{ padding-right:10px; }
</style>
<?php
I added an id (poi3) and styled with 10px padding to the right. Now the recent comments with Avatars works perfectly ??
I don’t know if there’s another way to gave a little padding to the avatar, if there is sure ain’t that easy. In my opinion, this little change could be included in future releases of the plugin or, if the author want to have the trouble, include a nice way for the user in the administration area gave himself the values of padding through a menu.
https://www.ads-software.com/extend/plugins/recent-comments-with-avatars/
]]>