Replies
Thank you Mike. I am marking it as resolved.
- Brajesh Singh on August 11, 2016 at 3:16 pm in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5037
Hi Simon,
The upload time is same as the attachment’s cration date. You can add the following code in the above php file. It will take the timefromat from your WordPresssettings and output the date/time.echo mpp_get_media_date_created( $media );Here is what it does
return date_i18n( get_option( 'date_format' ), $media->date_created )If you want to take care of the time format(independent of what you have in settings). You can work with
$media->date_created
Hope that helps.
- Brajesh Singh on August 11, 2016 at 2:42 pm in reply to: [Resolved] Private message button even for non logged in users #5036
Hi Tiziano,
Thank you for posting.Making the button visible is not an issue, you can filter on ‘bp_get_send_message_button_args’ and set ‘must_be_logged_in’ to false and the button will be visible.
The problem is link will be empty. In order to handle it, you will need to create some sort of route and pass that to the ‘link_href’ in the same filter function.
Hope that helps you.
PS: yes, it is possible.
Hi Dandy,
I am sorry for the delays. I have notified Ravi and he will be getting back to you today.Thank you
BrajeshHi,
Isn’t there an “Add” link in the main menu? Are you using BuddyBlog?Thank you
Brajesh- Brajesh Singh on August 11, 2016 at 2:10 pm in reply to: Customise the Xprofile Group field in buddypress #5033
The layout you are looking for is masonry grid layout. Please search for that and hopefully you can have it then.
- Brajesh Singh on August 11, 2016 at 1:11 pm in reply to: Customise the Xprofile Group field in buddypress #5029
Hi Arvind,
You can achieve that by using some css floats. Please point me to your profile page and I will be able to help you.Thank you
Brajesh Hi Bjoern,
I am sorry for the inconvenience. If that is happening, It will be a bug.I will be testing and reporting back. currently we don’t have any global settings page for Users in MediaPress. The pages are specific to galleries/media. In future, if we go though a general settings route, I will be more than appy to add it. Adding UI is concern.
- Brajesh Singh on August 9, 2016 at 1:34 pm in reply to: BuddyPress Message Privacy – v1.0.5 upgrade to v1.0.8 Issues #5012
Hi Carl,
Let us not close it. I am believing that it might be a conflict with the UX plugin. Will do a test and then will get back to you.Thank you
Brajesh - Brajesh Singh on August 9, 2016 at 1:32 pm in reply to: [Resolved] Mediapress conflict with Buddyboss Media #5010
Good to know that.
Thank you for marking as resolved.