Topic: punBB max post size change

It's a little, well, stupid that the admin CP doesn't support the change of the max post size (in KB). It's now at 64KB, and I think that's not enough (I heard some complaints from a user of mine). or is there any way to change that now?

2 (edited by Smartys 2005-06-14 17:20)

Re: punBB max post size change

Bekko! big_smile
It's in post.php I believe, go change it tongue

Edit: Yup

    else if (strlen($message) > 65535)
        $errors[] = $lang_post['Too long message'];

Re: punBB max post size change

Hey thx Smartys big_smile But I still stay with my point it should be in Admin CP / Options x(

Re: punBB max post size change

errrm, its at 64k for a reason, i'm pretty sure thats the size of the field in the database, 64k is massive anyway tongue

Re: punBB max post size change

You also have to make database changes, as Connor said
http://punbb.org/forums/viewtopic.php?id=5532