Replies
- Brajesh Singh on January 9, 2021 at 6:34 pm in reply to: [Resolved] Display Images using BuddyPress XProfile plugin #35356
Hi Naveen,
Thank you for the reply.
Good to know that you were able to use it.You can not add css class to the image tag but you can wrap the generated image in an span and add your custom classes on that span.
That should help you with achieving the desired result.
Regards
Brajesh - Brajesh Singh on January 9, 2021 at 6:24 pm in reply to: BuddyBoss Groups shows User Name not Anonymous – BuddyPress Anonymous Activity #35354
Hi Kev,
Thank you for the reply.I had a look. Since you had purchased the plugin on July 1, 2020 with 1 month access, your access expired on August 1.
That’s why you are unable to download it.Regards
Brajesh - Brajesh Singh on January 9, 2021 at 6:22 pm in reply to: Not working with Gravity Form registration form #35353
Hi Mical,
We have been able to produce the issue. The problem is due to the use of a multisite specific hook by gravity form. We are working on a compatibility release if feasible. I will have the release by Monday or some suggestion for an update of gravity form user registration addon(in case it is not feasible to add the compatibility from our side).Regards
Brajesh Hi Tosin,
Yes, you can disable the plugin and put that code in bp-custom.phpYou may also simlify the above code
function tomas_bp_no_404() { global $wp_query; if ( bp_current_component() ) { $wp_query->is_404 = false; } } add_action( 'template_redirect', 'tomas_bp_no_404', 1 );Regards
BrajeshPS:- I haven’t seen this issue with BuddyPress. If you can post the steps to reproduce it, I will suggest opening a ticket on BuddyPress trac.
Hi Jimmy,
Thank you for the question.The Member Types Pro is not targeted as an access restriction module. It has very limited features for restricting access.
I will suggest looking into a membership plugin such as Paid membership pro or others for now which deal with restrictions.Regards
Brajesh- Brajesh Singh on January 9, 2021 at 5:54 pm in reply to: Using Circles as a subnav other than Friends and moving subnavs #35350
Hi Prangesco,
Thank you for the questions.1. No. You can not use Profile Tabs Pro to move existing Tabs. You can use it to link from other pages or add new tab . in BuddyPress, the existing tabs are tied to the url and changing them is not feasible.
The plugin does offer you to move it to “Friends” component. We can update and add a hook to let you move it into another tab.
2. I am sorry, the Profile Tabs Pro can not move nav items. The reason is nav items view call back are attched to the url and can not be changed easily(unless the plugin that adds this tab allows it via some hook/filters).
Regards
Brajesh - Brajesh Singh on January 9, 2021 at 5:52 pm in reply to: BuddyPress Member Types Pro: member types not auto assigned anymore in groups #35349
Hi Erwin,
The behaviour of plugin changed temporarily with BuddyPress 7.0 as 7.0 started pasisng array of member types instead single.We fixed it in the update. There was no other change. So, plugin works exactly as before.
I do understand your need for using it and propagating it across multiple sub sites but the plugin is not meant for that purpose. The boundaries of things doable with multiblog mode are a bit vague and not supported.I will be glad to offer a refund as there is not much we can do about it.
Thank you
Brajesh - Brajesh Singh on January 9, 2021 at 5:41 pm in reply to: BuddyPress Member Types Pro: member types not auto assigned anymore in groups #35348
Hi Erwin,
The latest version of plugin works great with BuddyPress.
Yes, we are the active.As far as your last question is concerned, It was not about the plugin or its specified feature. The plugin does not work with Multiblog mode and that has been the case from very beginning.
I had mentioned it in my private reply on this topic.
Please feel free to look for alternative if you need it in multiblog mode and want to propagate changes across all sites.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on January 9, 2021 at 5:29 pm in reply to: Restrict Messaging According to the Role in BuddyBoss #35345
Hi Khalid,
Thank you for posting.
This is our upcoming plugin. We haven’t released it due to documents not being ready.We will have this available next week.
Regards
Brajesh