Changes to settings. Embiggen length of forum display, test out Djangobb sig limits.
This commit is contained in:
parent
be869dd7a2
commit
df773bb66e
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ DJANGOBB_GRAVATAR_SUPPORT = False
|
|||
DJANGOBB_DISPLAY_PROFILE_MENU_OPTIONS = False
|
||||
DJANGOBB_DISPLAY_AVATAR_OPTIONS = False
|
||||
DJANGOBB_DISPLAY_USERTITLE = 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
|
||||
|
||||
|
|
Reference in a new issue