Hi there
is there an update on the way for the msocial template:
The "remember me" box is missing in the jomsocial guest page in template ?
regards
bison
<div class="row-fluid">
<div class="span4">
<?php if(JPluginHelper::isEnabled('system', 'remember')) : ?>
<label for="remember" class="checkbox inline">
<input type="checkbox" alt="<?php echo JText::_('COM_COMMUNITY_REMEMBER_MY_DETAILS'); ?>" value="yes" id="remember" name="remember" tabindex="4" />
<?php echo JText::_('COM_COMMUNITY_REMEMBER_MY_DETAILS'); ?>
</label>
<?php endif; ?>
</div>