Change login length for forums
index.template.php
<select name=”cookielength”>
<option value=”60″ selected=”selected”>’, $txt['one_hour'], ‘</option>
<option value=”1440″>’, $txt['one_day'], ‘</option>
<option value=”10080″>’, $txt['one_week'], ‘</option>
<option value=”43200″>’, $txt['one_month'], ‘</option>
<option value=”-1″>’, $txt['forever'], ‘</option>
Advertisement
