Login     Sign up
makis (@makis)
109 months ago
737 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
109 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.
109 months ago
@falcone Is that the right file to change?
109 months ago
@falcone "$_POST['message'] = utf8_substr($_POST['message'],140);"
109 months ago
@falcone yes, but also in common.inc.php -> function comment_form and function reply_form: the comment field has maxlength 140 there
109 months ago
@makis; see comment above this
109 months ago
@falcone That worked. Thank you!
109 months ago