Jump to content

Customizing new UserProfile header


Miguel Bevia

Recommended Posts

I see that this piece of code is for the entire header of the new UserProfile

 

<?php
echo $this->renderControllerView('listings', 'detail_header', array(
'mainMedia' => $mainMedia,
'avatarImg' => $avatarImg,
'showEmptyCover' => true,
'showEmptyLogo' => false,
'showAvatarinHeader' => true,
'showAuthor' => false
));
?>
 
if I wanted to customize a few things, what file will I have to look for.
 
Say i want to put the city, country custom field under the "Title name"
 
Example
 
John Doe
jr_city, jr_country
 
 
Link to comment
×
×
  • Create New...