BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Mediapress Paid Memberships Pro – Pre-Purchase #38642

    Hello Russell,

    I have tested “Mediapress Paid Memberships Pro” with the Current version of BuddyPress and WordPress and it is working all levels of restriction are applying to users.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] BuddyPress Profile Data Control Question #38641

    Hello Tosin,

    Thank you for asking. With this plugin, You do not need the plugin. You can easily achieve this plugin functionality with Profile Data Control just make any field available to all and allow administrators to edit that field.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Branded login requests #38640

    Hello Tosin,

    Thank you for the acknowledgment. Redirection is added now. Please check and thank you for the suggestion this feature is now complete.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddypress group title #38630

    Hello,

    Thank you for sharing the details. Please try the following code in your bp-custom.php file

    
    add_filter( 'bp_get_title_parts', function ( $bp_title_parts ) {
    
    	if ( bp_is_group() ) {
    		$bp_title_parts = buddypress()->bp_options_title;
    	}
    
    	return $bp_title_parts;
    } );
    
    

    Please do let me know if it works or not.

    PS: https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Branded login requests #38629

    Hello Tosin,

    I have added the compatibility which enables site admin to allow users to create their password on forgot password. Currently, it is in disabled mode to enable it to use the following code:

    
    add_filter( 'bl_allow_creating_password', '__return_true' );
    
    

    Please do let me know If there is any issue.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Mediapress Paid Memberships Pro – Pre-Purchase #38626

    Hello Russell,

    Thank you for showing interest in the plugin. I will check it tomorrow and will let you know.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Create a profile type buddy boss #38624

    Hello,

    Please ignore my last message as I thought you were using BuddyPress. BuddyBoss uses post type for registering member types. But with manual registration member types register as taxonomy term, This is the reason it is not showing on that page.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Create a profile type buddy boss #38623

    Hello,

    Thank you for the acknowledgment. The page you are referring to comes with the BuddyPress Member Type Pro plugin. Your registered member types can be found under ‘wp-admin/edit-tags.php?taxonomy=bp_member_type’ check it.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddypress group title #38622

    Hello Pasifik,

    Thank you for the posting. It is not clearing me your requirement. Please do let me know are you asking to rename the group title in the group’s directory page as mentioned above or anything else.

    Please do let me know are you using BuddyPress Or BuddyBoss Platform?.

    Regards
    Ravi

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

    Hello Lefteris,

    Thank you for the acknowledgment. I am glad that I could help. It just a programming style you can use both approaches. There is no problem.

    Regards
    Ravi