Replies
- 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!- 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