BuddyDev

Search

BuddyPress Profanity Filter extended functionality

  • Participant
    Level: Master
    Posts: 196
    Niculae Constantinescu on #44180

    Hi,
    I am using BuddyBoss Theme and BuddyBoss Platform Pro along with Directorist.
    Is it possible to extend the functionality of the BuddyPress Profanity Filter to work with the Directorist plugin?
    https://wordpress.org/plugins/directorist/
    Thank you
    Cristi

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #44186

    Hi Cristi,
    Thank you for the question.

    We don’t have experience with that plugin. Our plugin does offer an API to filter any content.

    You can use the following method to get the filtered content

    
    $filtered_content = bp_profanity_filter_get_parsed_content( "the content to be filtered" );
    

    You may get help from the plugin’s support in using that function and filtering the content.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 196
    Niculae Constantinescu on #44213

    Hi,
    Thank you for your reply and info.
    I will contact the Directorist developer.
    Regards
    Cristi

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #44221

    Thank you.
    I hope they can use it to assist you.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 196
    Niculae Constantinescu on #45493

    Hi,
    They have managed to filter the content with your API.
    One question.
    Is it possible to use Profanity Filter without installing BuddyPress / BuddyBoss?
    I would like to use it on another website with the Directorist Plugin only.
    Thank you
    Cristi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #45494

    Hello Niculae,

    BuddyPress Profanity Filter plugin is a dependent plugin on BuddyPress so you can not use it without BuddyPress or BuddyBoss Platform.

    Regards
    Ravi

    • This reply was modified 1 year, 10 months ago by Ravi.

You must be logged in to reply to this topic.

This topic is: not resolved