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.
Bryan on (#1707)
For me, true/false thing is the other way around. Otherwise, that's some nifty stuff. Thanks!
dr Dave on (#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 on (#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 on (#1692)
Bryan, dr Dave, eventhough it should be one 'r', I have changed it to two 'r's. Referrer Karma.
Bryan on (#1693)
http://dictionary.reference.com/search?q=referrer
Ian on (#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.on (#1754)
It seems that the download link is still for 1.0?
Matt Read on (#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 on (#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 on (#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 the `add_action('admin_head', 'rk_management_page')` function. That should get ride of it.
Malaga on (#1905)
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio
station on (#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 on (#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
fabian@famouspeoplesuck.com
Judith G. on (#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!