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 change max 8000 length in asking questions...

0 votes
I would like to have more characters in a question... where can I change this setting?
asked Aug 29, 2011 in Q2A Core by Aslan

1 Answer

+1 vote
 
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);
answered Aug 29, 2011 by NoahY
Thnx dude! Changed it to 9000.
And what is @define('QA_DB_MAX_META_CONTENT_LENGTH', 8000); for? Do we have to change this also?