Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How to checnge Maximum length in characters

+3 votes
Hi.... How can get more characters in post body. Now allowed only 8000 characters.

Thank
asked Nov 5, 2010 in Q2A Core by minnkyaw

1 Answer

+6 votes
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.
answered Nov 5, 2010 by gidgreen