Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I stop the akismet of buddypress?


  • kminetbin
    Participant

    @kminetbin

    BuddyPress Akismet is judging a normal post as spam and deleting it!

    The problem is serious.

    How can I stop and disable the akismet of buddypress?

    please help me!

Viewing 5 replies - 1 through 5 (of 5 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    Hi,
    You can put this in your bp-custom.php or yoour theme’s functions.php

    
    add_filter( 'bp_activity_use_akismet', '__return_false' );
    

    That should stop akismet from checking activity.


    kminetbin
    Participant

    @kminetbin

    I really really appreciate the detailed answer!

    If i have trouble with this code, I will tell you.


    kminetbin
    Participant

    @kminetbin

    Let me ask you one more question.
    How can I confirm Buddy press Akismet is not working?


    Brajesh Singh
    Participant

    @sbrajesh

    If you put that code , It should be disabled.

    An easy way to verify it will be to login as a normal subscriber and write an update with 4-5 links and see if that is posted or not.

    Regards
    Brajesh


    kminetbin
    Participant

    @kminetbin

    thank you.

    I’ve applied your code, but I’m still experiencing a problem with the post disappearing.

    I tried to find out in various ways, but I really don’t know…

    I guess it was not the Akismet issue.
    Activity keeps disappearing …
    What could be the problem?

    (If possible, can you get paid and fix it?…please help me….)

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