Replies
- 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 Hi Julia,
Thank you for using the plugin and the feedback.1. Please allow me to check it again with BuddyBoss theme and platform. WE are using a basic Media modal of WordPress and should have similar experience as in WordPress dashboard.
2. Sure. I will supply css.
3. The post’s privacy is not that. Post types does not have any idea about friends. We haven’t implemented any feature outside that. For now, I will suggest using a “private” post type and then marking the “Post List” screen visible to profile owner as well as Friends.
4. Yes. We have followed how the BuddyBoss theme works. Please allow me to recheck it. You can also override the templates if needed.
5. The general tab shows “Post Types”. If you need to create new post types, please use CPTUI plugin
https://wordpress.org/plugins/custom-post-type-ui/The forms are associated with existing post type. They will appear once you enable tab for the post types.
I will be writing back with other answers on Monday after testing with BuddyBlog.
Regards
Brajesh- This reply has been marked as private.