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
how can i change the 8000 character value from hardcoded into the database:
How to change the definition of the content column of qa_posts in the database?
?Also you will need to change the definition of the content column of qa_posts in the database to match
How to add a new field for asking questions?
In similar question when asking, is it possible to give more weight to a word when the question title is shorter
How to show related questions in sidebar ?
How change a sidebar in left?
How to change title of question pages?
How to show some recent questions is sidebar of other question pages?
How to Show a Specific List of Questions, divided into pages?
All categories
Q2A Core
(3,261)
Plugins
(358)
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?
8000
length
question
asked
Aug 29, 2011
in
Q2A Core
by
Aslan
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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?
Please
log in
or
register
to add a comment.