Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
Maximum length is 8000 characters
Minimum and maximum length of username ???
How-to change max 8000 length in asking questions...
How to define maximum tags in question?
Structure of URL Poor for Foreign Characters: Where is this set in the code to modify this?
How to restrict characters used for a username?
How to fix strange characters on urls?
Is there a way to set minimum username length ?
Are literally any characters allowed in a username?
Support for invalid characters in user name?
All categories
Q2A Core
(3,252)
Plugins
(356)
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
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Thank... It is work now.
?Also you will need to change the definition of the content column of qa_posts in the database to match
Please
log in
or
register
to add a comment.