Replies
- Brajesh Singh on February 9, 2016 at 5:17 pm in reply to: [Resolved] Buddyblog: show posts in Profile tab instead of Blog tab #2606
Yes, the html/php. Can you please post the code on pastebin?
Please send the image to me by email at brajesh@buddydev.com or use any third party service to upload. - Brajesh Singh on February 9, 2016 at 2:59 pm in reply to: [Resolved] Buddyblog: show posts in Profile tab instead of Blog tab #2601
Hi,
1. Yes, It is possible to show the posts anywhere using the template file. It will be like including the loop. Can you please make a screenshot and point me where you want it to appear on profile page?2. It is due to the template. Can you please send me the code for your post entry? All we need is use your entry instead of the one supplied with buddyblog to fix the layout.
- Brajesh Singh on February 9, 2016 at 2:54 pm in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2600
Hi Leo,
Thank you. Please send me a copy. MediaPress has no limitation on types. It uses WordPress native code for upload handling/processing, so any image that can be uploaded via WordPress Media uploader should work just fine.
Still, please send me a copy and I will check if it uploads for my local dev or not?Thank you
Brajesh - Brajesh Singh on February 8, 2016 at 3:25 pm in reply to: [Resolved] Bug with featured image – BuddyBlog / Simple Front End Post. #2595
Thank you Lambert.
Marking it as resolved 🙂 - Brajesh Singh on February 8, 2016 at 12:05 pm in reply to: Could blog-categories-for-groups post to a groups activity stream? #2592
The current version has these options but they need you to enable by using some filters. Adding admin option will remove the need to write code and enable it using filters.
- Brajesh Singh on February 8, 2016 at 11:53 am in reply to: Could blog-categories-for-groups post to a groups activity stream? #2590
Hi Jan,
Thank you for asking. It is going to mimic the controls we provide with BuddyBlog. In other words, as site admin you can choose if the posts will remain as draft or published and also who can post(members, admins, mods etc).Yes, I am in favor of BP Simple Front end post as it is simple, lightweight and with recent changes have full visual editing capability.
- Brajesh Singh on February 8, 2016 at 11:46 am in reply to: Could blog-categories-for-groups post to a groups activity stream? #2588
Thank you Jan.
We have the admin almost setup, so yes, it is pretty easy to give the permalink option. We already do it for BuddyBlog.
- Brajesh Singh on February 8, 2016 at 11:31 am in reply to: Mediapress breaks the cropping function of Buddypress #2585
Hi Ross,
Thank you. I still believe you should post it to the relevant plugin and let them know that the pdfmake is causing conflict with plupload and that leads to this issue.In MediaPress, we do have another solution too. There is a hook that allows avoiding loading any MediaPress js files on certain pages. The following code can be put in the bp-custom.php
//Do not load MediaPress js files on change avatar page function mpp_custom_dont_load_js_on_avatar_change( $load ) { if ( bp_is_user_change_avatar() ) { $load = false ; } return $load; } add_filter( 'mpp_load_js', 'mpp_custom_dont_load_js_on_avatar_change' );
This may also act as a temporary solution.
- Brajesh Singh on February 8, 2016 at 11:22 am in reply to: [Resolved] Buddypress posts comment doesn't work #2584
Hi Kyle,
Thank you for replying and confirming. Marking it as resolved. - Brajesh Singh on February 8, 2016 at 11:20 am in reply to: Could blog-categories-for-groups post to a groups activity stream? #2583
Hi Jan,
Thank you. I too saw it today. Yes, I will be doing a test with the current trunk.