Skip to:
Content
Pages
Categories
Search
Top
Bottom

LikeBtn plugin for forum bbpress

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

  • Nelinfo
    Participant

    @nelinfo

    In the picture marks the spot to insert “button.”
    Tell me which file bbpress marked in the picture place?

    You what want the plugin to add the button after the reply content, if you can hook it use bbp_theme_after_reply_content or you can modify loop-single-reply.php and add it after <?php do_action( 'bbp_theme_after_reply_content' ); ?>

    See this to get started on modifying bbPress templates so you don’t lose your changes after bbPress updates https://codex.bbpress.org/theme-compatibility/


    Nelinfo
    Participant

    @nelinfo

    Good day, Edgar!

    “… if you can hook it use bbp_theme_after_reply_content …”
    How to do it?

    I need to add the following line <? Php likebtn_comment (); ?>

    Denis

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