Imstall Akismet antispam plugin in wordpress multiuser
Friday, June 29th, 2007In WPMU FAQ:
Can I use Akismet spam protection?
Of course. The latest version of Akismet allows you to hardcode a key into the plugin file and you can put that into your
mu-pluginsdirectory to auto-enable it for all your users. However we highly recommend you get at least a Pro-blogger API key for your install and consider the enterprise licenses.
A few tips when install this plugin:
(1) The free key for personal blogger Akismet offer free API keys available for your personal blog, You can get a free API key by registering for a WordPress.com user account, but they will not email you as they said. The API key is located in your word press panel’s profile memu tab.
(2) Install Download the Akismet plug-in for WordPress here. For WPMU, we need to install the plugin under WP-content/mu-plugins , and you need to unzip the files in ZIP package directly under that directory, not under a sub directory.
(3) Hardcode the API key. edit the akismet.php, you will find a line :
// If you hardcode a WP.com API key here, all key config screens will be hidden
$wpcom_api_key = ‘— api key here —’;
Fill in your key which get from step 1. Done!
Popularity: 8% [?]
About