Replies
- Brajesh Singh on August 22, 2017 at 7:33 pm in reply to: [Resolved] Profile Visibility and Recent Visitors Clash #10394
Hi Graham,
Thank you for posting and my apologies for the inconvenience.1. You do not need to Buy the Profile Visibility Manager for the given case.
2. You are right about the compatibility, will it be feasible for you to allow me 2 days to put and upgrade with the compatibility for the Profile visibility as well as simple privacy?Thank you
Brajehs - Brajesh Singh on August 22, 2017 at 7:30 pm in reply to: [Resolved] Add Extra links to BuddyPress User Profile –> just show to profile owner #10392
You are welcome. yes, you are right about wrapping the link in li tags.
Glad it is resolved.
Regards
Brajesh - Brajesh Singh on August 22, 2017 at 3:00 pm in reply to: [Resolved] Add Extra links to BuddyPress User Profile –> just show to profile owner #10388
Hi Alessio,
Thank you for posting here.Please use the follwing code
/** * Show links to the profile owner */ function buddydev_add_profile_extra_custom_links() { // show only if my profile. if ( ! bp_is_my_profile() ) { return; } ?> <a href="http://google.com" rel="nofollow">Google</a> <a href="https://buddydev.com">BuddyDev :)</a> <?php } add_action( 'bp_member_options_nav', 'buddydev_add_profile_extra_custom_links' );Hope this helps.
Regards
Brajesh - Brajesh Singh on August 21, 2017 at 11:51 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10383This reply has been marked as private.
- Brajesh Singh on August 21, 2017 at 11:50 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10382
Thank you Thorsten.
I am also in favour of constructive collaboration.I do understand your frustration. The problem is the WordPress eco system is huge and when you use plugins/themes from multiple shops, there are bound to be issues eventually. Our goal is to help you in that case.
PS: Posting the link to site/password in the private message below.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 7:30 pm in reply to: [Resolved] MediaPress Previous Next links #10380
Hi Graham,
Hope you are doing well.I have added the enhancement in MediaPress 1.1.9(Now available).
Please make sure to change it as I have wrapped the anchor inside a span.
Thank you for the patience.
Brajesh
Hi Andrea,
Currently, BuddyPress only shows the members of the first profile field group on the registration page.You can still achieve your goal by modifying the register.php.
Does your theme have buddypress/members/register.php file? If not, please copy plugin/buddypress/bp-templates/bp-legacy/buddypress/members/register.php to your theme/buddypress/members/register.php
Now, if you look into this file, you will see a line like this
<?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>Please change that to
<?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>We are effectively saying BuddyPress to load all groups on registration page.
After that, you can use any javascript wizard plugin to make it multi step registration.
PS: if you do not want to load all the profile field groups and want to show only specific, you will have to use the “exclude_groups” parameter(There is no include groups for multiple field groups) in the bp_has_profile() args.
Hope that helps.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on August 21, 2017 at 6:55 pm in reply to: Ajax Registration with 'Allow Capital Letters In Username' plugin #10377
Hi Graham,
If it is not multisite the plugin should have worked. is there any chance that you are using the User Name availability checker plugin too?Sure, I will update the Allow Capital Letters plugin for multisite. Please allow me 2 days for that.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 6:32 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10375
Hi Thorsten,
Thank you.Since you have no need for the testimonial plugin, I am delaying the setup(I will be setting up tonight and linking you).
Also, I do plan to ask one of our developers to check for the conflict with the wpdiscuz.
I will keep you updated.
Thank you
Brajesh