Hello, is there any plan to support WP 5.8.1 for WP-RecentComments?
]]>After the installation of the WP-RECALL the photo does not show
[img]https://rgho.st/6XCvgtbvv/thumb.png[/img]
]]>Script tag appears at top of RSS feed after upgrading to WP 3.7.1.
Please fix plug-in or tell us how to fix.
Loved this plugin.
Had to deactivate so my RSS feed would validate again.
Thank you.
Script tag appears at top of RSS feed after upgrading to WP 3.7.1.
Please fix plug-in or tell us how to fix.
Loved this plugin.
Had to deactivate so my RSS feed would validate again.
Thank you.
Not downloaded the latest comments. Download “hanging” in the endless mode. Do not open the frame…
]]>Hi, the plugin does not translate “on” in the list of comments:
[author name] on [post name]
although the translation is available in the .po file.
Thank you
]]>Hi,
Thanks for the job. All is in the title.
Le Taulier
]]>Please, I have a suggestion, maybe you can support avatar for simple facebook connect. Thank you.
]]>Hi there!
When the $code variable has this value, then the function rc_get_avatar_url($code) won′t work. The alt, width and height attributes will still remain in the return value.
<img src="https://dev.sjukhuslakaren.se/wp-content/uploads/userphoto/8.thumbnail.jpg" alt="Mikael Rolfs" width="80" height="60" class="photo" />
To solve the problem, I added this code:
function rc_get_avatar_url($code) {
//MY FIX - START
$quotes = array('"', "'");
foreach ($quotes as $q) {
$pos_start = strpos($code, $q.'http');
$pos_end = strpos($code, $q, $pos_start + 1);
if ($pos_start !== false && $pos_end !== false) {
$src = substr($code, $pos_start + 1, $pos_end - $pos_start - 1);
$src = preg_replace(array('/&/i'), array('&'), $src);
return $src;
}
}
//MY FIX - END
return preg_replace(array('/^.+(src=)(\"|\')/i', '/(\"|\')\sclass=(\"|\').+$/i', '/&/i'), array('', '', '&'), $code);
}
Could this be added to the official version? Or maybe be done in a bettar way?
Best Regards
Patrik Hultgren
Hi,
After I updated WP-RecentComments to the latest version (2 days ago) the comments are no longer shown, I just see a “Loading” message. I tried the tips in the FAQ section, checked footer.php and tried changing the javascript options for the plug in.. but neither worked.
Regards,
Harsha
v2.1 Unnecessarily Removes Feature When Security Vulnerability Could Be Fixed
In your v2.1 update (in response to the security vulnerability found in v2.0.7 and lower), instead of easily fixing the issue, you’ve instead chosen to completely remove the feature of being able to fetch the full comment content!? That feature is the reason why I chose your plugin over others. You really didn’t need to remove that, instead just sanitize the $id (the same way you did for the rc-ajax action’s $page value) by type casting it as an integer with “(int)”:
change:
...
} else if($_GET['action'] == 'rc-content') {
$id = $_GET["id"];
echo rc_get_content($id);
...
to:
...
} else if($_GET['action'] == 'rc-content') {
$id = (int)$_GET["id"]; //JUST (int) IT!
echo rc_get_content($id);
...
]]>
will not working, cus the definitions of functions like plugins_url(), wp_enqueue_style() are missing. This could be a result of WP version – however I guess, but this is not the main case.
One thing make me very uncomfortable is the code from line 301 to 320 as attached at the bottom. I cannot image what this code intends to do, and I cannot image how encrypt code appears in an open-source project, I dont know what the code is but one thing is clear that it will be all about money, and this author will not care how he make his money.
* You can write a donation stuff in the README file, or at the top comment line of the php file around your copyright/contact info, we will notice it. But you do not directly put it into and execute your donation code on all my visitors’ computers!
* You do not put encrypted code into an opensource project cus we have no idea what you are going to do with these money-making codes.
THANK YOU! Your plugin has been removed from my blog.
— Attatchment —The built-in donation & encrypted code—-
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”POST”>
<div class=”wrap” style=”background:#EFF6E4;border:1px solid #CAE2A4;padding-bottom:1em;margin-bottom:1em;”>
<table class=”form-table”>
<tbody>
<tr valign=”top”>
<th scope=”row”>Donation</th>
<td>
If you find my work useful and you want to encourage the development of more free resources, you can do it by donating…
<input type=”hidden” name=”cmd” value=”_s-xclick” />
<input type=”hidden” name=”encrypted” value=”—–BEGIN PKCS7—–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—–END PKCS7—–” />
<input style=”border:none;” type=”image” src=”https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif” name=”submit” alt=”” />
<img alt=”” src=”https://www.paypal.com/zh_XC/i/scr/pixel.gif” />
</td>
</tr>
</tbody>
</table>
</div>
</form>
Hi everyone.
I upgraded to wp 3.1 and the plugin just died. ?Did anyone else have a problem when upgrading wordpress?
]]>May not work properly. Did nothing else but you simplified the code and given everything upside down.
That is the reason for not using this new version and I stayed at the old, ie: 1.8.3 !
Enjoy Yourself ! ;))
]]>Not work !
]]>I want to hange the little chevron >> link to a small icon to make it more visible, Where is the code fore this please?
]]>