File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 182182$ Configuration ['Vanilla ' ]['ActivityComment ' ]['SpamTime ' ] = '60 ' ;
183183$ Configuration ['Vanilla ' ]['ActivityComment ' ]['SpamLock ' ] = '120 ' ;
184184
185- // Should users be automatically pushed to the last comment they read in a discussion?
186- $ Configuration ['Vanilla ' ]['Comments ' ]['AutoOffset ' ] = false ;
185+ // Posting Settings:
186+ // Should users be automatically pushed to the last comment they read in a discussion?
187+ $ Configuration ['Vanilla ' ]['Comments ' ]['AutoOffset ' ] = false ;
188+ // Maximum number of characters allowed in a comment
189+ $ Configuration ['Vanilla ' ]['Comment ' ]['MaxLength ' ] = 16000 ;
190+ // Minimum comment length to discourage short comments
191+ $ Configuration ['Vanilla ' ]['Comment ' ]['MinLength ' ] = 2 ;
You can’t perform that action at this time.
0 commit comments