Replies
- Brajesh Singh on September 12, 2015 at 8:09 am in reply to: buddyblog & multiple post type with custom field #455
Hi Lapo,
Welcome to the BuddyDev Forums.I am sorry to say this but BuddyBlog does not support multiple post type. It supports only one. You can choose any one of the post type but not two.
The complications arise from the fact that each of the post type have their own set of custom taxonomies/configuration and will have different requirement for showing forms.
If you are a developer, It is possible to extend the BuddyBlog to use Multiple post forms( will need registering the other form manually using simple front end post and displaying the form by adding a new tab ). Pleaselet me know and I will assist.
If you are a site admin, I believe there is a plugin called BuddyForms that already provide this functionality(I may be mistaken, you may want to give that a try).
Hi Milo,
Thank you for understanding.
I prmoise to provide atleast 10 other views just need a few days(Justified grid/masonary/sliders/carousel etc are on my mind).Currently, I am working to get the Sitewide gallery in( I have already got it working but it is not a finished product yet, hoping to push that by Tuesday). Also, I have got MediaPress to work as a Better WordPress gallery solution( Can be used as a replacement of NGG Gallery etc). I will have a benchmark and detailed report once we get there in next 3-4 days.
The biggest hurdle I am facing is template hierarchy/naming conventions for template to allow theme authors easily remember and theme it.
Hopefully, When I push this update next week, This should be the best Media Gallery solution for WordPress( & BuddyPress).
If you have suggestions on what you want in a WordPress/BuddyPress gallery, please feel free to share. I appreciate all these suggestions and help 🙂
- Brajesh Singh on September 10, 2015 at 11:36 am in reply to: [Resolved] Permission Error in Buddypress Global Setting / bp-settings #443
Hi,
I fixed the error for the other plugin and posted on that topic.
Looking forward to your mail. Have a great day ahead 🙂Thank you
Brajesh - Brajesh Singh on September 10, 2015 at 11:35 am in reply to: [Resolved] Recent Visitor Break / Error !! #442
Here is the link to plugin for your convenience.
https://buddydev.com/plugins/bp-profile-visibility-manager/ - Brajesh Singh on September 10, 2015 at 11:26 am in reply to: [Resolved] Recent Visitor Break / Error !! #440
Hi Enrons,
I have updated the plugin. Version 1.2.6 will not throw any fatal error.Please do note that I have changed the directory name of the plugin from bp-profile-visibility to bp-profile-visibility-manager
That name change was required to allow us provide you automatic upgrades in future via BuddyDev dashboard plugin.
Please upgrade and do let me know how it went.
Thank you
Brajesh - Brajesh Singh on September 10, 2015 at 11:05 am in reply to: [Resolved] Recent Visitor Break / Error !! #438
Hi Enrons,
It seems you have settings component disabled for BuddyPress.
I am sorry for the fatal error tough, we should have checked for the state of settings component. I will put an update in 30 -45 minutes to do that.Please do note that the recent Visitors plugin needs Settings component to be active otherwise a User won’t be able to update his/her preference.
PS: It is originating from your other problem where you are not able to update the settings. The Settings component can be enabled from that page.
Thank you
Brajesh Hi Hans,
I am sorry for the delay. This plugin is on hold as we are putting all our efforts on MediaPress at the moment. Will need some time(around 10-15 days) before I get back to this plugin.Thank you
Brajesh- 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.