![]() |
Automatic Tagging (Product)
Description
With vBulletin tags you can either set to require tags be completed or not. However requiring tags to be completed can easily result in low-quality tags that don't provide SEO value to your forum. With that in mind the thread title often provides better keywords than the tags that the user is forced to enter. What this modification does is: When a thread is started, has the user filled in tags? Yes: Then we do nothing. No: Then take the thread title, and strip out all words that would be invalid tags and are in the stop words list and use the remaining words as tags. Example User enters: * Thread title = We like the social group email mod * Thread tags = vBulletin records the new thread as: * Thread title = We like the social group email mod * Thread tags = email, group, social Which isn't an entirely bad set of tags and is better than none, and better than the user typing in gibberish (IMHO). History Based on Buro9's code at https://vborg.vbsupport.ru/showthread.php?t=179772 converted into a product for ease of updating vbulletin/plugin. I'll be adding some additional features at some point as well. |
Fantastic!! I can REALLY use this on two of my boards!
THANKS! |
installed
|
How is it different from this one : https://vborg.vbsupport.ru/showthread.php?t=179927
Will it do RSS Feeds? |
works great, installed
|
thank you so much :)
installed |
Hmmmm...nice but useless if Phalynx releases his new Version in the next Days including a Function to Tag all old Threads. ;)
https://vborg.vbsupport.ru/showthrea...64#post1562964 Is there allready a White & Blacklist in this Product? |
Quote:
|
very nice hack
|
Support UTF-8 exp: Trời thương --> change to Troi thuong ?
|
nice hack,
I want to group two word or three word EXP: This is a nice hack --> Tags: this is, a nice, hack Thanks |
Can you add tags from (message and title)
in the same time Quote:
|
I'm newbie, I really dont know clear, please post your full code for group 2 words or 3 words
Code:
EXP: This is a nice hack --> Tags: this is, a nice, hack |
Quote:
There should also be a way to detect phrases. |
While I'm liking this but Mr. Eyes's mod is more useful. Tagging of group words, adds tag even if author adds them. You would definitely need to add those features.
|
Yeah, im surprised to see this mod as there is already one out there, however thanks for sharing, ill see how you progress yours, and i might install it in the near future.
|
Quote:
|
Very nice and helpfullll,,,, Installed :)
|
how to stop tags for this kind of number:
23/5/2008 01/4/2007 and so on |
Quote:
|
thanks!
|
Perfect!!!!
|
I like this, but as others have mentioned, I hope you will consider the other important features.
|
just wondering: can i find some options into the ACP?
|
Quote:
Automatic Thread Tagger (Project Terminated) |
Hi to all,
If you use non-english stopwords probably you faced a problem with it.Because it uses default stopwords value for english language which is automatic tagging getting value from.This plug-in fix that problem.It searches badwords then automatic tagging is going to tag without badwords. :) |
And there is a fix for Tag Minimum Length...
Original line in the product is ; Code:
if(strlen($tagtext) > 3 && !in_array(strtolower($tagtext), $badwords)) Code:
if(strlen($tagtext) > $vbulletin->options['tagminlen'] && !in_array(strtolower($tagtext), $badwords)) So when you change the tag minimum length option in admincp , AT will work good. |
Thanks for this Mod.
|
Quote:
02/12/2007 and so on or replace the "/" in the tag to be "-" thanks |
Quote:
There are some arrangements. Now convert 02/12/2007 to 02-12-2007 Fixed : some stopwords and tag length problem when using ',' ' " ' in the thread title. |
when someone type the topic title between quotes it take it with the words
what i mean for example "topic title" so the tags become: "topic, title" can u make the tags: topic, title without the quotes sorry i'm bad in english :D |
Quote:
It would be nice if the product would automatically strip the tags of special characters other than letters and numbers. |
For some reason, it doesn't work when posting using the Zoints Anonymous Posting MOD.
|
is it possible to add a feature that specific characters be stripped from the tag when allowed?
ie. remove ! exclamation points, ? question marks and the like. |
Quote:
|
Thanks
installed |
Quote:
|
Do you work with the rss feed ??
|
You write in your orginal post:
Quote:
|
thanks a lot
|
All times are GMT. The time now is 06:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|