FluxBB_by_Visman
FluxBB_by_Visman copied to clipboard
Changing subject length.
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
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
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.
The database has a VARCHAR(255) for this field. A maximum of 255 characters can be specified.