Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding whats-new-form to the mentions template!


  • gurusurfer
    Participant

    @gurusurfer

    Hi,

    I have been trying to add the “whats-new-form” in the mentions tab activity loop.

    <?php bp_get_template_part( 'activity/post-form' ); ?>

    Any help is much appreciated

    Thanks

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

  • gurusurfer
    Participant

    @gurusurfer

    Any help with ths simple request is much appreciated!


    danbp
    Moderator

    @danbp

    @gurusurfer,

    this need a template overload.

    Make first a child-theme.
    Copy notifications-loop.php from bp-templates/bp-legacy/buddypress/members/single/notifications/ to
    /child-theme/buddypress/members/single/notifications/notifications-loop.php

    At the begin of the file (line 1) copy/paste <?php bp_get_template_part( 'activity/post-form' ); ?>. Don’t remove php tags.

    Save. You’re done.


    gurusurfer
    Participant

    @gurusurfer

    Thank you very much. I could not tell it had to go in the notifications loop 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding whats-new-form to the mentions template!’ is closed to new replies.
Skip to toolbar