Viewing 4 replies - 1 through 4 (of 4 total)
  • @ricsca2

    this should do it.

    function rk_show_advstats() {
      echo do_shortcode( '[bbpas-activity]' );
    }  
    
    add_action( 'bbp_template_after_forums_index', 'rk_show_advstats' );
    add_action( 'bbp_template_after_topics_index', 'rk_show_advstats' );
    add_action( 'bbp_template_after_single_topic', 'rk_show_advstats' );
    add_action( 'bbp_template_after_single_forum', 'rk_show_advstats' );

    @geekserve

    add this to your plugin description or installation.section on your plugins page.

    it seems it would be the most useful function for your plugin.

    Plugin Author Jake Hall

    (@geekserve)

    Hey there,

    I have just added the ability to display the plugin within the four hooks mentioned by Robkk, you can find these options within the Customisation Tab. This is part of the latest version, 1.0.2

    Thanks for the suggestion, and thanks for the solution, Rob!

    – Jake

    Thread Starter Ricsca2

    (@ricsca2)

    Very very thanks! ??

    Missing part to translate:

    “No users are currently active”
    “Treads, Posts, Members”
    “Welcome to our newest member,”

    Plugin Author Jake Hall

    (@geekserve)

    Hey Ricsa,

    In the next update, I will be supporting language files in the plugin. At that point, you can translate the static strings in the plugin you are unhappy with within a file instead!

    Thanks,

    Jake

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘In forum display’ is closed to new replies.