This topic has 4 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #100873
     joy
    Participant

    Hello, is there a way to the registration date into the member’s profile so it would read, “Member since 2015” below their avatar? I have this code that is supposed to call that :

    COPY CODE
    <?php
    	global $bp;
    	$currentuser = get_userdata( $bp->displayed_user->id );
    	$joined= date('F jS, Y', strtotime($currentuser ->user_registered));
    	echo $joined;
    	?>

    It should be placed in the theme/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php file. I’ve tried to do that with no effect. I thought I would ask about that capability here. Thank you!

    #100945
     Laura
    Moderator

    Hello, its because we already have a member-header.php at the theme, just copy the file to your child theme (following the same path of folders) and edit it 🙂
    The file is at /wp-content/themes/kleo/buddypress/members/single

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #101067
     joy
    Participant

    Okay, I’ll try this and report back. Thank you.

    #101069
     joy
    Participant

    The path you gave is the exact same path I used – only in my child theme. It’s not working.

    #101300
     Laura
    Moderator

    Hello, can you share ftp credentials so i can check it out? Also wp-admin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?