Replies
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- Brajesh Singh on August 23, 2018 at 2:51 pm 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 = 1200Let us try with 20 minutes just for testing.
Thank you. Please do let me know how it goes.
Regards
BrajeshHi 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
BrajeshThank you Ben.
I can see that it is half hidden. Looking at it now. Will have more details later today.
Regards
Brajesh- Brajesh Singh on August 23, 2018 at 1:48 pm 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 LimitThank you
Brajesh Hi Ben,
Please do take rest.
When you feel comfortable, Please share an image using any f the following sitehttps://imgbb.com/
http://tinypic.com/Regards
Brajesh- Brajesh Singh on August 23, 2018 at 1:39 am in reply to: [Resolved] Cntent for each member on BuddyPress User Profile Tabs Creator Pro | #16923
Hi Daniel,
I am sorry, I forgot about this. Please allow me to post a solution by tomorrow.Regards
Brajesh - Brajesh Singh on August 23, 2018 at 1:37 am 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 - Brajesh Singh on August 23, 2018 at 1:36 am in reply to: [Resolved] BP Ajax registration – Ajax Login #16920This reply has been marked as private.