I wrote this small plugin to output the total number of blocked referrers from Referrer Karma. It is a very small and easy plugin and will only require the addition of a small template tag. The plugin will also add a link to the RK setup page within the WordPress admin area.
Comments
The opinions expressed in comments are entirely the responsibility of the various contributors. While I will do everything within reason to ensure that they are not defamatory, I accept no liability for them or the content of links included in them.
Bryan (#1707)
For me, true/false thing is the other way around. Otherwise, that’s some nifty stuff. Thanks!
dr Dave (#1727)
Awesome… One major bug, though: Referrer is spelled with two ‘r’s… Don’t be fooled by the illiterate computer people who spell it with only one.
Bryan (#1688)
I was totally about to say that. I changed the spelling on mine, but I’m sure you’ll want to do the same on yours.
Matt Read (#1692)
Bryan, dr Dave, eventhough it should be one ‘r’, I have changed it to two ‘r’s. Referrer Karma.
Bryan (#1693)
http://dictionary.reference.com/search?q=referrer
excentral » Referral Karma
Ian (#1735)
In my comments form I could only get the stats to display if I put
<?php echo rk_stats(false); ?>
before the spank-karma stats call. It doesn’t work If I put it on the line below.Ajay - On the Road called Life! » Blog Archive » WordPress Plugged in
Anonymous (#1754)
It seems that the download link is still for 1.0?
Matt Read (#1761)
Anonymous, oops. I forgot to change the version in the plugin to 1.2. But the download is the latest version. I’ll change it to show 1.2, thanks!
PaulaO (#1766)
How do I fix the URL problem of the manage>referer karma? It wants to add /wp-admin/ in front whatever address I put in the rk-stats file.
I guess I could just use a bookmark. Then how would I take the tab off the Manage page? Comment out that part of the rk-stats file?
Matt Read (#1767)
PaulaO, WordPress doesn’t really like linking to other pages, but I’ve only had luck with the path being
../ref-karma/
, so try that.To take it out, just comment out the the
rk_management_page()
function, and theadd_action('admin_head', 'rk_management_page')
function. That should get ride of it.My Life, My Rules! » Blog Archive » New Theme and Plugins
40 anni buttati » Blog Archive » Mi hanno trovato…
Malaga (#1905)
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio
station (#1952)
I’ve just tried to install this plugin, and I get the following error in my admin/plugins page: Warning: file(/home/user/public_html/wp-content/plugins/rk-stats.php): failed to open stream: Permission denied in /home/user/public_html/wp-admin/admin-functions.php on line 962
Warning: implode(): Bad arguments. in /home/user/public_html/wp-admin/admin-functions.php on line 962 TIA for any suggestions to help remedy this.
Fabian (#2045)
Station -
It sounds like your permissions are set incorrectly. Did you unzip with linux? If so, you will need to set the permissions as they were zipped on a windows box. Folders should be chmod 755 and files should be chmod 644. Hope that helps.
Fabian [email protected]
Judith G. (#2272)
Sorry to ask a simple question but it says,
“It is a very small and easy plugin and will only require the addition of a small template tag.”
What is the template tag? Thank you!