Replies
- Brajesh Singh on August 3, 2018 at 6:21 pm in reply to: How to force users to upload at least one photo in the mediapress gallery? #16629
Hi Margarita,
This is not a very efficient operation in current version of MediaPress. The counting of media items for a user is costly database operation(We plan to change it in 1.5).Also, Even if I provided a way to do this, It will conflict with the force profile photo plugin that you are using.
If not very important, let us hold it till MediaPress 1.5 is available and I push another update to Force profile photo to avoid conflict with other plugin’s redirection.
Regards
Brajesh - Brajesh Singh on August 3, 2018 at 5:38 pm in reply to: [Resolved] Incompatible plugins – Member Types Pro / Conditional Fields #16627
Thank you Duncan.
I hope you will have a great experience with our plugins.Marking it as resolved.
Regards
Brajesh - Brajesh Singh on August 3, 2018 at 3:13 pm in reply to: [Resolved] Incompatible plugins – Member Types Pro / Conditional Fields #16622
Hi Duncan,
Welcome to BuddyDev.My apologies for the inconvenience.
I will explain the issue and a solution.
The box that you see on the right side is supplied by BuddyPress not the member types plugin. BuddyPress will show that box when you have any member type registered(via the plugin or code).
The problem is, if you select a member type in that box, BuddyPress will only provide that field for the selected member types.
Since conditional field expects the data from the depending field, It might not be available(based on the member type of the user and will break it).
A simple solution is to Check all the member types for the field and It will work.
Please give it a try.
PS:- If you don’t need the condition on Registration page, you can simply disable the conditional field and use the member type checkbox to specify the fields. BuddyPress will only show selected fields on a user edit page.
Regards
Brajesh - Brajesh Singh on August 3, 2018 at 7:19 am in reply to: [Resolved] BuddyPress Activity ShortCode Bug #16620
Thank you. Please do let me know when you have the time.
- Brajesh Singh on August 3, 2018 at 7:18 am in reply to: Buddypress Member Type Pro Registrations #16619
Hi Yomi,
Welcome to BuddyDev.Are you using a single member type field on registration or multiple fields?
If you are using single member type field, the member type will be added to the user when they activate their account.
Are your user activating their account normally?
Can you please link me to your registration page?
Thank you
Brajesh - Brajesh Singh on August 3, 2018 at 7:13 am in reply to: Auto Select BB Avitar from Mediapress Gallery #16618
Hi Andrew,
The addon allows users to set their avatar from a MediaPress image. We emulate the avatar upload with MediaPress image.
If you want to automate it, you don’t need to emulate MediaPress Set Profile Photo. But in that case, MediaPress merely acts as a source of avatar image, rest will be upto you and BuddyPress avatar API to set the avatar. MediaPress doe not have much role to play here.
In other words, You should look into setting up an avatar from a url if you plan to write the code for this.
Regards
Brajesh - Brajesh Singh on August 3, 2018 at 6:53 am in reply to: Contact Form HTML, ReCAPTCHA and Customize #16617
Hi Sujee,
Thank you for checking in.I Haven’t been able to work on it recently. Will do put an update within next 10 working days(2 weeks), most probably earlier than that.Thank you
Brajesh - Brajesh Singh on August 3, 2018 at 6:51 am in reply to: [Resolved] Cntent for each member on BuddyPress User Profile Tabs Creator Pro | #16616
Thank you for the kind comment and your patience Daniel.
Regards
Brajesh - Brajesh Singh on August 2, 2018 at 2:57 pm in reply to: BuddyPress Multi Network Change / Upload Profile Avatar Issue #16609
Hi Tyler,
It won’t help much as the issue is with BuddyPress tables creation not Multi Network table.The table created by multi network plugin are
wp_bp_mnetwork_usersThe prefix may be different from ‘wp_’ based on your table prefix.
You should also look into that sub sites option tabs( wp_n_options) where n is the subsite id. Search for this
_bp_db_versionTry deleting that and reactivating BuddyPress. It may force recreate the tables.
Regards
Brajesh - Brajesh Singh on August 2, 2018 at 2:51 pm in reply to: [Resolved] Cntent for each member on BuddyPress User Profile Tabs Creator Pro | #16608
Thank you Daniel.
Please allow me 2-3 working days to make it work. Using password protected post is a little bit complicated in this case as the post is also private. I will provide a solution in next 2-3 working days.
Thank you
Brajesh