Skip to:
Content
Pages
Categories
Search
Top
Bottom

list of hooks to insert text/graphics at typical positions on bbPress pages

  • @marisa2023

    Participant

    I want to insert custom text/graphics at specific positions on specific pages (or all pages) in the bbPress forum.

    Please can you list the custom hooks for this?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    bbpress has hundreds of hooks.

    Would be better for you to list exactly where you want to insert

    @marisa2023

    Participant

    Maybe above the first topic in a thread.

    Directly above each forum category.

    Effectively I want to display adverts. I don’t want them all over the place though.

    @robin-w

    Moderator

    ok, maybe you could do a coupe of images with x’s where you want it, and put on dropbox etc.

    @marisa2023

    Participant

    I have provided three images of suitable places to place these adverts. But really any place where adverts are suitable, just so long as you don’t see lots of them per web page.

    above-first-topic

    above-list-of-categories-and-forums

    above-topics-in-forum

    @robin-w

    Moderator

    The following hooks are the nearest to what you want

    do_action( 'bbp_template_before_replies_loop' ); ?>
    
    do_action( 'bbp_template_before_forums_loop' ); ?>
    
    do_action( 'bbp_template_before_topics_loop' ); ?>
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar