• Resolved AHaskell5

    (@ahaskell5)


    When I try to set a keyword for a post the minimum character count seems to be three characters, I need it to be two. Is there a way to override this? If there is, I don’t see it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Internal Links

    (@internallinkjuicer)

    Hello @ahaskell5

    thanks for your feedback. That is correct – we restricted the input of keywords for a minimum of 3 characters.

    I will fix this within the release of the next version.

    In the meantime you can edit the corresponding file of the plugin for yourself:
    Open the file “[…]/wp-content/plugins/internal-links/admin/js/ilj_editor.js” and edit line 246

    from

    var min_length = 3;

    to

    var min_length = 2;

    And do not forget to empty your browsers cache when reloading. Let me know if you have any further problems.

    Thread Starter AHaskell5

    (@ahaskell5)

    Worked beautifully, thanks a bunch!

    Plugin Contributor Internal Links

    (@internallinkjuicer)

    You’re welcome ??

    And thanks for giving us a rating!

    Have fun with Internal Link Juicer and get back in touch with us in future if you have any problems or in case you are missing any feature.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Invalid Character Count’ is closed to new replies.