It took a couple days longer then I had planned but it’s finally out:
Got all the Akismet features working. While the plugin will work without an API Key, you really should get one. All comments that are tagged as spam by Akismet are placed into an array in the WPDB. You can manage it from the regular Error Page management window. I used the Akismet Comment Spam plugin as a basis for a lot of the UI, so things should be pretty familiar.
Read more: http://dev.wp-plugins.org/wiki/DunstanErrorPage
Download: http://dev.wp-plugins.org/file/dunstan-error-page/tags/1.2/afdn_error_page.php?format=raw
[tags]wordpress, plugin, akismet, dunstan-style error page, php[/tags]
0
Seems to have something awry with its handling of the site url … my filesystem has WP living in http://www.example.com/wordpress/, but its served up from http://example.com. A consequence of this is that the homepage and search links in the plugin’s Your Options section include wordpress/ in their paths, and thus are invalid.
Also, there’s the niggling matter of your intro sentence: “For some reason, the page your trying to access..” which should, of course, be you’re.
I’ve just gone and hardcoded my own paths, for simplicity, but I suspect others may have the same problem. Otherwise, keen and groovy so far. Thanks
I’ve filed tickets for the issues:
http://dev.wp-plugins.org/ticket/411
http://dev.wp-plugins.org/ticket/412
I’ll come out with fix either tonight or sometime tomorrow.
Comments are closed.