Main Stories
Slash Boxes

Slash Open Source Project

Slashcode Log In

Log In

[ Create a new account ]

Article Poll

Poll I found this article to be
Very Helpful
Helpful
Not Helpful
Not Very Helpful
[ Results | Polls ]
Comments:0 | Votes:0

Default Preferences?

posted by Krow on 07:26 AM May 20th, 2002   Printer-friendly   Email story
Is there a way to set the default preferences so they aply to each user when he/she creates an account?
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login
Loading... please wait.
  • I just go into the MySQL admin and make alterations, for ex:

    ALTER TABLE users_comments ALTER posttype SET DEFAULT "plaintext";

    Or you could manually edit the slashschema_create.sql file before install.