#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/template/index_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 78
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]---------------------------------------------
#
{S_LOGIN_REDIRECT}
#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/template/login_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 75
<tr>
<td class="cat" <!-- IF not S_ADMIN_AUTH or S_CONFIRM_CODE -->colspan="2"<!-- ENDIF --> align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="5" /></td>
</tr>
</table>
{S_FORM_TOKEN}
#
#-----[ AFTER, ADD ]---------------------------------------------
#
{S_LOGIN_REDIRECT}
To login screen? I had an issue where admins were kicked to index page, but nod acp index. After making changes on template files(after purging cache and refreshing template, themes, imageset) the problem is gone.5minutes wrote:I tried the above and am still experiencing the problem. When in the ACP, it occasionally kicks the admin users out, back to the login screen.
Code: Select all
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/index_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 22
<label for="password">{L_PASSWORD}:</label> <input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
<!-- IF S_AUTOLOGIN_ENABLED -->
| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
<!-- ENDIF -->
<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
#
#-----[ AFTER, ADD ]---------------------------------------------
#
{S_LOGIN_REDIRECT}
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/login_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 34
<dl>
<dt> </dt>
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
#
#-----[ AFTER, ADD ]---------------------------------------------
#
{S_LOGIN_REDIRECT}
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/login_forum.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 22
</dl>
<dl class="fields2">
<dt> </dt>
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" id="login" class="button1" value="{L_LOGIN}" tabindex="2" /></dd>
</dl>
#
#-----[ AFTER, ADD ]---------------------------------------------
#
{S_LOGIN_REDIRECT}