Replies
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 - Brajesh Singh on August 15, 2022 at 11:58 am 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 - Brajesh Singh on August 14, 2022 at 6:11 pm in reply to: User profiles tabs creator pro – BuddyBoss – doesn’t change existing tabs #46050
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 - Brajesh Singh on August 14, 2022 at 5:50 pm in reply to: User profiles tabs creator pro – BuddyBoss – doesn’t change existing tabs #46049
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 - Brajesh Singh on August 14, 2022 at 4:43 pm 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 - Brajesh Singh on August 14, 2022 at 4:41 pm in reply to: [Resolved] Green dot to the corner of a users avatar if they are currently online #46046
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 - Brajesh Singh on August 14, 2022 at 4:40 pm in reply to: BuddyBlog Pro – BuddyBoss – Ability to link and restrict a post to a group #46045
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