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: 25480

    Hi Max,
    Thank you for the details.

    I am not familiar with it . If you can provide me a set of functions to check for the paid role, I can provide the code with filter.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Bjorn,
    Thank you.

    It is not yet complete. I have released a plugin that makes all the videos playable
    https://buddydev.com/support/forums/topic/mov-format-video-not-playing/page/4/#post-17063

    But I have yet to implement the cover extraction part. I am sorry but due to lack of time I am not sure when I will be able to put some time on this.

    Extracting cover will need enhancement to our existing transcoder.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Buddy Circles #18011

    Hi Edgar,
    Please do if it is not much of a hassle. Also, Let me know if your theme is using font awesome and if the answer is ye, which version?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: [Resolved] Allow user to upload images #18010

    Hi Saxena,
    I have released 1.4.3 now.
    Please upgrade to 1.4.3. If you have issues since you had downloaded from github, just delete the old version and install new one.

    Once you are done with it, I will suggest creating 3 pages( all are optional but may be helpful for users)

    1. Create Gallery page:- If you want users to create gallery, create a page and use this shortcode

    
    [mpp-create-gallery]
    
    

    2. MY Gallery Page:- Lists gallery created by the user. Only create it if you need it. You can do it by creating a page with following shortcode

    
    [mpp-list-gallery for=logged component=sitewide]
    
    

    3. All Galleries page(If needed)

    
    [mpp-list-gallery]
    

    And everything should work.

    The global shared galleries will work too. Try visiting the after update.

    Let me know how it goes for you?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Hi Max,
    Please let me know which membership plugin you are using and I will post the code. We can use the filters to achieve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: BuddyPress XProfile fields #18008

    Hi Nate,
    Welcome to BuddyDev.

    I am not aware of any plugin that allows using data from custom source for profile fields.

    If you only need it for a particular field, you can filter on ‘xprofile_get_field_data’.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Buddypress subgroups – hierarchical groups #18007

    Hi Hugo,
    There seems to be 2 options

    1. Group types:- Group types are like categories. They are not groups. They are terms under which you can classify the groups.

    2. Using a plugin which allows selecting a group as parent groups. There are a few alternatives here
    https://github.com/dcavins/hierarchical-groups-for-bp

    or
    https://wordpress.org/plugins/bp-group-hierarchy/

    I will suggest trying the first and see if that works for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Code Snippet 'Add Xprofile fields to the member code' #18006

    Thank you. I will check and post back in an hour.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Activity Shortcode Plugin – Ajax Posts #18004

    Hi David,
    I am sorry but I have decided to go against including it for now. I will explain why:-

    1. With shortcode, we don’t have any idea of state between requests.

    2. If we allow the hide_sitewide option it will expose the site data unless we force that load more will not work in case hide_sitewide is used.

    In case of load more, we maintain the state by keeping the shortcode options as hidden form fields. A user can easily manipulate the form fields and see the hidden activities of others.

    At the moment, even if a user manipulates the fields, they won’t be able to see private activities.

    There is a solution to this that we disable ajax loading and use paginated activities. In that case, the options are not dependent on user and will not be a security issue.

    If you want me to enable it with second option, Please let me know and I will enable it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Code Snippet 'Add Xprofile fields to the member code' #18003

    Hi Carsten,
    Please share the code that you are using to show the xprofile field.

    Regards
    Brajesh