Skip to:
Content
Pages
Categories
Search
Top
Bottom

insert a shoutbox above the forum


  • Reto Fischer
    Participant

    @reto-fischer

    I would like to insert a shoutbox (Simple Ajax Chat) above the forum. Where is the right place (* .php)?

    Best regards Reto

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    there is a hook you can use

    add_action( 'bbp_template_before_forums_index', 'rew_add_text' ); 
    
    function rew_add_text () {
    echo 'hello' ;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar