Quote:
Originally Posted by sinaluna
I love this hack but the default is set to "do not save private messages". I want the default to remain "save" and just give users the option of not saving.
How can I do this?
Thanks!
|
Run this query:
[sql]ALTER TABLE p_user CHANGE savecopy savecopy TINYINT (1) UNSIGNED NOT NULL DEFAULT '1'[/sql]Replace [high]
p[/high] with your table prefix, if you're not using one completely remove [high]
p_[/high].
Should work (and yes, savecopy should be there twice)..