Hi, nice MOD
Would you consider changing the Auto-Tagging preferences so that the Auto-Tagger defaults to not auto-tagging every forum?
We have a lot of forums on our board and would rather focus auto-tagging on a couple of key forums that are directly related to the forum, rather than including all the other incidental chat / support forums.
I've hacked my copy of your code to change the excluded_forums to be interpreted as included_forums; forums are not auto-tagged by default, you have to list them in "excluded forums" to have the auto-tagger active in them.
In
functions_autotagger.php, edit line 163 to read
Code:
if (in_array($thread['forumid'], $excludedForums) && !in_array($thread['postuserid'], $excludedUsers))
i.e. remove the
! from
if (!in_array