Skip to:
Content
Pages
Categories
Search
Top
Bottom

redirect submit reply topic

  • @zinghoang

    Participant

    I change reply order is Desc , when I stay in page two , I submit a reply redirect not first page , how to redirect first page

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

    Participant

    help me please

    @zinghoang

    Participant

    help

    @robin-w

    Moderator

    how did you change reply order?

    @zinghoang

    Participant

    I used hook to action
    function change_reply_order() {
    $args[‘order’] = ‘DESC’;
    return $args;
    }
    add_filter(‘bbp_before_has_replies_parse_args’, ‘change_reply_order’);

    when I stay in page 2 , when I submit a reply there redirect to last page not first page

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar