Replies
- Brajesh Singh on July 24, 2022 at 7:50 pm in reply to: [Resolved] Page that shows only user with specific profile field value #45802
Hi Lobo,
If your goal is to search and list via xprofile fields, you may want to copy the members-loop.php and then changeif ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) :with
if ( bp_has_members( array('xprofile_query' => array( array( 'field' => 1, 'value' => 'Some Name', ), ) )) ) :in the copied loop. Update the field id and the value as you need and it will list the members for you.
Regards
Brajesh Hi Nik,
You are welcome.Have a great day!
Regards
BrajeshHi Igan,
Welcome to BuddyDev support forums.It seems this was a temporary issue caused while upgrading the BuddyBoss plugin.
Please do keep an eye and if you get any such email again and let me know.
Regards
BrajeshHi Nik,
Thank you for using the plugin.1. The plugin filters group creation permission and there is no way to differentiate if the checks were made for showing button or before submission.
Your solution will be hardcode the Create group button in the buddypress/groups/index.php of your theme to always show it.
2. The users can access your create group step manually. If someone did, the redirect is used to send them at a different place if they have reached the limits.
Hope that helps
Regards
Brajesh- Brajesh Singh on July 22, 2022 at 11:04 pm in reply to: [Resolved] How to Add Name on Registration #45784
Hi Lisa,
I am sorry for the delayed reply.
I had a look at your site and I don’t see any other reason except the Better Experience plugin causing it.Can you please temporarily disable the BP Better Experience plugin and then check the registration page again?
Thank you
Brajesh Another solution for now will to trigger BuddyPress Edit profile action when you are done with the user setup.
That will run the hooks again.
Regards
BrajeshHi Vivien,
Thank you for reporting the issue.From your reply, It seems the issue lies with the conditions not matching on registration.
I agree that delaying the check may resolve it. I am adding an option to delay the test by some minutes/hours within 2 weeks.
Regards
Brajesh- Brajesh Singh on July 22, 2022 at 10:45 pm in reply to: Allow users to create new Custom Post Type (CPT) entries on profile edit #45781
Hi Alex,
Thank you.I am sorry, that’s the only supported way currently. The problem originates from BuddyBoss applying their custom markup for selects. Please reach out to BuddyBoss support for the ways to disable their custom select markup generation for specific element.
Regards
Brajesh Hi Alex,
Thank you for the question.Please use ‘#’ for the url field for now. We used the anchor markup in all the generated links to keep all of them having same structure and easily manageable via css. We will update to use span instead of anchor for badges without links in our next release.
Regards
BrajeshHi Alex,
Thank you for using the plugin.
Do you want to auto moderate the comments? We lack the ability to limit auto moderation to specific topic only.If you want to show the report button, that is doable with some custom code.
Regards
Brajesh