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: 25473
    Brajesh Singh on in reply to: [Resolved] Featured Member: time limit option #16283

    Thank you for the help Sanjay.

    Yes, you are right, you can either put the file or the whole folder in wp-content/plugins and it will work. It is just like a normal plugin. You will need to activate it too. It uses cron to remove users on hourly basis.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Lightbox not loading #16277

    Is it about the double extension? MediaPress should have sanitized the file name out of the box.

    Are you using any customization or plugin that deals with file naming?

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Lightbox not loading #16275

    Hi Oscar,
    Yes, the lightbox is getting confused due to that. It should have single extension.

    MediaPress uses default WordPress uploader, so it does support gif for original image size(animation works). The thumbnails(resized images won’t act like a animated gif though).

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Marking it as resolved. Please let me know if you still have issues.

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Herve, Sanjay,
    Thank you for the patience.

    The plugin is available now from github

    https://buddydev.com/expirable-featured-membership-for-buddypress/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: [Resolved] Notifications bug? #16268

    Good to know. Marking it as resolved here as you are taking care of it on their forums.

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Lightbox not loading #16267

    Please check the console. It seems to me that the lightbox has some issue retrieving image from your server.
    I haven’t seen it but most probably some issue with mime type. Please check console and see if you can find some detail.

    Another possibility is something is causing the json reponse to be invalid. Some plugin or code can do it. You can check it from Chrome Console->Network tab when opening the lightbox.

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Contact Form HTML, ReCAPTCHA and Customize #16265

    Thank you Sujee.

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Will,

    1. What is the role?(Is it WordPress role or just a selectbox)

    2. How are you allowing it on registration page?

    A better and easier option will be to use BP Registation Options plugin which does most part(keeping in pending state).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Moving Galleries to Different Users #16263

    Hi Andrew,
    It seems that some of the attributes for the gallery/media was not set properly while moving.

    In order to be valid, a gallery/media must have the following things set

    
    component_id( stored as _mpp_component_id in post meta )-> value or user or group to which media/gallery belongs to
    
    post_author:- the uploader user id.
     
    status(mpp-status taxonomy)- must be set
    type(mpp-type taxonomy) - must be set
    component(mpp-component taxonomy)- must be set
    
    

    If any of these are not set or invalid, They will have issues.

    Can you please check and verify.

    Thank you
    Brajesh