Skip to:
Content
Pages
Categories
Search
Top
Bottom

move moderation


  • frenchlemans
    Participant

    @frenchlemans

    Hello,
    I would like to have the moderation block under the reply as I show on the screenshot.
    Is it possible ?

    Thank you very mutch.

    screen

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robin W
    Moderator

    @robin-w

    you will be looking for

    `<?php do_action( ‘bbp_theme_before_reply_admin_links’ ); ?>

    <?php bbp_reply_admin_links(); ?>

    <?php do_action( ‘bbp_theme_after_reply_admin_links’ ); ?>`
    in

    \bbpress 2.6.6\templates\default\bbpress\loop-single-reply.php

    or in the bbpress templates section of your theme

    and look to move that under

    <?php do_action( ‘bbp_theme_after_reply_content’ ); ?>

    Don’t forget to out any changed files into a child theme to prevent them being overwritten


    frenchlemans
    Participant

    @frenchlemans

    Hello,

    Thank you very much Robin.
    On top as usual.

    Bernard


    Robin W
    Moderator

    @robin-w

    🙂

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