BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Add Post Form to BP Activity Shortcode

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #59040
    @aaronmcnany

    I’m using a BP activity shortcode plugin that allows for the presentation of an activity stream. There is a function option which will present a ‘posting’ form at the top, so that folks can post to the stream. Here is the code:

    <?php if ( $allow_posting && is_user_logged_in() ) : ?>

    <?php bp_locate_template( array( ‘activity/post-form.php’), true ); ?>

    I am guessing that, because of this plugin, ‘activity/post-form.php’ is not the template used for Wall Posts. Can you tell me which template IS used for wall posts? I want to throw it in there and see if it will present on the activity feed:)

    Thanks…

    Answers

    #59041
    @aaronmcnany

    Another version of this question: where is the code for the ‘post update’/’create activity’ form? I want to be able to add the form to another page…

    Thanks:)

    #59311
    @vapvarun

    Hi @aaronmcnany, we are using default BuddyPress approach to use add post
    following template file is in action
    boss/buddypress/activity/post-form.php
    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Add Post Form to BP Activity Shortcode’ is closed to new replies.