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
    Brajesh Singh on in reply to: Bulk Upload #14460

    Hi Andrew,
    welcome to BuddyDev.

    we don’t have any plugin for this.

    If you are able to create attachment out of it, you will be able to import it. MediaPress media is normal WordPress attachment with some extra properties.

    I will suggest looking into mpp_add_media() function for the same.

    Here is an example plugin we did to import from another gallery plugin in past.

    https://github.com/mediapress/mpp-bp-gallery-migrator

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Paolo,
    The action you are looking for will be a JavaScript event. At the moment, the uploader does not provide a consistent javascript event. I will have this in this Sunday’s release and post back.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Julia,
    The code above removes the functionality but the places where your theme or BuddyPress uses @ some-name in ui as text node is not removed.

    Your best bet is to translate your theme or BuddyPress to remove the text nodes displaying @somename.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: How to make someone become featured members? #14457

    Hi Julia,
    Please see the documentation of the plugin. It allows you to copy the template and modify it as you please.

    The back-end button is a convenience and I will add it in future. I am thinking of a bulk update option is a better suit instead for backend.

    For your 2nd request, please customize the template.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Custom background #14456

    Hi Jill,
    Thank you.

    I was able to check(my password did not work but I used the older username/password combo you had given me on another topic).

    Your theme has background property set for almost all layers of container. It will be very difficult to get it working on body and there are 3-4 layers above that and they all have background colour set.

    If you are trying to apply it only to a section of the site, Please let me know and I can quickly check if that is feasible.

    The limitation in this case is that even if we apply the background layer if a layer above it has non transparent background set, the background will be hidden.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Display sitewide activity for followers only #14455

    Hi Tosin,
    At the moment, The FB Like User Activity Stream does not work on sitewide activity. Please allow me a week to release an update for the FB Like Activity Stream to support sitewide stream.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Custom background #14452

    Hi Jill,
    Thank you.

    Please link me to the site too.

    About MediaPress:- After your message, I have added support for it to work with the sitewide activity widget out of the box. It was 2 lines change in mediaPress
    https://github.com/buddydev/mediapress/commit/107bb01831ce3670274763c659de69cc0a550866

    I am planning to release it on Sunday(with a few more enhancements), so you will be able to use it after that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    I will need to check before posting. last time I checked Rt media was not using any separation between the text and media items. So, users were seeing the html when we enabled it(yes, There is a filter to enable it for any type).

    I will first check with RtMedia this weekend and then will post the code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    1. yes, Friends of Friends is the criteria.

    2. There is no snippet for now. Will consider it as a feature request and we will include it in our update for Budydpress 3.0(or before if we update it earlier).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Limited friends is not right. #14448

    Glad you found it.