BuddyDev

Search

Replies

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

    Hello Martin,

    Thank you for showing interest in BuddyBlog Pro.

    1. How does the slug of a user post look like?

    If the setting name “Make single post viewable on profile?” is enabled post link will be modified to something like:

    
    http://example.com/members/username/tab_slug/view/39/
    

    If not enabled slug will be default as generated by WordPress.

    2. Are these user posts part of the main blog, or how exactly does it work?

    If you are allowing users to create posts in default WordPress Posts it will be there in the main loop.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: User Contact Form Change Tab Text “Contact Me” #38037

    Hello Doss,

    Thank you for considering the plugin.

    1. Is it possible to change the “Contact Me” text to something else? Where can I change this?
    Yes, But using any third-party translator plugin. Plugin settings allow modifying custom slug for the tab.

    2. Is it possible to customize some fields? ex) pulling extended profile fields?
    Right now, It is having a predefined set of fields. But you can modify using some custom code. For showing rendering and saving extending profile fields, you have to write a lot of custom code to make this happen. My recommendation avoid profile fields.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Page Positioning or customization #38036

    Hello Mark,

    Sorry for the inconvenience. I have checked the issue with the BuddyBoss Theme and It is working fine for me. Please take a look: https://tinyurl.com/yzn7byqm

    Please do let me know sub-tabs of Groups are properly aligned or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] BuddyPress Auto Friendship Pro Adjustment #37905

    Hello Tosin,

    Please try the newer version. It is available now.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Mediapres & Powerpoint #37781

    Hello Nikk,

    Look at the. following how we are registering a custom view for a custom gallery type.

    https://github.com/mediapress/mpp-light-gallery/blob/master/mpp-light-gallery.php#L73

    Regards
    Ravi

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

    Hello,

    Thank You for the acknowledgment. I am glad that I could help. ‘bp_core_activate_user’ is called only once at the time of account activation. You can also send an email at the first user login attempt. For the first login check please refer to the following link:

    https://buddydev.com/support/forums/topic/code-adjustment/#post-37469

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Remove Friendship Button #37778

    Hello Carsten,

    Thank you for the acknowledgment. Please try the ‘bp_is_user’ function it will be true when you are on a BuddyPress User Profile.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] BuddyPress Auto Friendship Pro Adjustment #37777

    Hello Tosin,

    Sorry for the delayed reply. Hopefully, we will release BuddyPress Auto Friendship Pro today. I will update you once released.

    Regards
    Ravi

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

    Hello,

    I have mistakenly posted the wrong variable. Replace the following variable

    
    $args['excluded']
    

    to

    
    $args['exclude']
    

    And give it shot and let me know.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Mediapres & Powerpoint #37716

    Hello Nik,

    Are you using a custom media loop? If yes, please share the complete code so that I can check.

    Regards
    Ravi