[SOLVED] Increase the number of topic characters
identicon
Alexander Liebrecht
DISCUSSION OF ORIGIN

Alexander Liebrecht Sunday 2nd April 2017, 01:45:55

solved Increase the number of topic characters

Hello Developers,

I wanted to know how to increase the number of possible characters in the Topic and the Markdown Editor. I had yesterday a page with privacy policy with more than 2000 words create what was then linked in the forum in navigation.

But unfortunately the system shows me that the text in the editor is too long.

How can I change the default values for the text length?

Thanks in advance.
Administrator locked the discussion.
DISCUSSION OF ORIGIN
Fred_f8768
Fred#f8768

Administrator

Fred_f8768

See their activity.

Fred#f8768 Sunday 2nd April 2017, 08:11:12

Hi **Alexender**,
To do this you need to modify the **add.php** file and search the function on

if(Util::isGETValidEntry('forum', 'topic'))

And search and modify the number lenght (4000):
HTMLForm::check('content', 1, 4000)

The same for **edit.php**, and search the function on
if(Util::isGETValidEntry('topic', 'topic') && (User::isWorker() || User::isAuthor($_GET['topic'])))

And search and modify the number lenght (4000):
HTMLForm::check('content', 1, 4000)
identicon
Alexander Liebrecht

Alexander Liebrecht Sunday 2nd April 2017, 10:13:08

 

Thank you, editing these two files has worked and so it should be suitable for me.
Suggested Topics View / Reply Forum
nounours started 🇫🇷 Mettre les deux éditeurs de texte dans ma langue 1.2K / 2 Bug reports
Cyrille BORNE started 🇫🇷 Erreur sur le flux RSS du forum 1.2K / 3 International Discussions
AlexanderLiebrecht started solved NoFollow for all external Links on Flatboard Forum 846 / 2 General Questions
kreativmind started solved Default Homepage 1.2K / 2 General Questions
Top