Replies
- Brajesh Singh on August 25, 2016 at 9:59 am in reply to: How to Use Third Party Lightbox Plugin to Open Images #5257
Hi Simon,
Sorry could not post yesterday. Will do it today. - Brajesh Singh on August 25, 2016 at 9:58 am in reply to: [Resolved] Mediapress audio upload error #5256
Hi Arvind,
It is the php upload limit on your web server., Please ask your web server admin to update theupload_max_filesize
post_max_sizeThese two should be larger than the uploading file.
Hope that helps.
Regards
Brajesh After that, If I remember correctly, I sent @larsik78 a copy of the BP Gallery migrator.
Also, I gave up my plans to write the migrator for BP Album, RT Media after looking at their code. The time needed was not justified.
Hi Arvind,
I am sorry but that is not doable at the moment. Featured images are optional part and the post is already created before you even upload an image.- Brajesh Singh on August 23, 2016 at 4:22 pm in reply to: BP – MediaPress – Gallery is not displaying in user profile. #5246
Hi Mateo,
I am sorry for the inconvenience.Can you please visit Dashboard->MediaPress->Tools and post me the debug log?
Thank you
Brajesh - Brajesh Singh on August 23, 2016 at 2:02 pm in reply to: Migrating from BuddyPress Album to MediaPress #5242
Hi Lavish,
My apologies in advance.
We have no plans to create any migrator for BP Album or BuddyPress media(RT media). They are not worth the effort.These plugins have very convoluted schema/code making it difficult to understand their data schema.
If someone is interested, we will help on the MediaPress side of the things(How to add media to MediaPress) but that’s all. you will need to find a developer to do the rest.
Thank you
Brajesh - Brajesh Singh on August 23, 2016 at 8:46 am in reply to: [Resolved] Extended Code for Private Site #5237
You are most welcome Hans 🙂
- Brajesh Singh on August 22, 2016 at 8:12 pm in reply to: [Resolved] How do you get all the available values for a xprofile field (checkbox or select #5233
Hi Jaume,
I am glad it did 🙂 You are most welcome John 🙂
Hi John,
Thank you for the details.I have slightly modified your code
function change_default_settings_tab() { $bp = buddypress(); bp_core_new_nav_default( array( 'parent_slug' => $bp->settings->slug, 'subnav_slug' => 'accountdetails', 'screen_function' => 'your_function_that_loads_templates' //change it ) ); } add_action( 'bp_settings_setup_nav', 'change_default_settings_tab', 5 );Note the ‘screen_function’ key. Please make sure to pass your screen function that loads the template( which you used while registering the nav item). Also, subnav slug only needs the slug not the complete parent/child.
Please let me know if it worked for you or not?
Thank you
Brajesh