Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing subject length. #34

Open
MickeyTTT opened this issue Oct 5, 2023 · 3 comments
Open

Changing subject length. #34

MickeyTTT opened this issue Oct 5, 2023 · 3 comments

Comments

@MickeyTTT
Copy link

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
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants