Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
8.6k views
in Q2A Core by
I would like to have more characters in a question... where can I change this setting?

1 Answer

+9 votes
by
 
Best answer
It's hard-coded into the database, so you'll have to change the max length of ^posts.content

Then, edit qa-db-maxima.php:

@define('QA_DB_MAX_CONTENT_LENGTH', 8000);
by
Which table in the db do I find the ^posts.content?
by
I changed it to 20000, it does not work - long answers are truncated after saving.
by
thank's work fine
by
go to phpmyadmin annd varchar 8000
qa-post
anstractor
content
change 8000
...