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
I think that i have found a solution i'm gonna give it to you, but i need you to test it for me. Here is the RegExp for Turkish Language. This is that you have to replace in the xml product, and also you should change your encoding to ISO 8859-9
Code:
(/[^A-Z^a-z^0-9^şŞıİ??????Ğğ\s]+/gi,"")
or
Code:
(/[^A-Za-z 0-9_\\0000-\\00FF]+/gi,"")
test the uploaded file for Turkish and let me know.
EDIT: please re-download new file, test it and let me know