summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-12 10:58:45 +0200
committerYorhel <git@yorhel.nl>2019-09-12 10:58:45 +0200
commitf6851137f4a6f1f9feba51ec5473e743d64a58b2 (patch)
treef9cddfc402ebdcf0befa5777fec5d276f590f7ed /data
parent08aab1b868280b295150734cdf3841d60b815f96 (diff)
VNDB::Types: Convert discussion_boards to %BOARD_TYPE
Diffstat (limited to 'data')
-rw-r--r--data/global.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/global.pl b/data/global.pl
index 2083c5a1..311789d0 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -48,18 +48,6 @@ our %S;
permissions => {qw| board 1 boardmod 2 edit 4 tag 16 dbmod 32 tagmod 64 usermod 128 |},
default_perm => 1+4+16, # Keep synchronised with the default value of users.perm
default_tags_cat=> 'cont,tech',
- # Some discussion board properties are hardcoded, e.g.:
- # - number of rows to show on /t
- # - whether it needs mod access
- # - whether it needs to be linked to a DB item.
- discussion_boards => ordhash(
- an => 'Announcements',
- db => 'VNDB discussions',
- ge => 'General discussions',
- v => 'Visual novels',
- p => 'Producers',
- u => 'Users',
- ),
board_edit_time => 7*24*3600,
age_ratings => [-1, 0, 6..18],
release_types => [qw|complete partial trial|],