Replies
- Brajesh Singh on March 30, 2018 at 8:33 am in reply to: filter the buddypress members in the list of members #14171
Hi Herve,
Thank you.
I misunderstood it earlier. No, That was not a warning.
It was simply a note that on the friends screen, we are not filtering , so if you are using it to hide users from widget etc, they will be visible.
I was concerned that you may be using it to create some sort of privacy.
I think, I will choose better words for note in future 🙂Regards
Brajesh - Brajesh Singh on March 30, 2018 at 8:29 am in reply to: Mediapress support for 3gp video files #14170
Hi Joseph,
Our solution for converting video/audio will be available in May this year. Next month, we are planning to have the Remote Media(It has been due for long) and get 1.5.0 out.Earlier the time was not justified but now we do have a proper userbase and this has got higher priority.
Thank you
Brajesh - Brajesh Singh on March 30, 2018 at 8:16 am in reply to: [Resolved] How to remove buddypress user from all groups #14169
Please check the error log and post me what error do you see there?
- Brajesh Singh on March 30, 2018 at 8:14 am in reply to: MP Single image set to "Original" but only displaying large #14168
Hi Jon,
It seems some change sin our last update caused it. I am planning to have the plugin officially available form BuddyDev next week, so I(or my team) will look into the card issue and will have the fix before the release.Thank you
Brajesh Hi Julia,
Like Ravi said above, setting the edit profile will break the screen for the edit profile. It is due to the current implementation BuddyPress has for profile edit page.Regards
BrajeshHi Keith,
We already have that functionality for all non photo media types.I.e you can upload custom cover photo for video, audio or documents. Currently, it is doable from the single media edit page.
https://i.imgur.com/YGUy7Bt.pngWe do plan to allow the same from the lightbox and bulk edit screen in future.
Best Regards
Brajesh- Brajesh Singh on March 29, 2018 at 12:31 am in reply to: Can anyone suggest me a hosting provider ? #14155
Welcome to BuddyDev Jemmy.
Thank you for sharing the insights Christopher. Those are important things to consider while selecting a webhost.
If you are just starting and will avoid working with code and fixes, go for a managed WordPress hosting.
Start with one that suits your budget. You can easily migrate to better/other in future when traffic grows.Kinsta and WP Engine will be the top 2 in that space. Make sure to check their Overage prices though. WP Engine may charge a lot for that.
Other than these two, you can pick any other for starting like Site Ground or Dream Host. Avoid the sites that say unlimited storage or bandwidth.
Also, if you plan to use WooCommerce or BuddyPress and can’t go for a managed WordPress hosting, go for managed VPS or cloud. If you are planning to use only WordPress, shared hosting will be fine too.
All the Best
Brajesh - Brajesh Singh on March 28, 2018 at 11:58 pm in reply to: filter the buddypress members in the list of members #14153
Hi Herve,
Thank you.Can you please post me your xprofile field id. I may be able to put some css.
For posting code here, please wrap it inside backtick(`) . I am not sure form above code .
If you only want to filter on directory, It can have similar condition.
Regards
Brajesh - Brajesh Singh on March 28, 2018 at 11:53 pm in reply to: [Resolved] automatic change of type with Member Types Pro #14152
Thank you Herve.
Have deleted the previous post. Marking it as resolved.Regards
Brajesh - Brajesh Singh on March 28, 2018 at 11:52 pm in reply to: [Resolved] How to remove buddypress user from all groups #14151
Hi Mwale,
In that case, you can use my code from herehttps://buddydev.com/support/forums/topic/how-to-remove-buddypress-user-from-all-groups/#post-13894
and change this line
add_action( 'ms_model_event_deactivated', 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );to
add_action( 'ms_subscription_status-' . MS_Model_Relationship::STATUS_EXPIRED, 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );That should most probably work.
Please give it a try.