PDA

View Full Version : Users Being Logged Off


sheyworth
04-18-2013, 01:21 AM
Hello, my name is Dave and I run CenterStageSports.

What keeps happening on my site is that users are being logged off in the middle of their browsing. Some people are clicking a board to go post in and they get logged off, and some cant even log in. While on the other hand, some are having no problems with this and are not being logged off. Do you guys have any idea why my users keep getting logged off my forum? Id really appreciate the help.

ForceHSS
04-18-2013, 02:20 AM
in your header template find

<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>
and change it to
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked=checked" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>
do this for all styles being used