Replies
- Brajesh Singh on January 27, 2022 at 11:28 pm in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #42840
Hi Rob,
Thank you for the reply.I am sorry, both the functionality are offered by 2 thirdparty plugins and the authors of those plugins are in better position to make it compatible.
I will suggest requesting bot of the plugin authors and see if anyone of them is able to assit.
Regards
Brajesh - Brajesh Singh on January 27, 2022 at 11:25 pm in reply to: Conditional Profile Fields for BuddyPress update #42839
Hi Bakhta,
Thank you for the reply.
I am doing well.I am sorry for the delay. A few decisions are causing me a lot of trouble and I might be going for a slimmer release instead of the features I have wanted to have in the plugin. Please bear with me for couple more days.
Thank you
Brajesh Hi,
Thank you for purchasing from us.At the moment, we have escaped all field types and this may not work. Please allow us 2 days and I will add a html as well embed field(for iframe).
Thank you
Brajesh- Brajesh Singh on January 27, 2022 at 10:15 pm in reply to: export data of users within a specific group #42836
Hi,
Thank you for the question.
I had a look at that plugin.It does not offer a hook to allow filtering the users list as custom user ids.
You can still override that plugin’s get_user_id_list() and return the group member count(there is a flag) and the group member ids and it will export for that specific group.
Are you comfortable with php? I am not seeing a ready to use solution currently.
Regards
Brajesh Hi,
I am sorry, for the delay.Please add the following to your Additional Styles Section(Dashboard->Appearance->Customize->Additional Styles)
.sticky-header { position:relative; top: 0; }That will disable the fixed header.
For the forum page, Please add the following php code (you can use any code snippet manager plugin)
/** * Make the forums page single column in Community Builder Theme. */ add_filter( 'cb_page_layout', function ( $layout ) { // BuddyPress or bbPress is not active. if ( ! function_exists( 'bp_is_user' ) || ! function_exists( 'is_bbpress' ) ) { return $layout; } //makr bbPress pages as single column. if ( is_bbpress() && ! bp_is_user() ) { $layout = 'page-single-col'; } return $layout; } );Regards
Brajesh- Brajesh Singh on January 25, 2022 at 10:53 pm in reply to: BuddyPress Multi Network – Data disappears after registrations #42819This reply has been marked as private.
- Brajesh Singh on January 25, 2022 at 10:52 pm in reply to: BuddyPress Multi Network – Data disappears after registrations #42818
Hi Issam,
Thank you.
I will be looking at it within next 2 days and getting back to you.Regards
Brajesh - Brajesh Singh on January 25, 2022 at 10:46 pm in reply to: [Resolved] Diffenrent profile menu for different profile type #42817
Hi Simon,
Thank youYou may be able to remove nav items using cusotm code.
Please have a look at the following topic for examples.https://buddydev.com/support/forums/topic/hide-nav-item-function-only-works-for-core-bp-items
https://buddydev.com/support/forums/topic/hide-tabs-and-profile-for-custom-roles/
The plugin, BuddyPress User profile Tabs Creator does allow you to remove by roles. It does not support member types currently.
Regards
Brajesh - Brajesh Singh on January 25, 2022 at 10:32 pm in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #42816
Hi Rob,
I had a look at your site and I am not seeing TinyMCE on the forum posts.The theme or even bbPress doe snot provide TinMCE support (bbPress does support a few bb codes if you have the setting “Add toolbar & buttons to textareas to help with HTML formatting” enabled.).
Were you using anything custom to enable tinyMCE(I can see that in your screenshot).
I will suggest using either the cusotm bb codes that you are using or TinyMCE not both as the author of bb code says they may not be compatible.
Regards
Brajesh - Brajesh Singh on January 25, 2022 at 11:28 am in reply to: MediaPess – Error Unable to upload. You have used the allowed storage quota. #42806
Hi Chris,
Please see my reply to your post here
https://buddydev.com/support/forums/topic/unlimited-storage/#post-42805Regards
Brajesh