Your current plugin has one issue that I found. Commenter names dissappears from the commenter list in wordpress admin panel.
Since you last response has not come in here for more than 2 months, could we know if you plan to support this plugin or would one need a paid account to get your support and also the advanced features?
http://wordpress.org/extend/plugins/rpx/
ZackAjmal
Member
Posted 1 month ago #
ZackAjmal
Member
Posted 1 month ago #
In rpx.php, lines 88-89 are:
if (strpos($_SERVER['REQUEST_URI'], 'wp-admin')) {
return;
Change them to:
if (strpos($_SERVER['REQUEST_URI'], 'wp-admin')) {
return $a;
And the problem is solved.
polkadotcreations
Member
Posted 2 weeks ago #
Oh, thank you so much for this! That little problem has been driving me nuts for months, but I never had the time to look into it.