BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Posting in groups #46062

    Hi Nik,
    I am sorry for the delay.

    We got it derailed due to our Pay per post adodn for BuddyBlog.

    Groups support for BuddyBlog addon will be available by 22-24th of this month.

    I am very sorry that I am unable to provide a beta currently as we are working on notifications etc but we may have a beta this weekend and I will get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Plugin Help: Link Page to Groups #46060

    Hi Alex,
    Thank you for the question.

    Please disable the plugin and use this code instead.

    
    
    /**
     * Adds some page links to group nav.
     */
    function buddydev_custo_add_pages_to_group_nav() {
    
    	$group_id = bp_get_current_group_id();
    
    	if ( ! $group_id ) {
    		return;
    	}
    
    	$page_ids = [ 1, 2, ]; // these are page ids.
    
    	foreach ( $page_ids as $page_id ) {
    		$post = get_post( $page_id );
    		if ( ! $post ) {
    			continue;
    		}
    		echo '<li class="bp-linked-group-page"><a href="' . get_permalink( $post ) . '">' . get_the_title( $post ) . '</a></li>';
    	}
    }
    
    add_action( 'bp_group_options_nav', 'buddydev_custo_add_pages_to_group_nav' );
    

    Please change the $page_ids with the actual page ids(one or more).

    You can put this code in your theme’s functions.php or in wp-content/plugins/bp-custom.php or use it with any code snippet manager.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] error #46059

    Hi Tosin,
    Please report it to BuddyPress team/trac.

    They will have better idea as the plugin is still in beta for the rewrite.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: buddyblog medium editor not displaying embeds #46058

    Hi Tosin,
    I appreciate you bearing with us for this one.

    I will have an update by 23rd of this month with a proper solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Activity Posts are Not Editable, Only Comments #46057

    Hi Lance,
    Thank you.
    I see the issue. you are using Youzify plugin. Our plugins are not compatible with Youzify.

    I will issue your refund and write back in 1 hour.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi George,
    1. I have issued the refund. please check your PayPal account for the same.
    2. I have updated the plugin page Frequently asked question and it now clarifies that the tab/sub tab slug can not be changed.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi George,
    I am sorry, I missed the “slug” part in your first post.

    I thought it is very well understood that you can not change the slugs. The plugin is not only allowing changing label, it is allowing restricting the tab access etc. If you check the dodumentation or the plugin page, we have never mentioned that you can change the slug.

    The plugin is 100% BuddyBoss compatible as BuddyBoss does not offer a programmatic way of changing slug other than defining constant(That too only for top level slugs).

    It is our mistake that we assumed that everyone will know that slug is not changeable. I will update the FAQ on plugin page and add this.

    Also, I will be issuing a full refund of your purchase within next 30 minutes as the plugin is not useful for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Activity Posts are Not Editable, Only Comments #46047

    Thank you Lance.
    Please link me to your site in a private reply here(you can use the “Set as private reply” checkbox in the forum reply to make a reply private).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    The comments are part of WordPress not BuddyPress and have a very different markup than that of BuddyPress. That’s why it is not available there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Didier,
    Thank you for the reply.

    Please expect around 22-24th of this month. We had to spend disproportionate amount of time on another addon of BuddyBlog Pro(Pay Per Post) and that has delayed it.

    Regards
    Brajesh