Version: 2.0.1, by testbot
Developer Last Online: Nov 2018
Category: New Posting Features -
Version: 4.1.0
Rating:
Released: 02-09-2010
Last Update: 02-18-2011
Installs: 325
Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage
No support by the author.
*Please mark installed, rate, and nominate!*
AMP Quick Auto Tagger (Online tested on 4.01 and 4.1.2)
New in version 2.0.1!
The ability to remove all numbers
The ability to add other languages (this has not been tested very well because I am not bi-lingual)
CRON JOB TO ADD TAGS TO ALL THREADS OR PAST THREADS!
Automatically removes the default VB Badword tags and bad search tags (Remember to remove the default example keywords after installation).
Added Goodwods - These words are added to every tag during post and cron.
Description
After a user types a title this modification will automatically take keywords from the thread title and add them as tags with no database queries or modifications
This is designed to be faster due to it's simplicity. It takes the title, runs it against the badword filter, cleans it up using regex and then adds it to the tag field instantly. The user has the option to add or remove tags before they submit the thread.
Installation / Upgrade
IF UPDATING REMOVE PREVIOUS VERSION FIRST. If you have a large number of "Bad Words" save them before uninstalling.
Download and extract AMP Auto Tagger_2.0.1.zip
Upload all files in UPLOAD folder to the root of the forum
Import the product product-amp_tagger_2.0.1.xml
Enable and configure AdminCP>Options>AMP Auto Tagger
To Do (Future Releases)
[S]Make better regex. (DONE!) Create Cron Job. (DONE!)[/S]
Add better support for multi-language.
Tip
Don't add two letter words to the badword filter. The auto tagger already limits the tags to three characters or more. Not only is it pointless but I also get strange results when having only two letter words.
If you enable 'CRON: Purge ALL Tags' only enable it once, run the scheduled task/cron and then disable it. Otherwise, it will delete and readd all tags every time the cron runs and your forum will take a performance hit.
Version History
1.0.0 (02/09/2010) - First Release
1.0.1 (02/10/2010) - Fix IE Bug
2.0.0 (02/17/2011) - Added Cron to tag old threads, updated regex, added goodwords, updated option settings to remove numbers and add languages.
2.0.1 (02/18/2010) - Fixed vbflush in cron and admincp badwords
Great mod, installed on both my sites, looking forward to those updates!! Nominated! The only Problem I can see, like for istance, a three letter word, if not in the list! How will members get around that if they need "lets" in their title and its not in the list??
Great mod, installed on both my sites, looking forward to those updates!! Nominated! The only Problem I can see, like for istance, a three letter word, if not in the list! How will members get around that if they need "lets" in their title and its not in the list??
the title isn't effected at all. you can type anything you want really. basically it's like taking the title, copying it to the tag list and then filter out the badwords from the tagbox.
Quote:
Originally Posted by Arsh
How come I'm getting this error in mail? Is it related to this hack?
PHP Code:
Invalid SQL:
SELECT
count(*) as maxre
FROM vb_tagthread
GROUP BY tagid
ORDER BY maxre DESC
LIMIT 0,1;
MySQL Error : Table 'xxxxxx.vb_tagthread' doesn't exist
not at all. this add-on uses only javascript and doesn't make any database changes. when do you get that error? did you have another tag mod installed that made database changes?
Quote:
Originally Posted by oddmud
It works, I need a larger list of words not to use I guess. It's pretty simple.
I would like someone to make a tagger where we can set the tags we want, that works.
what do you mean, you would like to have a list of words that are added to every thread?
or a list of words that if the title matches it adds them to the tag box?