#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 # The value is the topic id where deleted posts should be sent DJANGOBB_SOFT_DELETE_POSTS = 324 # The value is the forum id where deleted topics should be sent DJANGOBB_SOFT_DELETE_TOPICS = 2 DJANGOBB_ALLOW_POLLS = False DJANGOBB_TOPIC_PAGE_SIZE = 20 DKANGOBB_FORUM_PAGE_SIZE = 25 DJANGOBB_SIGNATURE_MAX_LINES = 10 DJANGOBB_SIGNATURE_MAX_LENGTH = 2000 DJANGOBB_AUTHORITY_SUPPORT = False