"powered by question2answer"-How to modify the character size of Question2Answer posts



  "powered by question2answer"-How to modify the character size of Question2Answer posts

There are two methods, as follows:

1. Find the background database table qa_posts, and change the length of the modified field content from varchar(8000) to the length you want. If the length is still not enough, you can change the field type to mediumtext or longtext.


2. Find qa-include/qa-db-maxima.php and modify @define('QA_DB_MAX_CONTENT_LENGTH', 8000);


Source from:https://jasonchen050319.blogspot.com/2015/09/question2answer.html

Post a Comment

0 Comments