Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    You are welcome. yes, you are right about wrapping the link in li tags.

    Glad it is resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282
    Brajesh Singh on in reply to: [Resolved] registration form #10379

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282
    Brajesh Singh on in reply to: Restrict email #10378
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25282

    Thank you.

    Please allow me 2 hours to setup a custom install for you.

    I do understand there is an issue and I will be here to help. But, I will also like to show that it is not caused by the testimonial alone. There is a conflict.

    Thank you
    Brajesh