Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+5 votes
1.6k views
in Q2A Core by
Hi.... How can get more characters in post body. Now allowed only 8000 characters.

Thank

1 Answer

+10 votes
by
Add this line to qa-config.php, changing the value as appropriate:

define('QA_DB_MAX_CONTENT_LENGTH', 8000);

Also you will need to change the definition of the content column of qa_posts in the database to match.
...