if I simply copy the code in, nothing happens?
$ my -> _ points
</a>
<?php } ?>
<?php if ($config->get('show_profile_last_visit') == 1) { ?>
<div class="joms-focus__lastvisit">
<?php
$lastLogin = JText::_('COM_COMMUNITY_PROFILE_NEVER_LOGGED_IN');
if ($user->lastvisitDate != '0000-00-00 00:00:00') {
$userLastLogin = new JDate($user->lastvisitDate);
$lastLogin = CActivityStream::_createdLapse($userLastLogin);
}
?>
<?php echo JText::_('COM_COMMUNITY_LAST_LOGIN') . $lastLogin; ?>
</div>
<?php } ?>
</div>
$my->points
<div class="joms-focus__info--desktop">
<?php echo nl2br(JHTML::('string.truncate', $this->escape(strip_tags(str_replace(""",'"',$profileFields))), 140)); ?>
</div>
</div>