Replies
- Brajesh Singh on August 16, 2022 at 4:02 pm 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 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- Brajesh Singh on August 16, 2022 at 5:05 am in reply to: Activity Posts are Not Editable, Only Comments #46072
Thank you Lance.
- Brajesh Singh on August 16, 2022 at 5:05 am 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 - Brajesh Singh on August 16, 2022 at 5:00 am in reply to: BP Simple Front End Post changes the Author of the post. #46070
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 - Brajesh Singh on August 16, 2022 at 4:57 am 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 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- Brajesh Singh on August 15, 2022 at 12:10 pm 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 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- Brajesh Singh on August 15, 2022 at 12:00 pm 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