Here is one of the problems:
Code:
vBAjax_ATT.open('get', './autotagger_ajax.php?do=gettags&tags_remain='+ tags_remain + '&forumid=' + forumid + '&userid=' + userid + '&title=' + fetch_object('subjecttitle').value + '&prefix=' + fetch_object('prefixid')[fetch_object('prefixid').selectedIndex].text + '&existing=' + fetch_object('tag_add_input').value);
fetch_object('prefixid')
does not exist on peoples New Thread page if they do not use Prefixes. So once you fix that bug, and the cron bug not working for anyone, it should finally work!