Replies
- Brajesh Singh on November 10, 2015 at 1:31 pm in reply to: Setting upload limits by User/Group #1466
Hi George,
I have uploaded the plugin now. Please give it a try.https://buddydev.com/plugins/mpp-flexible-storage-limit/
Please do make sure to look through the configuration guide.
Thank you
Brajesh - Brajesh Singh on November 10, 2015 at 10:34 am in reply to: Could blog-categories-for-groups post to a groups activity stream? #1462
Hi Jan,
Thank you. Will have the news soon 🙂 Hi Terjemk,
I am sorry. It is all my mistake. I got confused with Blog Categories for groups plugin and told you the way to use that.After looking at your screenshot and going though the posts I feel like a fool for missing it. You were using BuddyBlog and I did not notice that.
With BuddyBlog, It is possible to selectively allow categories to users but not exclude few and allow others.
Are you using custom taxonomy? If yes, please let me know or is it just category? I will provide you the code that will allow you to limit users to those categories/terms.
- Brajesh Singh on November 10, 2015 at 10:28 am in reply to: Setting upload limits by User/Group #1460
That’s great. I have a plugin half finished for it and I will upload that by day end today. It gives the site admins flexibility to add space for individual users/groups both.
Thank you
Brajesh - Brajesh Singh on November 10, 2015 at 10:19 am in reply to: Setting upload limits by User/Group #1458
Hi George,
thank you for opening the topic.
By limiting, do you mean setting up the storage quota? Hi TO,
Welcome to BuddyDev forums.I am sorry but we don’t have any importer ready at the moment and the plan is to work on importers from second week of December.
If you are starting a fresh site, please do give MediaPress a try, for migration, I am sorry but will have to wait till late December.
Thank you
Brajesh- Brajesh Singh on November 10, 2015 at 9:54 am in reply to: [Resolved] Custom post fields in buddyblog #1455
Hi Martin,
Thank you for asking.It is possible for a site admin to add fields y using custom code. If you can tell me the field name and type I can provide code for that.
Sorry about the second issue but the user can not crate their own field. Only can add values based on admin provided fields.
Thank you
Brajesh - Brajesh Singh on November 9, 2015 at 8:57 pm in reply to: [Resolved] Buddypress Anonymous Plugin Quick Question #1450
Hi Brayden,
you can update that code with this$activity_id = bp_get_activity_id(); if( ! bp_is_anonymous_activity( $activity_id ) ) :?> <a href="<?php bp_activity_user_link();?>" <span class="text-primary"><i class="fa fa-paper-plane"></i> View </span><?php echo $xprofile_user;?> Profile</a> <?php else :?> <a href="#"><span class="text-primary"><i class="fa fa-paper-plane"></i> </span> Anonymous </a> <?php endif;?>
Also, you can modify it as you need.
Hope that heps.
- Brajesh Singh on November 9, 2015 at 8:34 pm in reply to: Could blog-categories-for-groups post to a groups activity stream? #1448
Hi Jan,
Thank you for posting.
This is doable and we have done it in the past too. Since this plugin is going through major rewrite at the moment and I expect to release the next version by early next week, I will like to know if it is possible for you to wait till then? If not, i will post the code.Thank you
Brajesh - Brajesh Singh on November 9, 2015 at 8:32 pm in reply to: [Resolved] Blog categories for groups – posts being created as drafts #1447
Hi James,
For the time being, you can put this in your bp-custom.php to allow direct publishing.add_filter( 'bcg_form_args', 'bcg_custom_form_args' ); function bcg_custom_form_args( $args ) { $args['post_status'] = 'publish'; return $args; }
Please do note that this plugin is going through rewrite at the moment and we will have a version ready by next week that will allow you to select these settings from Settings page.
Hope that helps.
- This reply was modified 9 years, 10 months ago by
Brajesh Singh.
- This reply was modified 9 years, 10 months ago by