UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Minimum post length for answers.

Sabih · ·
5:57 AM Monday, 04 January 2016
None
I edited this thread because I already found the solution on my own. For anyone who is interested in the same thing, go to "components/com_easydiscuss/views/post/view.ajax.php in line 979

change this:

if( empty( $post[ 'dc_reply_content' ] ) )


to this:

if( strlen( $post[ 'dc_reply_content' ] ) < 120 )


In this case the minimum characters per answer is 120.
The replies under this section are restricted to logged in users or users with an active subscription with us