Re: Askimet, do we all have it?
We do not have a special key hidden, It has to be added to your config.php! Example:
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet's powerful spam blocking, you'll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ''; // Example: '0123456789ab'
Still requires getting a key from wordpress.com to work!
With the recent re-works of the admin, this might be a great option to store in the database through a core plugin!
Trent