Replies
- Brajesh Singh on September 10, 2015 at 9:18 am in reply to: Feature request Blog Categories for groups #434
Hi Anders,
Thank you for posting. Please do provide more details as I am not sure what you mean. - Brajesh Singh on September 10, 2015 at 9:16 am in reply to: [Resolved] Permission Error in Buddypress Global Setting / bp-settings #433
Hi Enrons,
Can I please take a look at your admin page? If possible, please PM me the details.Btw, You are able to view the settings but when you save you get this error, right?
- 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.