remember me function is missing in template

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 03, 2014 3:23 am
Reply with quote
Report this post
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
User avatar
Expert Boarder

GK User
Sat Jan 04, 2014 5:02 pm
Reply with quote
Report this post
Hi.
in most browsers you are asked after inserting a login data - Should I remember it ? If user set Yes, next time his login i password will be inside login fields.
User avatar
Platinum Boarder

GK User
Sat Jan 04, 2014 5:05 pm
Reply with quote
Report this post
In orginal view there was (is)

Code: Select all
<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>


But when you see inside that file
templates\gk_msocial\html\com_community\frontpage.guests.php

you will see similar function , but this time it request that System - Remember Me plugin must be enabled.
So as you see easy.
User avatar
Platinum Boarder

GK User
Sat Jan 04, 2014 5:41 pm
Reply with quote
Report this post
ok - Thanks
User avatar
Expert Boarder


cron