Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [BryanL] Setting User defaults

Quote Reply
Re: [BryanL] Setting User defaults In reply to
The easiest thing to do would be to alter the user_signup.html template.

If you enter a hidden tag such as:

Code:
<input type=hidden name=user_default_reply_notify value=0>

Just make sure it's inside the <form> tags </form>.

then all new users will have that field set to no.

You can do the same with any other fields you wish to edit. (You can see a list of the columns in the User table by going to Tools -> Table Editor -> User).

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Setting User defaults BryanL 1766 Nov 2, 2001, 5:33 AM
Post Re: [BryanL] Setting User defaults
Jagerman 1684 Nov 3, 2001, 12:01 PM