BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Customize notification dropdown #53087

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] word press role #53059

    Hello Andrea,

    Thank you for the acknowledgement. I am glad that your resolved it on your own.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] word press role #53052

    Hello 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Thank you for marking it as resolved

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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