@lerroy
10 years, 7 months ago
Hey
Quick question, how do I display the users first and last name in the user profile page. at the moment it only displays the @username
Image attached is how I would like it to look – Here
Here is how it looks now – here
Ok I was able to fix this issue.
I added this code to my members-header.php
<?php $Name = bp_get_profile_field_data( 'field=Name' ) ; echo '<h2 class="Name-fields_main">' .$Name. '</h2>'; ?>
added the code on line 22 just under this
<div id="item-header-content">