@since: bbPress (r3032)
Description
bbp_template_include_theme_compat()

Reset main query vars and filter ‘the_content’ to output a Forums template part as needed.

Source: bp-forums/core/theme-compat.php:445

bbp_get_theme_compat_dir()

Gets the Forums compatable theme used in the event the currently active WordPress theme does not explicitly support Forums. This can be filtered, or set manually. Tricky theme authors can override the default and include their own Forums compatibility layers for their themes.

Source: bp-forums/core/theme-compat.php:159

bbp_get_theme_compat_url()

Gets the Forums compatable theme used in the event the currently active WordPress theme does not explicitly support Forums. This can be filtered, or set manually. Tricky theme authors can override the default and include their own Forums compatibility layers for their themes.

Source: bp-forums/core/theme-compat.php:173

bbp_get_template_part()

Adds Forums theme support to any active WordPress theme

Source: bp-forums/core/template-functions.php:27

bbp_template_include_theme_supports()

Possibly intercept the template being loaded

Source: bp-forums/core/template-loader.php:50