FluxBB_by_Visman icon indicating copy to clipboard operation
FluxBB_by_Visman copied to clipboard

Changing subject length.

Open MickeyTTT opened this issue 1 year ago • 3 comments

Would like to change subject length.

I tried changing default 70 to 140 in edit.php and post.php. But subject length didn't change.

Using php 8.1

MickeyTTT avatar Oct 05 '23 22:10 MickeyTTT

https://github.com/MioVisman/FluxBB_by_Visman/blob/master/edit.php#L83 https://github.com/MioVisman/FluxBB_by_Visman/blob/master/edit.php#L295 https://github.com/MioVisman/FluxBB_by_Visman/blob/master/post.php#L95 https://github.com/MioVisman/FluxBB_by_Visman/blob/master/post.php#L711 https://github.com/MioVisman/FluxBB_by_Visman/blob/master/moderate.php#L243 https://github.com/MioVisman/FluxBB_by_Visman/blob/master/moderate.php#L294

MioVisman avatar Oct 06 '23 02:10 MioVisman

Thank you MioVismanm that was a major problem solved. At 300 the data base returned errors. 120 works now, just wondering what the max size is we can use?

Thanks.

MickeyTTT avatar Oct 07 '23 14:10 MickeyTTT

The database has a VARCHAR(255) for this field. A maximum of 255 characters can be specified.

MioVisman avatar Oct 07 '23 14:10 MioVisman