Ability to disable certain superfluous fields. ("Forced anonymous")

This commit is contained in:
Savetheinternet 2011-11-23 21:24:06 +11:00
parent cc8d465297
commit a83d584255
3 changed files with 26 additions and 6 deletions

View file

@ -321,6 +321,16 @@
// Optional spoiler images
$config['spoiler_images'] = false;
// With the following, you can disable certain superfluous fields or enable "forced anonymous".
// When true, all names will be set to $config['anonymous'].
$config['field_disable_name'] = false;
// When true, no email will be able to be set.
$config['field_disable_email'] = false;
// When true, a blank password will be used for files (not usable for deletion).
$config['field_disable_password'] = false;
/*
* ====================
* Image settings