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 can i change the 8000 character value from hardcoded into the database:

0 votes
how can i change the 8000 character value from hardcoded into the database. i search database for 8000 number by phpmyadmin but i can't find anything. how can i find it and change ? İ am not experienced about databases and sql...  

Thank You...
asked Nov 11, 2011 in Q2A Core by anonymous

1 Answer

0 votes
open the qa_posts table, click the Structure tab, find the "content" entry, click "Change", find "Length/Values" and see that it is at 8000.  Change that, click save.
answered Nov 11, 2011 by NoahY
Might need to change some bit in the code, I assume 8000 is in the check somewhere when you save a post.