Replies
- Brajesh Singh on August 14, 2016 at 9:08 am in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5091
Hi Simon,
Apologies for the confusion. Please use this link to download
https://github.com/buddydev/mediapress/archive/master.zipYou will need to rename the main directory after extraction.
Hope that helps.
Regards
Brajesh - Brajesh Singh on August 14, 2016 at 1:01 am in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5082
Hi Simon,
I am sorry but I don’t know which changes you are mentioning.It will be better if you directly download the plugin as zip file and replace the current plugin with it.
That will make it work.
Thank you
Brajesh - Brajesh Singh on August 13, 2016 at 7:52 pm in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5079
Btw, I have updated the github repository with proper fix.
So,
echo mpp_get_media_date_created( $media );Will work too if you are using the download from github.
- Brajesh Singh on August 13, 2016 at 7:24 pm in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5078
Hi Simon,
There is an issue with my implementation. For now, Please use this insteadecho mysql2date( get_option( 'date_format' ), $media->date_created , true );That will do it.
Hope that helps.
- Brajesh Singh on August 13, 2016 at 7:01 pm in reply to: Assign Member Type based on BuddyPress xProfile field value #5077
Hi Lavish,
If it is just 4000, you can do it via a loop or db query. I will try and see if I can do something with the DB Queries.Please provide me following:-
1. Male/female Xprofile field value . It is case sensitive. So, please let me know what have you used2. The unique slug for male/female member type.
Thank you
Brajesh - Brajesh Singh on August 13, 2016 at 6:59 pm in reply to: [Resolved] Detect if user has media in gallery? #5076
Hi Brian,
Thank you.
There is a function that will allow you to do it$ids = mpp_get_gallery_ids( array( 'component'=> 'members', 'component_id'=> bp_loggedin_user_id() ) ); $total = count( $ids );Please do note that I do not recommend multiple usage of it for counting purpose. It is not efficient for multiple usage. In upcoming release we will store the total gallery/media count in the user meta to make it faster.
Thank you
Brajesh - Brajesh Singh on August 13, 2016 at 6:50 pm in reply to: [Resolved] BuddyPress Facebook Connect+ plugin #5075
Hi James,
Thank you for posting.1. No, Facebook Connect plus plugins is not under active support at the moment.
2. The anonymus plugin is for activity. It only works with activity and does not suppor forum or blog comment etc.I hope that clarifies. marking it as resolved.
Thank you
Brajesh - Brajesh Singh on August 13, 2016 at 6:48 pm in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #5074
Please upgrade to 1.0.1 and see if that works for you
https://buddydev.com/plugins/bp-group-customizer-lite/If not, I will provide the custom css.
- Brajesh Singh on August 13, 2016 at 6:09 pm in reply to: [Resolved] Mediapress default privacy #5073
Hi Bjoern,
Here is what is happening at the moment1. All the wall galleries are public by default(created)
2. All Media uploaded to a gallery takes the privacy of its parent unless manually edited. So, all wall media goes as public.3. If you create a gallery from profile, the default status selected is what you set in the settings
Now, as far as I understand, your concern is most probably fro the wall media. I might have made a mistake in taking decision but I believe that public wall is what we need. We do need some way to specify the media privacy, so we won’t have to worry about this when uploading from activity.
- Brajesh Singh on August 12, 2016 at 2:46 pm in reply to: [Resolved] Private message button even for non logged in users #5067
Thank you for confirming.
You are most welcome 🙂