Replies
- Brajesh Singh on August 24, 2018 at 7:21 pm in reply to: Mediapress not displaying content previews #16953
Hi Paul,
For now, I have copied a template file and it is working. Please check. Thank you Ben.
Will make sure it works.Hi Carsten,
If you can tell me where you want to show it I can help. The above function needs user_id and the function I am using is for BuddyPress member loop.
There are multiple ways to add code. I had assumed that you wer manually adding the above code to member loop.
Please let me know where you want to make it appear
– Member header
– or member directoryAlso, We can use field id instead of the field name if that makes sense. You can see the field id from Dashboard->Users->profile Fields page.
Regards
Brajesh- Brajesh Singh on August 24, 2018 at 1:37 pm in reply to: [Resolved] BP member types pro: directory slugs and tabs don't work #16946
Hi Philippe,
Thank you for using the plugin.If possible, Please send the details in private message here and i will check quickly.
I will have a better idea when I see the site(Please make sure to enable the directory tab when linking).
Thank you
Brajesh - Brajesh Singh on August 24, 2018 at 1:29 pm in reply to: [Resolved] Blog categories for groups – Impossible to download images (members) #16945
Hi Dom,
I just tested the plugin to verify and it is working for me(uploads).Please make sure you have the upload enabled in the blog categories settings. If it is enabled and it is still not working, It is most probably a conflict with some plugin. I will suggest using a plugin like WP Staging an then disabling some plugins to see which is conflicting.
Please let me know what you find there.
Regards
Brajesh 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