Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Chris Billett
    Participant

    @chris-billett-2

    Don’t suppose anyone has any kind of update on this functionality do they?


    Chris Billett
    Participant

    @chris-billett-2

    That said, I added this to my bp-activity-filters.php and bp-forums-filters.php files to test, and still have nothing:

    $activity_allowedtags['object'] = array();

    $activity_allowedtags['param'] = array();

    $activity_allowedtags['embed'] = array();

    (All was added between:

    function bp_forums_filter_kses( $content ) {

    global $allowedtags;

    $forums_allowedtags = $allowedtags;

    … and:

    $forums_allowedtags = apply_filters( 'bp_forums_allowed_tags', $forums_allowedtags );

    return wp_kses( $content, $forums_allowedtags );

    }

    … with all the other tags of course.


    Chris Billett
    Participant

    @chris-billett-2

    Thanks Rich – that’s more like the guidance I was after! The other threads could have done with that kind of concise information. :)

    Bowe – as I said, not using Vimeo or YouTube and have tried all the unfiltering plugins, but it seems like I have an answer to try now anyway – thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar