This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
s2forums/djangobb_forum/scratchr2_settings.py

32 lines
1.7 KiB
Python
Raw Normal View History

#DjangoBB Forum Settings
# Described here: https://bitbucket.org/slav0nic/djangobb/src/a4c0272533a9/djangobb_forum/settings.py
DJANGOBB_FORUM_BASE_TITLE = 'Discuss Scratch'
DJANGOBB_PM_SUPPORT = False
DJANGOBB_HEADER = 'Discuss Scratch'
DJANGOBB_TAGLINE = ''
DJANGOBB_REPUTATION_SUPPORT = False
DJANGOBB_ATTACHMENT_SUPPORT = False
DJANGOBB_GRAVATAR_SUPPORT = False
DJANGOBB_DISPLAY_PROFILE_MENU_OPTIONS = False
DJANGOBB_DISPLAY_AVATAR_OPTIONS = False
DJANGOBB_DISPLAY_USERTITLE = False
2012-11-19 11:55:36 -05:00
# The value is the topic id where deleted posts should be sent
2012-12-10 11:07:15 -05:00
DJANGOBB_SOFT_DELETE_POSTS = 412
2012-11-19 11:55:36 -05:00
# The value is the forum id where deleted topics should be sent
DJANGOBB_SOFT_DELETE_TOPICS = 2
2012-10-23 06:27:26 -04:00
DJANGOBB_ALLOW_POLLS = False
2012-12-10 11:07:15 -05:00
DJANGOBB_POST_FLOOD = True
DJANGOBB_POST_FLOOD_SLOW = 600
2012-12-10 11:07:15 -05:00
DJANGOBB_POST_FLOOD_MED = 60
2013-01-17 22:09:37 -05:00
DJANGOBB_TOPIC_CLOSE_DELAY = 24 * 60 * 60
2013-02-19 15:15:06 -05:00
DJANGOBB_POST_DELETE_DELAY = 24 * 60 * 60
DJANGOBB_TOPIC_PAGE_SIZE = 20
2012-12-04 18:59:47 -05:00
DJANGOBB_FORUM_PAGE_SIZE = 25
DJANGOBB_SIGNATURE_MAX_LINES = 10
DJANGOBB_SIGNATURE_MAX_LENGTH = 2000
DJANGOBB_AUTHORITY_SUPPORT = False
DJANGOBB_DEFAULT_TIME_ZONE = 0
2014-02-16 17:01:07 -05:00
DJANGOBB_IMAGE_HOST_WHITELIST = r'(?:(?:tinypic|photobucket|cubeupload)\.com|imageshack\.(?:com|us)|modshare\.tk|(?:scratchr|wikipedia|wikimedia|modshare\.futuresight)\.org|\.edu|scratch-dach\.info)$'
2013-01-24 20:26:01 +00:00
DJANGOBB_LANGUAGE_FILTER = r'(?i)\b(fugly|(\w*?)fuck(\w*?)|f(u|v|\*)?c?k(ing?)?|(\w*?)sh(i|1|l)t(\w*?)|cr(a|@|\*)p(per|ped|y)?|(bad|dumb|jack)?(a|@)ss(h(o|0)le|wipe)?|(bad|dumb|jack)?(a|@)rse(h(o|0)le|wipe)?|bastard|b(i|1|l|\*)?t?ch(e?s)?|cunt|cum|(god?)?dam(n|m)(it)?|douche(\w*?)|(new)?fag(got|gat)?|frig(gen|gin|ging)?|omfg|piss(\w*?)|porn|rape|retard|sex|s e x|shat|slut|tit|wh(o|0)re(\w*?)|wt(f|fh|h))(s|ed)?\b'