Replies
- Brajesh Singh on March 18, 2016 at 8:49 am in reply to: Could blog-categories-for-groups post to a groups activity stream? #3071
Hi Jan,
Thank you.1. Can you please post a screenshot showing the 0 issue as I am not able to reproduce it it.
2. Can you please explain which notification? I am not able to follow it.
3. Sorry about that, It may not be feasible as we have no way to know if a post was posted via Blog Categories or from backend(and since we are dealing with post, I am not in favor of it for older posts)Please let me know and I will be looking at them quickly.
- Brajesh Singh on March 18, 2016 at 8:34 am in reply to: Map WordPress user role as BP user type #3069
Hi AZ,
Thank you for posting.The problem with Allowing WordPress user roles is which roles should be available for registration.
Mapping is doable but it is not going to help much instead allowing roles directly will be a better option. Do you want a role field for BuddyPress? and how should it behave?
Hi Christian,
Please visit MediaPress->Settings->BuddyPress and at the bottom of the screen you will see the option to limit number of media posted in the activity. Please set it to anything you want.Hope that helps.
- Brajesh Singh on March 17, 2016 at 7:20 pm in reply to: Could blog-categories-for-groups post to a groups activity stream? #3058
Hi Jan,
Can you please upgrade these two plugins and give it a testhttps://buddydev.com/plugins/bp-simple-front-end-post/
https://buddydev.com/plugins/blog-categories-for-groups/PS: Please make sure to update the BCG Settings from Dashboard->Settings menu .
Thank you
Brajesh - Brajesh Singh on March 17, 2016 at 7:18 pm in reply to: [Resolved] [Blog Categories For Groups] Auto-creating & selecting cats for groups #3057
Hi Hamish,
Please upgrade both the plugins.
https://buddydev.com/plugins/bp-simple-front-end-post/
https://buddydev.com/plugins/blog-categories-for-groups/Also after upgrade, Please make sure to visit Settings->BCG Settings and configure it.
Now, coming to your issue:-
1. That is correct, I did not provide any hook to remove that. Please add following code to remove itfunction bcg_remove_checkbox() { if ( has_action( 'bp_before_group_settings_admin', 'bcg_group_disable_form' ) ) { remove_action( 'bp_before_group_settings_admin', 'bcg_group_disable_form' ); } if ( has_action( 'bp_before_group_settings_creation_step', 'bcg_group_disable_form' ) ) { add_action( 'bp_before_group_settings_creation_step', 'bcg_group_disable_form' ); } } add_action( 'bp_init', 'bcg_remove_checkbox' );
3. Upgrading front end post plugin and the blog categories for groups will fix the issue.
Please update the code and plugins and let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on March 17, 2016 at 12:55 pm in reply to: [Resolved] Docs uploaded to different galleries but other media to single gallery #3055
You are most welcome. It is available in the WordPress.org repo now 🙂
Hi,
It is available on wp.org now. Please upgrade.- Brajesh Singh on March 17, 2016 at 11:30 am in reply to: [Resolved] User Galleries in user card in backend #3053
Hi,
1.0.4 is now available on WordPress.org and this feature is included. Marking it as resolved. Hi,
It is available now from wp.org. I have just pushed the new version there. Please visit your Plugins->Installed and you will see the notification to update.- Brajesh Singh on March 16, 2016 at 7:28 pm in reply to: [Resolved] Buddpress Change Username Blank Screen #3048
Thank you for the kind words and confirming that it works.
I am happy that I was able to help.
Hoping that you have a great experience building your site 🙂Regards
Brajesh