Quote:
Originally Posted by bashy
Ok...I have filled in my database information...
I am a little lost as to what happens next..
It says sommat about keywords and forum ID but i dont see anything in the files to sort out..
Can you explain this a little further and what happens once the files are configured correctly please? 
|
say , i see you have a tutoria forum in your forums, forum id is 113, you want to this tools tag all the thread that replycount>10 , views > 300 with 'tutorials' keyword'
you have to edit function autotaglist(), add
'113' => array('tutorials'),
to $fields arrary .
then run command 'php auto_tag.php'