-
Author
-
January 27, 2016 at 22:18 #100873joyParticipant
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!
January 28, 2016 at 14:04 #100945LauraModeratorHello, 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/singleHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
January 28, 2016 at 20:47 #101069joyParticipantThe path you gave is the exact same path I used – only in my child theme. It’s not working.
January 30, 2016 at 04:01 #101300LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.