Replies
- Brajesh Singh on August 11, 2016 at 4:21 pm in reply to: [Resolved] MediaPress – "Site-Wide Activity" Posts Not Working #5044
Hi Carl,
Yes, There is an issue.The problem is the currently mediaPress uses js to send the attached ids. In your case, on home page the form is not submitted via js(is reloading the page and loosing the uploaded ids).
Most probably the jsvsscript file that handles activity form submission is not being loaded. Can you please look into that?
Thank you
Brajesh - Brajesh Singh on August 11, 2016 at 4:11 pm in reply to: [Resolved] MediaPress – "Site-Wide Activity" Posts Not Working #5043
Hi Carl,
I am sorry. It seems we have some issues on our forums. The private replies are not generating any notification.I will look at it today and will update you. I am posting it as public so that you will get notified.
Thank you
Brajesh - Brajesh Singh on August 11, 2016 at 3:20 pm in reply to: [Resolved] Looking for ideas – Post page with gallery attached #5040
Hi George,
Welcome back.Yes, It is possible. There are multiple ways to do it. You ca n do it by creating sitewide galleries and then using shortcode to show that gallery on the post.
We do need to modify the permissions setup. I will write the code this weekend that will give you a checkbox in the gallery settings to allow upload by anyone.
Thank you
Brajesh 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