Replies
Hi,
Thank you for your patience.
I had a look and it seems the override is set to Yes.Please ensure that “Enable Override” is set to “No” in the upload settings. That will disable the option for group admins.
Regards
Brajesh- Brajesh Singh on July 10, 2023 at 10:55 am in reply to: [Resolved] BuddyBlog Pro v1.3.0 Uploading Image Error #49945
Hi Cristi,
I am sorry for the inconvenience.
is there any chance that the new BuddyBoss release has added access restrictions?
We are not using REST API in the BuddyBlog Pro. It should work fine unless come code is adding restrictions on upload capability.I will check with their latest version and update you within next 4 hours.
Regards
Brajesh - Brajesh Singh on July 10, 2023 at 10:53 am in reply to: Pragmatically create mediapress Gallery! #49944
Hi Karamveer,
Thank you for the reply and the details.
I will test again and get back to you in 24 hours.Regards
Brajesh - Brajesh Singh on July 9, 2023 at 9:39 pm in reply to: BuddyPress User Profile Tabs – display instructor courses #49940
I assume that Instructor has a role? If yes, then you can use the role to restrict tab to some of the users.
In the shortcode, you can replace the user id with our token to use the id of the displayed user.Regards
Brajesh Hi
2. Upload settings available in group admin:- I am sorry, we missed to verify it. I will get back to you tomorrow with this.3. We do not have any settings to restrict file types. It is your site’s allowed file types. You can use any plugin.
Here is an example
https://wordpress.org/plugins/wp-upload-restriction/Regards
Brajesh- Brajesh Singh on July 9, 2023 at 4:43 pm in reply to: How To Load BuddyPress Scripts & Styles Only On BuddyPress Pages #49936
Hi, You may use the following code in wp-content/plugins/bp-custom.php.
It will break any BP dependencies loading scripts/styles on front end though./** * Disable 'bp_enqueue_scripts' action by unhooking the function. */ add_action( 'plugins_loaded', function () { $priority = has_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts' ); if ( false !== $priority ) { remove_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts', $priority ); } } );We are simply making the action ‘bp_enqueue_scripts’ unavailable.
Regards
Brajesh - Brajesh Singh on July 9, 2023 at 4:34 pm in reply to: BuddyPress User Profile Tabs – display instructor courses #49935
Hi,
Thank you for the question.I am not sure about the question. If you want to create a tab with Profile Tabs pro and learn dash offers you a shortcode to display courses by that user, then yes.
If Learndash has integration with BuddyPress but it is not showing the courses, then you should get help from them instead of trying Profile Tabs Pro.
Regards
Brajesh - Brajesh Singh on July 7, 2023 at 9:24 pm in reply to: [Resolved] GROUP TABS PRO – New Updates? #49932This reply has been marked as private.
Hi Earl,
I am very sorry, that plugin(and BP Emoji) does not have general availability due to compatibility issues with other themes.Regards
BrajeshHi Roger,
You are welcome!