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

29 lines
1.1 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 = 'Scratch Forums'
DJANGOBB_PM_SUPPORT = False
DJANGOBB_HEADER = 'Scratch Forums'
DJANGOBB_TAGLINE = ''
DJANGOBB_LOFI_SUPPORT = False
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 = 120
2012-12-10 11:07:15 -05:00
DJANGOBB_POST_FLOOD_MED = 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
2012-12-05 21:24:42 -05:00
DJANGOBB_IMAGE_HOST_WHITELIST = r'(?:(?:tinypic|photobucket)\.com|imageshack\.us|modshare\.tk|(?:scratchr|wikipedia|wikimedia|modshare)\.org|\.edu)$'