Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,881
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
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)