Heisenberg submitted a new resource:
You must be registered for see links
- Auto Check Remember Me BoxvB Version: 3.8.x
STEP 1Open up your forum navbar template and find the following line of code:Step 2
Code:<input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />
Add the following code anywhere there:
Code:checked="checked"
Now your code should look something like the following:
Code:<label for="cb_cookieuser_navbar"><input type="checkbox"...
You must be registered for see links
Last edited: