Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Forum Posts: how to allow full HTML embed, div and object tags? (no limitations)

@nuprn1

Participant

you can add allowed tags via the filter bp_forums_allowed_tags but deep within bbPress there is another hook for `add_filter(‘pre_post’, ‘bb_encode_bad’);` and will convert certain tags. (look at the file bp-forums/bbpress/bb-includes/functions.bb-formatting.php)

Skip to toolbar