Replies
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!- Brajesh Singh on July 7, 2023 at 9:01 pm in reply to: Pragmatically create mediapress Gallery! #49928
Hi,
As the result says, you are importing a file type which is not allowed in the gallery.There are two possible reasons:-
1. The media type is different from gallery type
2. Or the media type allowed in gallery does not support the extension used by your uploaded media.Please look into that.
Regards
Brajesh - Brajesh Singh on July 7, 2023 at 8:59 pm in reply to: [Resolved] Issue with – Set it as default component? – feature #49927
Hi Felipe,
Welcome to BuddyDev support forums.I am assuming you are setting multiple tabs as default component but they are aimed at different users? At the moment, the plugin looks for first default component and uses it.
Please allow us till Tuesday and we will update this behaviour.
Regards
Brajesh Hi Lisa,
Thank you for the question.
Are those components enabled on your site?For logged in users, you may use http://yoursite.com/members/me/profile and http://yoursite.com/members/me/notifications to point to the pages.
Regards
Brajesh- Brajesh Singh on July 5, 2023 at 7:48 pm in reply to: [Resolved] GROUP TABS PRO – New Updates? #49918This reply has been marked as private.