BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Posting to groups from profile

Tagged: 

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

    #32498
    @joshuamrosenau

    Hi – I am trying to find a way to allow users to post status updates directly to a group from their profile.

    Something like:

    <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option>
    							
    											<?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0' ) ) :
    												while ( bp_groups() ) : bp_the_group(); ?>
    							
    													<option value="<?php bp_group_id(); ?>"><?php bp_group_name(); ?></option>

    Answers

    #32516

    Alyssa
    Participant
    @alyssa-buddyboss

    @joshuamrosenau I suggest you post this in the BuddyPress forums. I’ve never have any experience with this one.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Posting to groups from profile’ is closed to new replies.