Replies
- Brajesh Singh on December 11, 2020 at 3:39 pm in reply to: BuddyPress Auto Friend or Follow suggestion #34827
Hi Tosin,
Thank you for the suggestions.Currently, the user’s are a custom list of user ids as specified by admin.
We are planning to introduce the selected user’s source option where you can specify by a role/member type, custom list(which is already there) or extend it with your own custom list sources for user’s.
That will open it for all kind of extension. We do not plan to include recently active ‘n’ users currently but I will add it to our list and if we get a few more upvote on this one, IT will be part of the plugin.
Regards
Brajesh Hi Adrian,
I am sorry, our plugins are not compatible with youzer.The Youzer team had approached me 4-5 months ago about the compatibility they were adding for MediaPress but after that, they never reverted.
So, I am assuming they did not add the compatibility.
If you are using a theme without Youzer plugin, I will be glad to assist.
Regards
Brajesh- Brajesh Singh on December 11, 2020 at 3:25 pm in reply to: [Resolved] Automatic Friends works for Global but not conditions #34824
Hi Mari,
I am closing this as resolved as you informed that you won’t be able to use this plugin.For others looking at it, The plugin needs some hook to process the request. By default, It uses BuddyPress’s activation hook.
If you are using a 3rd party plugin for adding registration, the plugin will work but you will need 2 lines of custom code to provide the plugin user id of the user being registered.
Regards
Brajesh Hi Adrian,
I am sorry, we do not provide any assistance for sites using Youzer as the template system is changed drastically by youzer.Please contact the theme developers or Youzer team for the same.
Regards
Brajesh- Brajesh Singh on December 11, 2020 at 10:42 am in reply to: Member types pro and buddypress 7.0 #34820
Hi Tosin,
Thank you for reminding. I am aware that 7.0.0 was released yesterday. We will be releasing our update between 14th-16th.The current version of Member Type will continue to work without any issue. The new version merges our options with the BuddyPress Core UI.
Regards
Brajesh - Brajesh Singh on December 11, 2020 at 10:40 am in reply to: BuddyBoss Groups shows User Name not Anonymous – BuddyPress Anonymous Activity #34819
Hi Kev,
Thank you for using the plugin.The Anonymous Activity plugin is not compatible with BuddyBoss platform. All our BuddyBoss compatible plugins have the compatibility data available on their pages(we have added a ‘supports’ meta field).
If you have bought it within 30 days, Please let me know and we will issue the refund. We have worked on the BuddyBoss compatibility for this plugin and there are parts where BuddyBoss has hard coded information which is making it difficult to add compatibility.
We will give it one more shot and see if the new version of the platform has changed it. I will inform you on 15th about this.
Regards
Brajesh - Brajesh Singh on December 11, 2020 at 12:06 am in reply to: [Resolved] Automatic Friends works for Global but not conditions #34812
Hi Mari,
Thank you for using the plugin.can you please confirm if you are using the Profile Type profile field for creating condition?
Please let me know and our team will check and assist you.
Thank you
Brajesh - Brajesh Singh on December 10, 2020 at 10:22 pm in reply to: BuddyPress Member Types Pro Removal Sync with LearnDash Groups #34810
Hi Amir,
Thank you.I will get in touch tomorrow.
Regards
Brajesh - Brajesh Singh on December 10, 2020 at 10:18 pm in reply to: [Resolved] Add Group name on the post group #34809
Hi Alejandro,
Thank you for the reply.You may use this snippet inside the post loop
$group_id = get_post_meta( get_the_ID(), '_bcg_group_id', true ); if ( $group_id ) { $group = groups_get_group( $group_id ); printf( "<a href='%s'>%s</a>", esc_url( bp_get_group_permalink( $group ) ), bp_get_group_name( $group ) ); }That will show the link to the associated group.
Regards
Brajesh Hi Adrian,
That is a simple task. You can use xprofile_get_field_data to fetch the data and put it there.Which template pack are you using? Please let me know and one of our team member will share some code for it.
I am assuming that the field names are “Name of Animal” and “Name of Owner”. If you are using different field name, Please share that too.
Regards
Brajesh