Forum breadcrumbs – You are here:Asgaros Support ForumSupportSubject length
Please or Register to create posts and topics.

Subject length

Hello!

is it possible to increase the character limit from 256 to 1000 for “Subject”?

step 1

/views/forum-editor.php

<input class="editor-subject-input" type="text" id="subject" maxlength="1000" name="subject" value="<?php echo esc_html(stripslashes($subject)); ?>">

step 2

database wp_forum_topics -> name -> VARCHAR -> 1000

Asgaros has reacted to this post.
Asgaros