Replies
- Brajesh Singh on September 10, 2015 at 9:10 am in reply to: [Resolved] Having problems with showing BuddyBlog posts in activity feeds #432
Hi Rojo,
I have looked into it.1. There is a problem with that way featured images are handled in BuddyBlog, they get attached too late and by that time the activity recording is already complete, so including the Featured thumbnail will require some other trick, I just wanted to know if this is very important for you or not?
I was able to get the title etc like normal post.
You have a typo in your code
add_post_type_support( 'blog_post', 'buddypress-activity' );
That should be
add_post_type_support( 'new_blog_post', 'buddypress-activity' );
Please check after that, If I am still mistaken, Please add 2 screenshots showing the difference between front end post and backend post.
- Brajesh Singh on September 9, 2015 at 10:48 pm in reply to: [Resolved] Permission Error in Buddypress Global Setting / bp-settings #428
Ahh ok,
In that case, you don’t need this linedefine ('BP_ENABLE_MULTIBLOG', true )
Just remove it and give it a try. If that does not work, please do let me know if you are using some type of protection plugin ?
- Brajesh Singh on September 9, 2015 at 10:27 pm in reply to: [Resolved] Permission Error in Buddypress Global Setting / bp-settings #425
Hi,
You are most welcome 🙂By super admin I mean the first account that you created which is capable of managing the Multisite network? Isn’t it a multisite install?
Thank you Milo 🙂
I am going to have a lot of such options as addons soon. Please do let me know if you find issues with MediaPress. I am looking forward to making it even better 🙂- Brajesh Singh on September 9, 2015 at 10:10 pm in reply to: Problems following Extending BuddyPress profile field visibility #422
Hi Matthew,
I don’t think Akismet or BuddyPress can cause it.Do you have any code in bp-custom.php or functions.php of your theme?
Also, Can you please confirm if the behavior is different than what I posted in my previous repl.
- Brajesh Singh on September 9, 2015 at 10:08 pm in reply to: BP Magic not loading Logo or Favicon Icon #421
Hi Jay,
I am sorry for the trouble.Can you please confirm if the image uploaded successfully? You can check that by visiting Media menu.
- Brajesh Singh on September 9, 2015 at 10:06 pm in reply to: [Resolved] Permission Error in Buddypress Global Setting / bp-settings #420
Hi Enrons,
Welcome back to BuddyDev forums 🙂The most probable reason is you are not logged in as super admin. Log in as the super admin and try saving the settings. Is it still happening?
Hi Milo,
Since MediaPress lists images using MPP_Media_Query(A sub class of WP_Query), It gives us the flexibility to use any 3rd party slider or grid with it. I need some time before I start implementing a few examples with the slideshows,carousels etc.You can look into the mediapress/templates/gallery/activity/loop-photo.php to see how easy it can be.
- Brajesh Singh on September 9, 2015 at 3:50 am in reply to: [Resolved] Warning Notices, etc. With Facebook-like Activity Stream #411
Hi Kip,
There were issues. I have fixed the issues in version 1.1.6Please delete old plugin. Download the new from here
https://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/and update.
Please note that I have changed the name of the plugin zip file to allow us to provide update in future via the BuddyDev Dashboard plugin.
Please do let me know if this works for you or not?
Thank you
BrajeshPS: I thought I posted this yesterday but while checking forum I saw that I missed. I am sorry, It was fixed yesterday and I typed the reply but forgot to post.
Hi Milo,
I am sorry but when I am clicking on images or clicking prev/next in lightbox it is opening correct images. Can you please check and provide me a better clue.About the comment, When we upload a media, The activity containing Media is considered as gallery activity and not media activity. So, Any comment on Media does not get counted there.