Quote:
Originally Posted by Jaxel
I'm having issues with the Replacement Characters System... I want to change "MITSU" into "MITSURUGI"... The problem is that the replacement system works with characters, not words. So yes, it will replace MITSU with MITSURUGI, the problem is that it will also replace MITSURUGI with MITSURUGIRUGI.
'mitsu'=>'mitsurugi'
I even tried a workaround by doing the following (which didnt work)...
'mitsurugi'=>'m2itsurugi'
'mitsu'=>'mitsurugi'
'm2itsurugi'=>'mitsurugi'
|
That is a problem I have also here. No solution at this moment, but it seems I have to redo the logic of the replacement filter.
Quote:
Originally Posted by Hamednet
dears
how do I disable auto tagged for less than 3 characters words ?
for Example :
thread title is : I find pic resize 2.1
auto tag creat : find, resize, 2.1, I, pic
I want disable all less than 3 characters word
|
Set the minimum length of the tags to 4. (It's a vBulletin setting)