Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,178
-
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)