Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ericribellarsi Friend
    #179328

    Is there a way that we can remove the maximum character limit from the spam filter of JA Comments? 9999 is not enough. If we could double that it would probably be fine. Is there any way?

    Stork11 Friend
    #461846

    <em>@ericribellarsi 331243 wrote:</em><blockquote>Is there a way that we can remove the maximum character limit from the spam filter of JA Comments? 9999 is not enough. If we could double that it would probably be fine. Is there any way?</blockquote>
    Hello ericribellarsi,

    As of now, JA Comment doesn’t support to remove maximum character limit from spam filter. You can input a number larger than 9999 for your purpose.

    Regards.

    ericribellarsi Friend
    #461963

    Thanks Stork11, but it seems that the field will only accept 4 characters? How do we enter a larger number?

    Stork11 Friend
    #462017

    <em>@ericribellarsi 331432 wrote:</em><blockquote>Thanks Stork11, but it seems that the field will only accept 4 characters? How do we enter a larger number?</blockquote>
    Hello ericribellarsi,

    You can delete ‘maxlength=”4″‘ attribute of below input element in “administratorcomponentscom_jacommentviewsconfigstmplspamfilters.php”. Then you can input a large number there.
    [PHP]<input type=”text” onkeypress=”return isNumberKey(event, this)” onkeyup=”checkValidKey(this.value,’max_length’)” maxlength=”4″ name=”spamfilters[max_length]” value=”<?php echo $this->params->get(‘max_length’, 300);?>” id=”max_length” size=”3″ onchange=”checkNumberCharacter(‘max’, this)”/>[/PHP]

    Best regards.

    ericribellarsi Friend
    #462061

    Perfect, thanks Stork11 😀

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  ericribellarsi 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum