Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author strictly-software

    (@strictly-software)

    Try adding the numbers to your noise word list.

    Also the latest donate only version has an option to remove all HTML without removing the tags. Also has an option to set a minimum length of tag limit e.g 3 letters.

    However you can remove the tags easily with some SQL in your DB or using the post tags manager page.

    Thread Starter 3×7

    (@3x7)

    Sorry, it makes no sense adding all numbers from 0 to 10000 or even bigger number…

    Thanks anyway..

    Plugin Author strictly-software

    (@strictly-software)

    I cannot remember the regex but if you just put 0-9 in the noise words then any number would be a noise word so you wouldn’t need to list every number.

    Try just

    0,1,2,3,4,5,6,7,8,9

    See if that works.

    The problem is that some people E.G me (as I wrote this for myself) want numbers to appear in the tags e.g 1,000 Guineas etc. Therefore I changed it to allow for that.

    As no-one is making it worthwhile changing it e.g donations I am not bending over to write every new feature someone wants unless I need it or they are willing to pay for the work.

    Another thing you could do is just find the function that searches for numbers (as it’s in it’s own function) and comment it out or put a return statement right at the beginning of it. Then it won’t even search for them.

    That way you won’t get anything with numbers returned.

    Plugin Author strictly-software

    (@strictly-software)

    Sorry can I ask what version of the plugin you are using as unless you are using the paid for version there aren’t any regex in the plugin that match numbers as tags anyway.

    The discover content matches names that must start with a capital, acronyms like CIA or FBI and countries. Plus any stored tags you may already have.

    So unless you have the latest code which you shouldn’t unless you paid for it then it wouldn’t be matching numbers anyway.

    Not unless there a regex in the code I don’t know about but on checking I cannot see one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable numerical tags suggestion’ is closed to new replies.