Replies
- 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 - Brajesh Singh on March 16, 2016 at 7:07 pm in reply to: [Resolved] Buddpress Change Username Blank Screen #3046
Hi Kenneth,
Thank you for your patience. Please upgrade to 1.2.1 and It is fixed. Please do let me know if that works for you or not?Thank you
Brajesh - Brajesh Singh on March 16, 2016 at 6:20 pm in reply to: [Resolved] Buddpress Change Username Blank Screen #3044
Thank you Kenneth,
Just noticed it on BP 2.5+ It has issues with loading templates. I am working on it, will have a fix in 30 mins to an hour. It is happening when the theme compat is being triggered. - Brajesh Singh on March 16, 2016 at 6:03 pm in reply to: [Resolved] Buddpress Change Username Blank Screen #3042
Hi Kenneth,
Welcome to BuddyDev.
Which version of BuddyPress & WordPress are you using? Also, are you using latest version of change username plugin?Thank you
Brajesh