Imstall Akismet antispam plugin in wordpress multiuser
Published on Fri 29 Jun 2007 02:06 ( 2 years, 7 months ago)
In 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 yourmu-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!
Related posts:
- Upgrading TwitterPress to support Microformats
- Upgrade WPMU to version 1.3
- TwitterPress 0.1 preview version ready to download!
- TwitterPress is under construction...
- The best analytics plugin I ever seen: Geotrack Plugin (2.0.2)
- A twitter based social network inside wordpress
- Get rid of boring WPMU's post html/javascript filtering...
- Improve TwitterTool to support international charset better.
- A wordpress plugin to fix the invalid UTF-8 data inside the feed
- Add Google Search box to blog post plugin
Search related in web:
Custom Search