Replies
- Brajesh Singh on March 19, 2016 at 12:52 pm in reply to: [Resolved] Request to add 'Left group' activity entry to BuddyPress #3092
Thank you Tony 🙂
Hi Leo,
I am sorry but I have no idea why WPML is doing that.I need some way to use WPML and see how it works before commenting further.
- Brajesh Singh on March 18, 2016 at 4:29 pm in reply to: Map WordPress user role as BP user type #3083
Hi AZ,
Will it suffice if we create a Role type filed that allows you to select the roles you want to be available on the registration page.And you can use this field in combination with our Conditional profile fields plugin to restrict profile fields per role?
Hi Christian,
I am sorry for the issue. Can you please mail me the details on brajesh@buddydev.comThere is a way to downgrade but I will like to check the current version and see what is causing this this?
Thank you
BrajeshHi Johan,
Thank you for posting.
1. Yes, You can customize the group home page in quiet many ways. Here is the template hierarchy for front pageYou can create a front.php and then load other template from it based on the category or other attributes.
Please take a look at the template hierarchy and you will see that it does allows changing base on id. For applying new template based on category, creating a front.php and doing template loading there will suffice.
Hope that helps.
Please do let me know if you need any help.
Thank you
Brajesh- 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