BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Richard,
    Thank you for your question. We don’t have a solution for currently.
    I will suggest reaching out to BuddyBoss to see if they some any solution for this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Janet,
    Welcome to BuddyDev support forums.
    Yes, empty list slug could cause this issue. I am glad you have resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Eric,
    That’s a limitation of BuddyPress/BuddyBoss. It lacks context(my vs other for nav) and there is not much we can do about it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi,
    We released an update with the solution.

    Please open a new topic if you need assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Amos,
    Welcome to BuddyDev.

    I am sorry for the issue about MediaPress demo. We did some change in our hosting providers and that has broken it. we will be updating it in next 2 weeks.

    About your question:- No, MediaPress does not support pasting from clipboard. Also, BuddyBoss comes with its own Media package, if you are planning to use it with BuddyBoss, I will suggest that you look into their core uploader.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Alex,
    Thank you.

    If the fields were rendered by us, we could do it easily. BuddyBoss/BuddyPress makes it very difficult to filter the generated field attributes(required html attribute).

    Technically, It is not difficult, have server side validation for required and avoid putting it in html. We have done similar thing with our forms.

    In case of Gravity form, It is their form, so they can easily avoid this issue.
    Is it still doable with BuddyPress/BuddyBoss? Yes, it is. Filtering over bp_xprofile_field_edit_html_elements and un-setting/removing required, area-required will make it work. It is not straight forward and we are unable to put it in the plugin/supply code due to time constraints.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Jasmina,
    Thank you. We will be assisting you better onwards.

    Can you please check if the wall gallery is marked as private/friendsonly for the user you posted? The wall galleries are public by default(on your setup, every media/gallery had default status of friendsonly).

    If yes, Please edit the gallery and change privacy to “Public” and then please upload again.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Alex,
    Thank you for the post.

    This is a core issue with BuddyPress/BuddyBoss. They add ‘required’ html attribute to input elements if a field is marked as required in create/edit screen. There is no proper way to filter that out and remove.

    So, you can not use any conditions that may hide a required field. You will need to ensure that the fields which may get hidden are not marked required.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    You are welcome.