MyBB Community Forums

Full Version: [F] Akismet Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

When I mark a post as Spam using the buttons below a post - and then go to the Admin CP > Akismet and Delete all "Detected Spam Messages", the message saying it has worked is not displayed:

http://i294.photobucket.com/albums/mm119...kismet.jpg

Thanks.
-Rovin
Works fine here:
I meant when I check them and click "Unmark Selected", then I get no message.
Those are like 2 differents things you mentioned =P
But this is probably the 'bug'; more a typo =P

flash_message($lang->success_unmarked, 'success');

While the string in the language file is named success_unmark
Ok, I change the value in inc/languages/english/admin/forum_akismet.lang.php

I changed:
$l['success_unmark'] = "The selected messages are no longer marked as spam.";

to:
$l['success_unmarked'] = "The selected messages are no longer marked as spam.";

and the success message worked.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.