BBPress uses plugins template?
-
I’m building a theme and found that
bp_is_user_forums()
doesn’t return true and the related template is never loaded. Meaning thatmy-theme/buddypress/members/single/forums.php and /forums
are redundant.Also,
my-theme/buddypress/members/single/plugins.php
is the file being used to render user replies, topics, subscriptions and favorites.This is a bit of a problem, as I need control over the markup here.
So my question is, are there any template tags to pick up on BBPress forums at profile level and serve custom templates? If so, could you please show me how. I’m sorta stuck.
- You must be logged in to reply to this topic.