Quote:
Originally Posted by joh on most of the forums that I visit, I do not need to enter my name and pass word. On my site, it seems each time i go to it i need to log in. what can I do so the site logs me in when i return? the same question for the admin cp. |
Style Manager -->> Edit templates -->> navigation / breadcrumbs -->> navbar
find Code:
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
change to Code:
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
red part being the updated code..
if this isn't what you ment then try clearing all your browser cookies.