perhaps you didn't set config statement correctly in config.php
if you just added the above statement you reduced it to 2000.
try changing comment length in dashboard in your forum -> floodcontrol
/index.php?p=/vanilla/settings/floodcontrol
if there is no line in $Configuration['Vanilla']['Comment']['MaxLength']
8000 is the default number of characters.
16000 is 16000 characters. = put the number of characters you want.
$Configuration['Vanilla']['Comment']['MaxLength'] = '16000';
@hgtonight said: Please try
$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';. This is a slight change.You, or I, can update the wiki if this is the case.
@hgtonight I think you should leave it as is with the wiki - it works fine when done properly.
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
Thank you guys. It seems to work after I removed the ini files and changed the permission on those folders.
cool.
@Arifman are you a moderator as well as admin? the plugin is for moderators.
for version vanilla 2.0.18.8 http://vanillaforums.org/discussion/comment/177120/#Comment_177120
does it get corrected with this change in conf/config.php
$Configuration['Garden']['RewriteUrls'] = FALSE;
I'm not familiar with php or others... I want to add a new badge. Something like comments but for discussions.
In the future i hope to write a book on
"how to write php code without knowing how to write php code in 1 minute a day".
I also plan to make free custom changes for everyone as well as writing a treatise on how to change code.
But this will all be in the future. :) I've got some other chores that I need to attend to, but perhaps in my lifetime I will get the book and treatise done.