do_action missing when bbp_list_forums() is called
-
I’ve changed the loop-single-forum.php template file so that the frontpage contains all the forums on a single page. It look like this.
I’m also trying to implement a plugin called bbPress Unread Posts v2. It’s placing an icon before every forum title to notify the user when new posts/topics have been made in a forum.
As you can see in the template I’m firing
bbp_list_forums()
to list the forums. However this function does not fire the actionbbp_theme_before_forum_title
which means a plugin won’t affect these lists of forums.I can imagine I need a manual way to list all forums so I can fire a
do_action
. But how would I be able to do that?
- You must be logged in to reply to this topic.