Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Jesse Tayler
    Participant

    @jessetayler

    ok, thank you — the plugin is ours, but the site and bimber is not so I will check and see what I can learn.


    Jesse Tayler
    Participant

    @jessetayler

    thank you!

    I am trying to adjust some code that works for another installation and do not really speak PHP, so I’m confused why this does not work?


    add_action( 'bimber_buddypress_memebers_after_user_name', 'bimber_buddypress_memebers_after_user_name' );
    $user_name = bp_core_get_username( bp_displayed_user_id() );
    function bimber_buddypress_memebers_after_user_name( $user_name ) {
    echo do_shortcode( '[truanon_verification userid='.$user_name.']' );
    }

    That code ALSO results in the email being used!

    What am I doing wrong here that I’m somehow stuffing the user’s email instead of this first-last pattern I see being used in the URL Path?

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar