1. marver
  2. General
  3. Wednesday, March 19 2014, 11:42 AM
Hello,

Can I change the page heading into a field I added manually?
	
<h1>
   <?php echo JsnHelper::getFormatName($this->data); ?>
</h1>
Accepted Answer
admin Accepted Answer
Admin
Yes,
use this method:
<h1>
    <?php echo JsnHelper::getUser($this->data->id)->getField('your_field_alias'); ?>
</h1>


I recommend you to copy the file /components/com_jsn/views/profile/tmpl/default.php in /templates/your_template_directory/html/com_jsn/profile/default.php (this is joomla override template). With this if you update Easy Profile you do not lose the changes
  1. more than a month ago
  2. General
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.