Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Thank you Tosin,
    We will have a release within next 24 hours with this functionality.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Advanced Conditional Logic #43081

    Hi James,
    Thank you for the suggestions.

    I am assuming that it is about BuddyPress Auto Friendship pro? We do plan to update and add support for using multiple otions but we won’t be able to have the the functionality for inheriting the condition for the field option.

    We do plan to re-think that part in future.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Nifty,
    Thank you for reporting the issue.

    We logout the user and clear all their sessions(managed by WordPress) on suspension. It seems that the JWT auth plugin might be managing their own token that needs to be invalidated. We will look into it and add the support within a week if doable.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    Thank you for the question.
    I am sorry, this plugin only adds the tabs to user profile pages and can not add to the directory pages.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi David,
    Thank you.
    If the feed is not loading, Please disable the asset cleanup temporarily and test.

    You may disable some part of BuddyPress assets but I won’t suggest it. saving a few Kb is not going to make much of a difference in today’s world where for most of the part, speed is a lot better than what it used to be in 2010(That’s a general assumption, your actual choice should depend on the demography of your users).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Rename Circles? #43058
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Branded login and BP Rewrites #43056

    Hi Tosin,
    I am certainly expecting that. i haven’t been to the meeting for couple of months, so not sure when it will be available as part of core.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Abhist,
    Welcome to BuddyDev forums.

    Thank you for the question. Here are my answers.

    1. The profile field visibility is a BuddyPress core feature and has nothing to do with teh xprofile cusotm field types plugin.

    2. You can not change the visibility for a user. It is saved for each field of the user. So, if you have 20 fields, you will need to update it for all the 20 fields.

    Here is the function which is used to set it

    
    xprofile_set_field_visibility_level( $field_id, $user_id, $visibility_level );
    

    Where $field_id is the numeric xprofile field id.
    $user_id is the numric id of the user in context.
    $visibility_level is a string which is one of the registered visibility levels(e.g ‘loggedin’).

    Hope that helps.

    PS:- The visibility setting is stored in user meta, so if you wnat to avoid too many queries, you can directly update the user meta key ‘bp_xprofile_visibility_levels’ with an associative array containing field id as key and its visibility as the value.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Niculae,
    Thank you for the question.

    No, That won’t work with BuddyBlog pro. There should be an easy option for it in BuddyBlog pro.

    Please allow me to push an update within next 2 days to make it available as the taxonomy options.

    Regards
    Brajesh