• Resolved grosbouff

    (@grosbouff)


    Hi, I got an installation of WordPress running with BuddyPress and bbPress installed.
    This plugin works when viewing bbPress “inside” buddyPress, but not when displaying the forums alone (eg. ?post_type=forum).

    i fixed this by changing

    add_action( ‘get_header’, array( $this, ‘hook_list’ ) );

    by

    add_action( ‘bbp_init’, array( $this, ‘hook_list’ ) );

    Maybe you should update your plugin ?

    http://wordpress.org/plugins/bbpress-visual-hooks/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not always working, change hook ?’ is closed to new replies.