BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Leigh,
    How did you upload the new updates? Can you please tell me what you saw in your error log( or enable WP_DEBUG) and please post the error.

    I am running it on 4.2.4 and I don’t see any issue.

    PS: Did you delete the old plugin before uploading the new update?

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: Individual Images #328

    Hi Milo,
    Welcome to the BuddyDev forum.

    The activity listing is not handled by MediaPress but the BuddyPress activity. BuddyPress activity allows us to list comments below the parent activity or list as individual items.

    A theme can decide which way they want to list it.

    In the function bp_has_activities() you can use the parameter ‘display_comments’ with the value ‘threaded’ to make the comments listed below the activity item.

    You can look into your theme and check the ‘activity/activity-loop.php’

    and change

    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
    
    

    to

    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) .'&display_comments=threaded' ) ) : ?>
    
    

    and that will make all comments list under activity.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Leigh,
    Please upgrade to 1.2.5
    You ca download it from here
    https://buddydev.com/plugins/bp-profile-visibility-manager/

    Let me know if that works for you or not?

    Thanks
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Matthew,
    I have looked at it in detail now.

    1. Please do note that the profile visibility levels hides the fields for other user(displayed fields) but do not hide the fields on the edit screen as the user needs to update the data(which ma or may not be visible to a subset of users)

    I tested with the group privacy and it worked fine for me. I tried marking field as required and updated, then I marked the field as non required and updated, both went well.

    So, I have come to the conclusion that the privacy level is not the issue here.

    Are you using any other plugin that validates the field or something like that? That might be causing the issue.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Matthew,
    Thank you.
    i am looking at it now. Sorry about yesterday. Got stuck in something else.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Now, looking at it. Sorry for the delay. Got stuck in something else.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: BP Group Blog #319

    Hi Hans,
    Just bumping this topic to make sure that we keep an eye over it and get the plugin completed this week 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Anders,
    have you had any chance to check the update?
    I will appreciate your feedback.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: [Resolved] Max number of photos per one post #317

    Hi bayshanac,
    Marking it as resolved. Please feel free to open new topic if ou need any further help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Lukas,
    Closing it as resolved. Please do open new topic if you need any help in future.