Replies
Hi George,
There are some bad quotes in that shortcode( ” )[bp-gallery show="media" owner_type="user" orderby="date" type="photo" max="10" ]Try the above. If that does not work, please try clearing cache and check again.
- Brajesh Singh on November 20, 2015 at 10:53 am in reply to: [Resolved] Custom post fields in buddyblog #1714
Hi Martin,
Thank you. Do you mean the data is not visible on Single post view?Please copy plugin/buddyblog/template/buddyblog to your theme and modify buddyblog/single.php.
There you can add these fields like
Synopsys: <?php echo get_post_meta( get_the_ID(), 'synopsys', true );?>and so on.
Hope that helps.
- Brajesh Singh on November 20, 2015 at 10:49 am in reply to: Trying to improve the Group home page #1713
That is the problem. None of the existing solution will allow you to do a visual editing from front end. The existing Visual editors are not integrated.
So, the better approach is like adding a page from Dashboard but that takes away the rights from Group admins.
If you go with Group extras, yes, It will be possible to fetch that page content on front page.
Hi George,
I am not sure what you tried.Can you please explain, did you made some modifications to code too?
- Brajesh Singh on November 19, 2015 at 9:52 pm in reply to: [Resolved] Cannot upload a JPEG file larger than 2 MB #1707
Hi Leo,
Thank you. I am glad it is fixed.
I am looking forward to hear your feedback. we have still a lot of things to add and every experience counts 🙂I am marking this topic as resolved now. Please do open new topic if you need any further assistance.
Thank you
Brajesh - Brajesh Singh on November 19, 2015 at 8:02 pm in reply to: [Resolved] Cannot upload a JPEG file larger than 2 MB #1705
Hi Leo,
Thank you for your patience.That -1 means the request was not handled at all.
Can you please disable RT Media and and enable WP_DEBUG to let us see if there are any error?Also, if feasible, please PM me the site url/login details( any temporary normal user) and I can check it quickly.
Thank you
BrajeshPS: Except for Add from Web( which we haven’t added yet), MediaPress can do everything more efficiently than other media plugin. You can check that by doing memory/query analysis. So, if you don’t need Add From web for now, You can disable RT Media.
- Brajesh Singh on November 19, 2015 at 7:15 pm in reply to: [Resolved] Does MediaPress support activity scopes ['scope'] = ''; #1702
Hi Andy,
Thank you.
That code looks fine to me 🙂
Glad that it is resolved.Regards
Brajesh Thank you.
1. Everything is coming from this function bp_gallery_list_medias
I am sorry about the code quality there. It looks bad( not clean and not upto the current standards )
It starts from line 108 on shortcode.phpYou can change everything there.
2. For large images, you will see this code in that function
bp_get_gallery_media_thumb_html()replace that with
bp_get_gallery_media_full_html()Hope that helps. Please ignore the code quality for now. It is too old and not clean. That’s why we dropped BP Gallery in favor of MediaPress with modern architecture and better codebase.
Thank you
BrajeshHi,
No, These plugin can not be used with BP Gallery. BP Gallery does not use custom post type( Custom post type was not available when we initially released BP Gallery).MediaPress does use custom post type and all these plugin can be used with MediaPress not with BP Gallery. If we need to add any such functionality to Bp Gallery, It will need custom creating loop and using javascript.
- Brajesh Singh on November 19, 2015 at 5:57 pm in reply to: [Resolved] Cannot upload a JPEG file larger than 2 MB #1697
Hi Leo,
Thank you.1. Your settings are fine and plugin should allow you uploading upto 8 MB( a little less than that) due to your post max size.
The error you mentioned is not generated server side, It is show when the response from server is not valid JSON.
So, I am believing that some code is throwing notice causing this. Can you please open your browser console and check for the ajax response. It would have been very simple if you were using firefox/firebug but here is how to Do that on chrome.
Open the page where upload is. Now click ctrl+shift+I that will open the developer tools. Click on Network panel and keep that open.
Now please try uploading. As soon as you get the error, click on “XHR” tab and then on the link in Name panel. In right panel, you can see the response by clicking on 3rd tab “Response”. Please post me that message.Thank you.
PS: I see you have RT media enabled, is there any specific reason to use both these plugins together?