Login     Sign up
makis (@makis)
115 months ago
806 Views

I was able to increase the limit for the status messages (mini-blog) through the site configuration in the admin panel but I would also like to increase the character limit for the responses to them.

Any ideas?

1 people followed this question
0

module jquery, function comment_publish. change 140 to the number you want

Jcow Master @falcone
115 months ago
@falcone I changed the file includes/libs/jquery.module.php on line 253 to a higher number, but it didn't have any effect.
115 months ago
@falcone Is that the right file to change?
115 months ago
@falcone "$_POST['message'] = utf8_substr($_POST['message'],140);"
115 months ago
@falcone yes, but also in common.inc.php -> function comment_form and function reply_form: the comment field has maxlength 140 there
115 months ago
@makis; see comment above this
115 months ago
@falcone That worked. Thank you!
115 months ago