Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Facebook Like User Activity Stream for Buddypress #46078

    Hi Alex,
    I am very sorry, we are unable to assist you when your site is using Youzify. I will suggest contacting the author to see if they can help.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Exchange Please #46073

    Hi Heather,
    Thank you.
    I have issued the refund, please check your PayPal account for the same.

    Also, the plugin is working with default WooCommerce checkout. It seems one of the plugin you have active may be causing the conflict.

    Regards
    Brajesh

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

    Thank you Lance.

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

    Please make sure that you have copied the code from this forum post and not from email reply.
    Also, make sure that the page with the ids exist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Chris,
    Thank you for using the plugins.

    These plugins don’t do anything with the permission/roles.

    I am assuming that your workflow has some other plugin affecting the publishing process and causing role switch.

    Please try on a staging site by disabling other plugins and let me know what you find.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Facebook Like User Activity Stream for Buddypress #46069

    Hi Alex,
    Is that Youzer/Youzify plugin you are referring to?

    Our plugins are not compatible with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    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: 25486
    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: 25486
    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: 25486
    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