Quote:
Originally Posted by djbaxter
That's my question: How does this add-on determine which tags to add?
|
It adds any word from the title that is greater than 3 characters. You can change this limit by going to
AdminCP>Plugins & Products>Plugin Manager>
And under
Product : Auto Fill Tag Field
The first module will be
[Auto Fill Tag Field] ajax_start
click edit
------------------------------
To change limit find the following
Code:
if(strlen($tag)<3) unset($tags[$key]);
Change the 3 to what ever you'd like. Right now its set for "Add tags that are greater than 3 characters"