Is it possible to show the community when a user last logged in on their profiles?
<?php if (!$this->template->get('profile_last_online')) { ?>
<span>
<?php echo JText::_('COM_EASYSOCIAL_PROFILE_LAST_SEEN');?>, <strong><?php echo $user->getLastVisitDate('lapsed'); ?></strong>
</span>
<?php } ?>