Akismet plugin not working
Brought to you by:
blueyed
There seems to be 2 problems with the Akismet plugin - one is simple :
-------------
function does_apply( $params )
{
global $current_User;
logIo3("0","In module does_apply");
$cur_karma = $params['cur_karma'];
if ($cur_karma < 100) {
$cur_karma = 0; // Tor 27052006 - as it is blank
}
logIo3("0","Current karma ->".$params
['cur_karma']);
----------------
$cur_karma (in my case) seems to arrive "blank", and the following checks
are therefore skipped. I just added a test to this, and it works.
The other one is that it seems to me that the module does not work at all
if the Basic_antispam module is not active (!?).
Regards
Tor
Logged In: YES
user_id=663176
Should be fixed since a few days already.