No back button bbpress forum

  • In Progress
    Posted in: Arcane  
  • Member
    bhalroyt
    January 20, 2019 at 6:43 pm #117677

    Hello all,
    after posting in forum there isn’t back button to go back previous part of the forum.

    found that to write in functions.php:
    add_action( ‘bbp_template_after_forums_index’ , ‘rew_add_breadcrumb’);
    add_action( ‘bbp_template_after_single_forum’ , ‘rew_add_breadcrumb’);
    add_action( ‘bbp_template_after_single_topic’ , ‘rew_add_breadcrumb’);

    function rew_add_breadcrumb () {
    bbp_breadcrumb();

    }

    but it’s seem to doesn’t work.

    Thx for help.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.