MioVisman / FluxBB_by_Visman

My modification of FluxBB
GNU General Public License v2.0
78 stars 13 forks source link

Changing subject length. #34

Open MickeyTTT opened 11 months ago

MickeyTTT commented 11 months ago

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

MioVisman commented 11 months ago

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

MickeyTTT commented 11 months ago

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.

MioVisman commented 11 months ago

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