##// END OF EJS Templates
Do not pass over perms variable manually to the post template. Fixed thread...
Do not pass over perms variable manually to the post template. Fixed thread diff using old method to check permissions

File last commit:

r1362:9b48eb30 default
r1390:1252678f default
Show More
default_settings.ini
34 lines | 653 B | text/x-ini | IniLexer
[Version]
Version = 2.10.0 BT
SiteName = Neboard DEV
[Cache]
# Timeout for caching, if cache is used
CacheTimeout = 600
[Forms]
# Max post length in characters
MaxTextLength = 30000
MaxFileSize = 8000000
LimitPostingSpeed = false
[Messages]
# Thread bumplimit
MaxPostsPerThread = 10
# Old posts will be archived or deleted if this value is reached
MaxThreadCount = 5
AnonymousMode = false
[View]
DefaultTheme = md
DefaultImageViewer = simple
LastRepliesCount = 3
ThreadsPerPage = 3
[Storage]
# Enable archiving threads instead of deletion when the thread limit is reached
ArchiveThreads = true
[External]
# Thread update
WebsocketsEnabled = false