Replies
Hello Stefan,
Thank you for posting. Although, We can filter notifications by component and action, but doing so will affect other parts of the system as well.
Regards
Ravi- Ravi on August 28, 2024 at 8:47 am in reply to: Changing Buddypress Profile Menu and Submenus Mediapress #53081
Hello
Thank you for the acknowledgement.
1. To change the slug of main tab i.e. ‘Gallery’
add_action( 'mpp_setup', function () { if ( ! defined( 'MPP_GALLERY_SLUG' ) ) { define( 'MPP_GALLERY_SLUG', 'library' ); } }, 5 );
Put this code in ‘bp-custom.php’ file in case you do not know what is this file. Please refer the following resource:
https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/
2. For changing the slug of sub-tabs. We have a raised a ticket on BuddyPress trac. Once resolved we will add compatibility to BP 12 so that user can modify all tabs slug added by MediaPress. You can check it here
https://buddypress.trac.wordpress.org/ticket/9128
3. For updating the label please let me know which localization plugin you are using so that I can guide you.
Or you can prefer the following plugin which allows modifying or adding new tabs.
https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/
4. For default cover icons do you want gallery type based cover or anything you are looking for?
Regards
Ravi- This reply was modified 2 months, 3 weeks ago by Ravi.
- Ravi on August 28, 2024 at 8:17 am in reply to: Question to override CSS from Buddypress Nouveau #53080
Hello Alex,
Thank you for posting. Please use the following code in your “wp-config.php” file:
define( 'SCRIPT_DEBUG', true ); Just before this. /* That's all, stop editing! Happy publishing. */
It will enable script debugging mode and then BuddyPress will load un-minified assets files.
Note: If SCRIPT_DEBUG is enabled it will look for “buddypress.css” file else it will look “buddypress.min.css” file
Regards
Ravi Hello Andrea,
Thank you for the acknowledgement. I am glad that your resolved it on your own.
Regards
RaviHello Andrea,
Welcome to the BuddyDev forums. It seems you are using custom roles for tab access. These custom roles can be created using third-party plugins or by the plugin itself. Please provide more details so that I can assist you further.
Regards
Ravi- Ravi on August 21, 2024 at 1:48 pm in reply to: [Resolved] Secure or hide buddypress admin users using 404 error #53050
Thank you for marking it as resolved
- Ravi on August 20, 2024 at 7:02 am in reply to: [Resolved] How to customise the buddypress featured members display? #53042
Hello Stephanie,
Thank you for posting. You can list the members using shortcodes for different views in a following ways.
[bp-featured-members view="list"] // Will show members in list view [bp-featured-members view="slider"] // Will list members in slide view [bp-featured-members view="default"] // Will list members as per your theme
Please give it a try.
Regards
Ravi - Ravi on August 19, 2024 at 7:25 am in reply to: Changing Buddypress Profile Menu and Submenus Mediapress #53038
Hello Lawrence,
Sorry for the delayed reply. Right now, you can only modify the slug of the main tab; the slug of sub-tabs cannot be modified with the current version of the plugin. However, you can update the labels using any localization plugin.
If you need help with the code for changing the slug, I can share it with you.
Regards
Ravi - Ravi on August 19, 2024 at 7:16 am in reply to: [Resolved] Secure or hide buddypress admin users using 404 error #53037
Hello Tosin,
Thank you for the acknowledgement. Please update the setting ‘Protected Profile Policy’ and set it to ‘Redirect to the last visited non protected page’. It will redirect if profile is protected.
Regards
Ravi - Ravi on August 19, 2024 at 7:00 am in reply to: BuddyPress Member Types Based on WordPress Roles #53036
Hello Kim,
Yes, Using those setting you can assign a WordPress role to the Member Types.
I am assuming as per your message membership type as Member Type. If i am wrong please let me know what it is?
Regards
Ravi