Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Joseph Scott

    (@josephscott)

    You can already run a multisite install with a single Aksimet key, by defining the constant WPCOM_API_KEY (as mentioned near the top of the akismet.php file).

    I’m not aware of any plans to create a single unified comment management UI in WordPress multisite.

    Thread Starter Roy

    (@gangleri)

    Never noticed that. That’s one thing. Sitewide spam would be even nicer!

    Just a quick note on this:

    You should define the WPCOM_API_KEY in your wp-config.php file, not in the akismet.php file. Otherwise, the key will presumably be overwritten during Akismet plugin updates.

    Can someone post an example of how you would do this in your wp-config.php? I’m not really sure how I would go about adding the key in there.

    Thanks!

    you probably already figured out a way to do this, but here’s the code you have to enter in your wp-config.php file (the comment is not mandatory, of course) :

    /** Define WordPress.com API Key */
    define(‘WPCOM_API_KEY’,’your_api_key’);

    thx. worked flawless.

    K H

    (@katinkaspirituality)

    This is great. Don’t forget to ‘network activate’, so it really is applied to all the blogs/sites in the network.

    Hi Guys.

    I followed the procedure mentioned by ‘callmehippy’, and stuck the code in my config file of my network installation.

    When I go to the network admin page and try to go to teh Akismet configuration page, I get the following message.

    “You do not have sufficient permissions to access this page.”

    If I go to the Akismet stats tab on any of the created sites on the net work, it just comes up with some text that says invalid.

    Can anyone enlighten me as to what I am doing wrong?

    Thank you

    Just to say this works perfectly!! Thanks for the tip

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Akismet] multisite use’ is closed to new replies.