*

Dan Dan

  • ***
  • 40 posts
Increase the number of words
« on: October 01, 2021, 08:55:32 AM »
How can I increase the number of words for a new article?
Thanks

Marked as best answer by frosticek on October 03, 2021, 01:02:49 PM
*

MB Themes

Re: Increase the number of words
« Reply #1 on: October 01, 2021, 02:49:45 PM »
@Dan
You must go to database (_faq) tables and increase length of varchars.
Usually it is 5000 - 20000, you may want to try LONGTEXT or simply longer varchar, not sure what is better.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dan Dan

  • ***
  • 40 posts
Re: Increase the number of words
« Reply #2 on: October 02, 2021, 06:40:14 AM »
@Dan
You must go to database (_faq) tables and increase length of varchars.
Usually it is 5000 - 20000, you may want to try LONGTEXT or simply longer varchar, not sure what is better.

Thank you very much.
Solved!