Skip to:
Content
Pages
Categories
Search
Top
Bottom

using wordpress.com akismet spam key?

  • @meeciteewurkor

    Member

    Howdy,

    just tinkering around with bbpress.

    In the config.php file it has this:

    ‘$bb->akismet_key = true;’

    How do I enter my key into that? Let’s say my key is 12345678. How would the code look after inserting the key?

    thanks.

    oh, guess I could add that I get this in my dashboard everytime I try to put the key in:

    The API key you have specified is invalid. Please double check the ‘$bb->akismet_key’ variable in your config.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @nolageek

    Participant

    Took me a bit to figure this out… it’s not a true/false configuration.

    replace

    '$bb->akismet_key = true;'

    with

    '$bb->akismet_key = "123456789";'

    (123456789 being your key)

    @meeciteewurkor

    Member

    aah.. ok, thanks. I tried everything but double quotes..

    It’s obviously working now, because now the warning message is gone now.

    thanks!

    @metavalent

    Member

    Double quotes is also inconsistent with the rest of config.php, which uses single quotes, throughout. I still can’t tell if Aksimet is working because when I go to the Content area of the Admin panel at http://mysite.com/bbpress/bb-admin/admin-base.php?plugin=bb_ksd_admin_page

    all I get is the bbPress footer logo stuff.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar