Log in

View Full Version : 2 Questions for 3.6.5


captainron19
03-21-2007, 12:10 PM
Setting up a new board system this week and cant remember two things that I did on my original board.

1. I like to have the "remember Me" checked and i have it set to check as default on the login info at the top right of page.....where do i find the area I need to edit to have it checked when someone logs in vis the error page (say for instance if they try to post without being logged in, they are taken to a page to login)

2. How do I add custom fields to the profile that members can fill out during the registration process?

Thanks in advance

TheMilkCarton
03-21-2007, 01:57 PM
1. Navbar template: <input type="checkbox" name="cookieuser" value="1" checked="checked" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me] add the red. Nvm.. didn't read your 1st question fully.. :(

STANDARD_ERROR_LOGIN: <input type="checkbox" checked="checked" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" />$vbphrase[remember_me]</label>

2. In "User Profile Fields" in the AdminCP select whatever type of box, fill out the info, and in the "Field Required" section choose "No, but display at registration" (I'm assuming that's what you want since you said "can fill out" not "must fill out" :))

captainron19
03-21-2007, 01:59 PM
Got it - thanks