Replies
- Brajesh Singh on August 29, 2019 at 10:07 pm in reply to: Member Types – Special member Type "None" #25076
Hi Mike,
I am sorry I did not see the message and read it earlier. In future, we can use slack for the live chat if needed.1. You can use Non Editable Profile Field to disallow users from editing the data
https://buddydev.com/plugins/bp-non-editable-profile-fields/For rest, as discussed on the other topic, I will be providing a way with Member Types Pro.
Regards
Brajesh - Brajesh Singh on August 29, 2019 at 10:04 pm in reply to: [Resolved] Issue with User Badges Plugin #25075
Hi Sheffie,
Thank you.That does seem like the table is not created.
Can you please tell me about your WordPress installation.
1. Is it standard install or multisite?
2. Which version of WordPress and php are you using.Thank you
Brajesh - Brajesh Singh on August 29, 2019 at 10:01 pm in reply to: Bulk apply BuddyPress Profile Visibility #25073
Hi Gregor,
The Bulk sql update and updating from front end have same effect. There is no difference between them.Please make sure the value is set to lowercase ‘yes’. Please also clear any cache(if used).
Regards
Brajesh - Brajesh Singh on August 29, 2019 at 9:55 pm in reply to: Listing the Member Types of a User (and also from a Multi Member Type Field) #25072This reply has been marked as private.
- Brajesh Singh on August 29, 2019 at 8:51 pm in reply to: [Resolved] Issue with User Badges Plugin #25066
Hi Sheffie,
Welcome to BuddyDev forums.Are you getting any error while activating this plugin? Or are you able to activate the plugin but unable to upload images?
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on August 29, 2019 at 8:36 pm in reply to: Listing the Member Types of a User (and also from a Multi Member Type Field) #25064
Hi Mike,
Hope you are doing well. I am sorry I could not reply in time as got overwhelmed by the work.Are you using multiple member type fields? If yes, It will be a problem in future.
Member Types are like single taxonomy.
For example, if we are organizing books, we can use member types as Genre or as Publishing House. The member type terms allows us to group item by a single classification.For example, “keyboard” in your case is a good candidate for member types. But all the type of keyboards can not be sub organized using it.
I am not sure how much sense that makes but it seems to me you are most probably looking for multiple way to classify and not multiple terms to classify into.
A user can have more than 1 member type but we do not have a way to sub divide member types to smaller lists and properly sync the field(multiple field) to user’s actual member type.
We need to think some other strategy for it.
If you can tell me what other purposes you are trying to accomplish(other than auto adding to groups), I may have some idea.
Thank you
Brajesh - Brajesh Singh on August 28, 2019 at 4:01 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #25049
Hi Noah,
The issues related to member type has been resolved on your site.Your current issues are not related to us. We will assist you but it will have a bit low priority.
Also, Please open a new topic in future to help us avoid repeating the same solution for others(if anyone has similar issue, they can use it).Now, coming to the topic.
1. You will need to sync display name since you are not using BuddyPress registration. I don’t see a ready to use solution.
There exists a plugin
https://wordpress.org/plugins/bp2wp-full-sync/But it does the reverse.
2. Changing “Base”. Yes, it is easy.
Please see
https://www.youtube.com/watch?v=ry7OlkyM3TYHope that helps.
Regards
Brajesh - Brajesh Singh on August 28, 2019 at 12:12 am in reply to: Only one Gallery per user and auto create gallery during registration #25037
Hi,
Just updating.I will be assisting you tomorrow on this.
Thank you
Brajesh - Brajesh Singh on August 28, 2019 at 12:10 am in reply to: [Resolved] Wow! Great plugin. Just one more question #25036
Hi Terry,
Please make sure that the list view is set for document type as the files belong to dpcument type.PS:- is there any chance you are using shortcode or widget for displaying the media?
Regards
Brajesh - Brajesh Singh on August 28, 2019 at 12:07 am in reply to: Redirect author archive page to BP profile tab with authors posts listing #25035
Hi Vivek,
Please visit the posts screen on user profile and note down the part after username.For example, if it is http://example.com/members/vivek/abc/xyz
our slug is ‘abc/xyz’After that, Please change this line
$redirect_url = bp_core_get_user_domain( get_queried_object_id() );with that slug as
$redirect_url = bp_core_get_user_domain( get_queried_object_id() ) .'abc/xyz';Hope that helps.
Regards
Brajesh