• Hi,

    This plugin is exactly what I’m looking for. Major thanks for the effort ??

    However I’m having some issues. I used bbp_list_forums to list all forums and sub-forums on the homepage.

    This function however does not have any action bbp_theme_before_forum_title this plugin can hook onto.

    My loop-single-forum.php template looks like this.

    Do you (or anyone else) happen to know a workaround for this?

Viewing 1 replies (of 1 total)
  • Plugin Author Coronoro

    (@coronoro)

    Hey,
    you are facing a similiar issue as described here

    you need some loop and add

    <?php do_action( 'bbp_theme_before_topic_title' ); ?>

    inside of it

Viewing 1 replies (of 1 total)
  • The topic ‘Missing action’ is closed to new replies.