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: 25400
    Brajesh Singh on in reply to: Blog Avatar #16944

    Hi Ben,
    Thank you for asking.

    We haven’t updated/tested it recently as it has a very low active install account.

    I will check over the weekends and will let you know if I can update it quickly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: File Size Limit Upload for MediaPress? #16937

    Thank you Mia.
    The only limiting factor I see is the time Limit.

    I can manage the time limit restriction inside the script itself.

    For now, Can you please try changing it to a large value. It is set to 5 minutes(300 seconds) for now.

    You can change the value in php.ini for the following settin

    
    max_execution_time = 1200
    

    Let us try with 20 minutes just for testing.

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: To/From Values custom field issue #16936

    Thank you. Please do let me know how it goes.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: To/From Values custom field issue #16933

    Hi Carsten,
    I have looked at it now and I can see the issue. The problem lies that the xprofile_get_field_data ad the other method passes individual value to display filter while the display filter expects array.

    A simple solution for now will be use it like this

    
    echo join( '-', (array) xprofile_get_field_data( 'Field Name', bp_get_member_user_id() ) );
    
    

    Please change the field name with actual field name and it will work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Social Subscribe Box styling issue #16932

    Thank you Ben.

    I can see that it is half hidden. Looking at it now. Will have more details later today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: File Size Limit Upload for MediaPress? #16931

    Hi Mia,
    Welcome to BuddyDev.

    I am sorry I forgot to reply to your email.

    The problem is most probably with php file upload settings or timing.

    Please visit Dashboard->MediaPress->Tools and let me know the details. Specially, I will need the following details

    
    PHP Upload Max Size    
    PHP Post Max Size
    PHP Upload Max Filesize
    PHP Time Limit
    
    

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Social Subscribe Box styling issue #16925

    Hi Ben,
    Please do take rest.
    When you feel comfortable, Please share an image using any f the following site

    https://imgbb.com/
    http://tinypic.com/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400

    Hi Daniel,
    I am sorry, I forgot about this. Please allow me to post a solution by tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Slow lightbox load with lots of images in gallery #16921

    Hi Vivekanand,
    Thank you for posting.

    I could not work on this issue but I will do next week. It has an easy fix now and we have a proper working lightbox in MediaPress now.

    All I need to do is fetch paginated results and append on reaching last. I will have an implementation next week.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: [Resolved] BP Ajax registration – Ajax Login #16920
    This reply has been marked as private.