PDA

View Full Version : New Posting Features - Automatic Thread Tagger From Post Content and Title


Pages : 1 [2]

NLP-er
09-22-2009, 12:57 AM
how do i delete the tags?

this seems to have just created hundreds and hundreds of totally nonsense tags .

the options menu item doesn't show anything in the backend either

How do i remove all the tags it has created?

This mod creates only tags which you approve - manually or setting quarantine time. So you have only what you approved :)

Please read configuration options descriptions carefully and set mod to work as you want it to work. You can easily configure it to not create any new tags and only associate already existing with new posts. Also read mod description where you have noted which vB native options are respected by this mod :)

You can delete tags by Admin CP, or by SQL. In 2nd case you can use query like this (I didn't check it so do corrections yourself if there is some typo or syntax issue):

DELETE tag FROM tag INNER JOIN tag_proposition WHERE tag_proposition.status=4 and tag_proposition.tagtext=tag.tagtext


This will remove only tags which was made automatically after quarantine (status = 4). If you want to remove also propositions (will be proposed again if occurs in new posts), then execute this query:

DELETE tag, tag_proposition FROM tag INNER JOIN tag_proposition WHERE tag_proposition.status=4 and tag_proposition.tagtext=tag.tagtext


Note that it is wise to clear all tags associations after that and generate it again (see mod options). And it it even wiser to close forum for minute, clear all associations, delete automatically created tags, generate association again and turn forum on :)

turbosatan
09-22-2009, 07:28 AM
This mod creates only tags which you approve - manually or setting quarantine time. So you have only what you approved :)



i just clicked on the tag all previous threads one to tag all the previous threads but clearly there is a lot more sertup to do first.

Update

I have run both sql queries and it says rows affected = 0 on both of them

You mention that tags can be removed in admin cp. Where?

The options menu in the thread tagger doesnt seemn to work at all it is just blank on my install

NLP-er
09-22-2009, 07:20 PM
i just clicked on the tag all previous threads one to tag all the previous threads but clearly there is a lot more sertup to do first.

Update

I have run both sql queries and it says rows affected = 0 on both of them

You mention that tags can be removed in admin cp. Where?

The options menu in the thread tagger doesnt seemn to work at all it is just blank on my install

You wrote that my mod creates you lot of new tags - and now you are writing that no tag was created by this mod. I think that you mislead tag with tag association. You can clear all associations easily by mod in Admin CP. Note that it will not remove any tag, but no tag will be associated to any thread anymore. You can then set max tags limit for thread and after that generate associations by mod :)

turbosatan
09-22-2009, 09:16 PM
You wrote that my mod creates you lot of new tags - and now you are writing that no tag was created by this mod. I think that you mislead tag with tag association. You can clear all associations easily by mod in Admin CP. Note that it will not remove any tag, but no tag will be associated to any thread anymore. You can then set max tags limit for thread and after that generate associations by mod :)

no what i said was it has created a lot of tags and that the sql queries you gave me to remove the tags affected 0 rows

that is different to not creating any tags.

i have turned tags off in my forum for now as there are currently 201 Pages in teh tags list which mostly consist of thigns like 001 and 888 and 1yr etc etc

i want to remove the tags which this mod has created. how do i do that???

Edit just to be clear i do not mean tag associations or any other feature in the mod i just mean how to get rid of tags because there is no delet all button or way of cliking all the tickboxes at once and im not about to sit there through 2 jhundred pages clicking one at a time

http://www.thetattooforum.com/untitled.bmp

NLP-er
09-23-2009, 10:40 AM
no what i said was it has created a lot of tags and that the sql queries you gave me to remove the tags affected 0 rows

that is different to not creating any tags.

You are right :) Sorry for confusion - at the end I mislead what you was writing about ;)

Ok - I'm investigating this. I will send another message in a minutes :)

NLP-er
09-23-2009, 10:46 AM
I just looked in the code and now I'm sure that I didn't miss to set status code for tag_propositions. So now I need 2 information from you:

1. Please give me result of this query:

SELECT count(*) FROM tag_proposition WHERE status=4


2. Please tell me are you using some other tagging mod?

EDIT:
Also I made tests on my test board and everything is ok - also SQL which I gave you works fine.
I'm still waiting for your answers, but at this particular moment I can tell that those tags which you have created are not created by my mod :)

turbosatan
09-23-2009, 01:50 PM
Execute SQL Query

Query
SELECT count(*) FROM tag_proposition WHERE status=4

Results: 1 (0.0003s), Page 1 of 1
count(*)
0

i did use an automatic thread tagger about 1 year ago when first one was released but i could not get it to work properly so i scrapped it and did nto use it.

it may have been that that other mod created the tags and then your mod applied them to all of the threads. i guess that is possible.

the issue i have is that i want to get rid of all the tags and start again from scratch now

Your mod did process a lot of threads when i first click on the add tags to all threads option in admin cp

EDIT:- i foudn the answer here http://www.vbulletin.com/forum/showthread.php?t=317440

to delete all tags

TRUNCATE TABLE tag
TRUNCATE TABLE tagthread

NLP-er
09-23-2009, 02:22 PM
Execute SQL Query

Query
SELECT count(*) FROM tag_proposition WHERE status=4

Results: 1 (0.0003s), Page 1 of 1
count(*)
0

i did use an automatic thread tagger about 1 year ago when first one was released but i could not get it to work properly so i scrapped it and did nto use it.

it may have been that that other mod created the tags and then your mod applied them to all of the threads. i guess that is possible.

the issue i have is that i want to get rid of all the tags and start again from scratch now

Your mod did process a lot of threads when i first click on the add tags to all threads option in admin cp

EDIT:- i foudn the answer here http://www.vbulletin.com/forum/showthread.php?t=317440

to delete all tags

TRUNCATE TABLE tag
TRUNCATE TABLE tagthread

Man - this mod have no 1 year yet. You wrote that this mod made you lot of tags - it is not this mod. You are writing on wrong thread.

Also - those 2 queries will remove all tags and tags associations you have - also those tags which you made manually.

Please go to author of mod which made this mess in your tags and ask him does he marks tags added automatically - this way you will be able to remove only garbage tags by appropriate condition in WHERE clause.

Also - 2nd query is not needed - my mod gives you possibility to clear all tags associations and it makes it nicely, because it made cleaning after that using vb function (note that tags association are cached in thread table).

turbosatan
09-23-2009, 03:17 PM
i really wish you understood me a little better.

Can we get vborg to install the enterprise translator maybe??

so about 1 year ago i installed a plugin to try and auto tag my threads. it caused errors with other plugins so i turned it off.

That plugin must have made the tags which we saw in my screenshot earlier.

Your Plugin which i installed days ago applied hundreds of nonsense tags to all of my threads. i do not know if the tags which it applied to the threads were from your mod or the previous one but the actual tags themselves were added to the threads by your mod.

thats it end of story.

i have used the truncate sql above to remove all the tags from the tags fields and then tried again from scratch to use your mod.

this time it seems to have done some pretty good tags. although it does still have a load which are not really applicable so it looks like i will need to just add the tags i want manually after all.

NEW PROBLEM
none of the tag clouds work as this mod puts all the tags into a different database table.

Any way to fix that?

NLP-er
09-23-2009, 06:37 PM
i really wish you understood me a little better.

Can we get vborg to install the enterprise translator maybe??

so about 1 year ago i installed a plugin to try and auto tag my threads. it caused errors with other plugins so i turned it off.

That plugin must have made the tags which we saw in my screenshot earlier.

Your Plugin which i installed days ago applied hundreds of nonsense tags to all of my threads. i do not know if the tags which it applied to the threads were from your mod or the previous one but the actual tags themselves were added to the threads by your mod.

thats it end of story.

i have used the truncate sql above to remove all the tags from the tags fields and then tried again from scratch to use your mod.

this time it seems to have done some pretty good tags. although it does still have a load which are not really applicable so it looks like i will need to just add the tags i want manually after all.

NEW PROBLEM
none of the tag clouds work as this mod puts all the tags into a different database table.

Any way to fix that?

Mod is working fine :) Just like it is designed - applies existing tags to threads which have this tag word in content or title. You wrote that mod is assigning nonsense tags to threads. You want to tell me that you have nonsense content in your threads?...

My mod applies only tags which you already have created. Garbage in - garbage out. You had garbage tags, so garbage tags was assigned to threads. And was assigned in appropriate places - it means in threads which are using tag words. It is clearly described in mod description that mod is adding existing tags to threads according to its content and title. So why did you expect it will not do this?...

About new problem - what table are you writing about? Mod handles tags in default vB tables (tag and tagthread) - maybe you have some problems with prefixes, but it shouldn't happen, cause variable for prefixes is used in SQL queries.

Also please read mod description cause I have a thought that perhaps you still don't understood how this mod is working.

TsirhCitna
09-23-2009, 07:53 PM
Just installed this, doesn't seem to add new tags for me when new topics or replies are made.

NLP-er
09-23-2009, 09:49 PM
Just installed this, doesn't seem to add new tags for me when new topics or replies are made.

Please read mod description to learn how this mod works. Also note that this mod respects vB settings for max tags per thread.

This mod will not create new tags (it will only when you configure it to do so and also in this case after quarantine time) - it will associate only existing tags to appropriate threads (according to thread title and content).

TheInsaneManiac
09-24-2009, 04:23 AM
Does this only add tags that already exist?

MissKalunji
09-24-2009, 12:35 PM
You have the options to enable this or not

NLP-er
09-24-2009, 01:27 PM
Does this only add tags that already exist?

Once again - please read mod description it is clearly written how this mod works and examples are used there :)

NLP-er
09-24-2009, 01:28 PM
You have the options to enable this or not

Enable what or not?

TheInsaneManiac
09-25-2009, 11:16 AM
Once again - please read mod description it is clearly written how this mod works and examples are used there :)

The way you phrased things confuses me? A simple yes or no would have worked.

dwkmi
09-26-2009, 02:23 PM
Anyway to see words that were disapproved? I disapproved about 15 by accident - forgot to change the dropdown.

cobaku
09-26-2009, 05:42 PM
how can i add these autotags words as
metatag keywords

i tried but i could not.

actually a description from most matching thread (pull from its title) would also help

i dont know why i am this much smart today :)

matrex722
09-26-2009, 09:15 PM
my forum Version 3.8.4

when im trying to add new thread i got a php 500 internal server error

but when i reafresh the window i see thread added

when i removed this mod the problem is gone !!!

so what is the wrong with it ?

cobaku
09-27-2009, 03:16 AM
you have to give php more memory or lower the limit of 250 at options.

dwkmi
09-29-2009, 03:02 AM
Is there a place to view the disapproved words?

I forgot to change the dropdown to approve, and disapproved about 15 by accident.

NLP-er
09-29-2009, 07:48 AM
The way you phrased things confuses me? A simple yes or no would have worked.

A simple reading of mod description would have worked too, also it would save time - my and yours :)

Your question is already answered - read it if you like to know this :)

NLP-er
09-29-2009, 07:53 AM
Anyway to see words that were disapproved? I disapproved about 15 by accident - forgot to change the dropdown.

If you disapproved something by accident, then just create new tags manually for those words (mod will automatically assign it to appropriate threads at night).

If you not remember those then this query list you all disapproved words:

SELECT * FROM tag_proposition WHERE status=1

NLP-er
09-29-2009, 07:57 AM
how can i add these autotags words as
metatag keywords

i tried but i could not.

actually a description from most matching thread (pull from its title) would also help

i dont know why i am this much smart today :)

This is part of my headinclude template:

<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />

NLP-er
09-29-2009, 08:02 AM
my forum Version 3.8.4

when im trying to add new thread i got a php 500 internal server error

but when i reafresh the window i see thread added

when i removed this mod the problem is gone !!!

so what is the wrong with it ?

Please note that tags adding by Admin CP is native vB functionality and this mod does nothing in this area. So I have no idea why this happens on your board. I'm working on 3.8.2 so I cannot reproduce it. If you want me to check it please PM me access details to your forum or set up test forum where it happens :)

dibbz
10-10-2009, 05:01 AM
my forum Version 3.8.4
when im trying to add new thread i got a php 500 internal server error
but when i reafresh the window i see thread added
when i removed this mod the problem is gone !!!
so what is the wrong with it ?

If you run php4 then you wont have the str_split function used on line 25 of includes/functions_autotaggerfromcontentandtitle.php.

You can add this to the top of that file to remove the error on posting. http://www.php.net/manual/en/function.str-split.php#83977

NLP-er
10-10-2009, 03:44 PM
If you run php4 then you wont have the str_split function used on line 25 of includes/functions_autotaggerfromcontentandtitle.php.

You can add this to the top of that file to remove the error on posting. http://www.php.net/manual/en/function.str-split.php#83977

4.1.3 RELEASED

Small fix for php4 users. Do not need to update if you have working version.

Also - thanks for hint :):up:

Mobo
10-12-2009, 03:33 PM
When you first install this mod, does it automatically start tagging all the threads on your site? I ask because, just a few minutes after installing this, my site started having problems loading. Forum pages are hit or miss and the Admin area will not open at all.

MissKalunji
10-12-2009, 03:55 PM
No you will have to edit the admincp first to enable it

MissKalunji
10-12-2009, 03:58 PM
read this just in case : https://vborg.vbsupport.ru/showpost.php?p=1866410&postcount=174

Mobo
10-12-2009, 04:17 PM
Okay, I did edit some settings for it in admincp before the site went down. I read your linked post, but I can not get into my adminCP any longer uninstall this product.

MissKalunji
10-12-2009, 04:24 PM
IF you think the product is causing it

you can disable ALL plugins on your site by editing config.php

and add this FIRST FIRST line :

define('DISABLE_HOOKS', true);

It could also be that you've set to tag ALL the other threads, instead of NEW...i didn't turn that on because some tags were added for no reason in the past. If you have a lot of thread it could have caused a server load

Mobo
10-12-2009, 04:30 PM
Well, the site is working again now. I tried following the steps listed in that post, but when I pointed the browser to the tolls.php file, it said it could not find it. I removed the file from my server and every thing seems to be working now. Not even sure if any of this stuff is related :(

Mobo
10-12-2009, 04:39 PM
I'm now unable to save any changes in the adminCP at all now... not even stuff unrelated to the tagger mod.

MissKalunji
10-12-2009, 04:47 PM
Uhm

So you have this mod uninstalled?

Mobo
10-12-2009, 04:50 PM
No, I was able to disable it. I tried uninstalling it, but it would not. I get this error when I try to uninstall it... or even try to search for a user...

The connection was reset



The connection to the server was reset while the page was loading.


* The site could be temporarily unavailable or too busy. Try again in a few
moments.

* If you are unable to load any pages, check your computer's network
connection.

* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.

MissKalunji
10-12-2009, 05:42 PM
Sounds like it's your server you're on a shared hosting?

Mobo
10-12-2009, 05:46 PM
Yes, I'm on shared hosting. It's all working again now. Maybe tonight I'll re-enable this mod when I have time to mess with it if things go funky again.

Thanks for the help!

MissKalunji
10-12-2009, 06:17 PM
make sure you disable the the tagging of old threads

Only for NEW thread

Trixi.com
10-13-2009, 09:42 AM
I installed it, but in the Control panel it looks like this...HELP please

EDIT: Fixes...I had another Thread Tagger installed, disabled it, but the problems was still there - then I uninstalled...working now...

Tx

cobaku
10-14-2009, 10:18 AM
how can i disable tagging of all numbers

like 735 846 etc

and also in url like www , blast.jpg (blast), domainname

and html code or bbcode like center url

Ignored words for tags propositions 1*,2*,3*,4*,5*,6*,7*,8*,9*,0*, www

seems to be not working
do i need to delete and recrate all my tags for it

BucWiLd
10-14-2009, 11:11 AM
thank you, installed

MissKalunji
10-14-2009, 11:31 AM
how can i disable tagging of all numbers

like 735 846 etc

and also in url like www , blast.jpg (blast), domainname

and html code or bbcode like center url


Ignored words for tags propositions 1*,2*,3*,4*,5*,6*,7*,8*,9*,0*, www

seems to be not working
do i need to delete and recrate all my tags for it

you can also delete the tags. Got o your list of tags in adminc p and delete those you don't want..... I went through 500 pages to shrink to about 50 pages

NLP-er
10-14-2009, 06:22 PM
When you first install this mod, does it automatically start tagging all the threads on your site? I ask because, just a few minutes after installing this, my site started having problems loading. Forum pages are hit or miss and the Admin area will not open at all.

Not related with this mod. This one works only when new message is posted, when you ask it do do somesthing in Adin CP, or at night by scheduled tasks.

It has nothing common with page generation.

NLP-er
10-14-2009, 06:26 PM
Well, the site is working again now. I tried following the steps listed in that post, but when I pointed the browser to the tolls.php file, it said it could not find it. I removed the file from my server and every thing seems to be working now. Not even sure if any of this stuff is related :(

This mod doesn't have tools.php file.

NLP-er
10-14-2009, 06:33 PM
how can i disable tagging of all numbers

like 735 846 etc

and also in url like www , blast.jpg (blast), domainname

and html code or bbcode like center url


Ignored words for tags propositions 1*,2*,3*,4*,5*,6*,7*,8*,9*,0*, www

seems to be not working
do i need to delete and recrate all my tags for it

Ignored words doesn't support * and cause of performance it will not support it.

I added in TODO list to make option for not adding numbers to propositons. But now I have lot of other tasks (working on vBET3.0.0 http://www.vbenterprisetranslator.com/forum/) so I cannot tell when new release will come.

Now you can disable proposition quarantine, so no new tags will be created automatically (of course existing one will still be applied to threads). Also you can disable proposition before it came out quarantine time. And at the end if tag was already created you can just delete tag.

MissKalunji
10-14-2009, 09:51 PM
Not related with this mod. This one works only when new message is posted, when you ask it do do somesthing in Adin CP, or at night by scheduled tasks.

It has nothing common with page generation.

I think he might have set this
Add in new threads only?
Does new tags should be added automatically for new threads only? If set to 'no', tags will be automatically added for every post - even for replies.

To yes...which probably caused a server load

My guess :)

mbc100
10-14-2009, 11:03 PM
great good mod

cobaku
10-15-2009, 12:00 PM
Your mods are always awesome thanks for the support message. I will do as you say.

NLP-er
10-16-2009, 09:58 PM
Your mods are always awesome thanks for the support message. I will do as you say.

Thanks :D:up:

Deib
10-19-2009, 02:56 AM
Is there a way to shut off the tag display in the forum view?

There are 20 tags before the thread title and it is confusing to follow.

Can we just hide them?

Love the mod, it really makes it easier to find stuff.
Thank you,

Deib
10-20-2009, 12:09 PM
I don't know if it is the proper way to fix this, but this is what I did.

I had 3 skins, 2 of them cluttered the page with dozens of tags appearing before the thread title in forum display.

In the threadbit template Find code
<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
<span style="float:$stylevar[right]">


Then remove
$show['taglist'] OR

It appears to work, the tags are now hidden in the forum display, but still seem to appear every place else.

mickknutson
10-21-2009, 05:38 PM
I have RSS feeds into my news forum:
http://www.blincmagazine.com/forum/news-feeds/41001-bridge-day-rappel-2009-a.html

I want these to be tagged by the footer I added:

by YouTube basejumping Videos

Yet no tags are added for videos, or must I add Videos to my tags for this to work?

NLP-er
10-22-2009, 10:44 PM
Is there a way to shut off the tag display in the forum view?

There are 20 tags before the thread title and it is confusing to follow.

Can we just hide them?

Love the mod, it really makes it easier to find stuff.
Thank you,

If you want to have less tags, you can set native vB setting for max tags per thread and mod will respect it.

About tags before thread title - This mod is not about displaying tags but assigning tags, and I don't know what you are writing about (can you send screenshot - I have tags displayed below all posts in thread on my forum). Did your made some templates customization?

NLP-er
10-22-2009, 10:56 PM
I don't know if it is the proper way to fix this, but this is what I did.

I had 3 skins, 2 of them cluttered the page with dozens of tags appearing before the thread title in forum display.

In the threadbit template Find code
<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
<span style="float:$stylevar[right]">


Then remove
$show['taglist'] OR

It appears to work, the tags are now hidden in the forum display, but still seem to appear every place else.

So you have custom templates which shows your tags before title.
Solution 1. change templates;
Solution 2. set max tags per post to acceptable value, remove by mod panel all assotiations to tags, and also by mod panel set those again. This way you will have no more that max tags per thread

Deib
10-23-2009, 01:09 AM
Templates are exactly the same except color changes.

By adding the tagger it added tags before the thread title.
I deleted that code on the two non working skins and they disappeared.

My problem is fixed, but I can recreate it and screen shot if it would help someone else.

Thanks.

Deib
10-23-2009, 12:52 PM
Interesting, removing that code did not stop displaying all of the tags on all pages. On some it did.
https://vborg.vbsupport.ru/external/2009/10/16.jpg

Deib
10-23-2009, 01:19 PM
To remove the rest of the tags that were showing up I had to remove the following code as well in the Threadbit template.

<if condition="$show['taglist']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/tag.png" alt="$thread[taglist]" /> </if>

NLP-er
10-23-2009, 01:56 PM
Templates are exactly the same except color changes.

By adding the tagger it added tags before the thread title.
I deleted that code on the two non working skins and they disappeared.

My problem is fixed, but I can recreate it and screen shot if it would help someone else.

Thanks.

By adding tagger you added tags before thread title??? Are you sure you are writing about this tagger? This mod does nothing with templates :)

bada_bing
10-23-2009, 02:06 PM
I would like to install this mod but wanted to know if I can disable this feature in certain forms for example my hidden/mod are should not have this feature enabled..

Deib
10-23-2009, 02:11 PM
By adding tagger you added tags before thread title??? Are you sure you are writing about this tagger? This mod does nothing with templates :)

I did nothing but install this mod. I did not have any other taggers, this just happened. Not sure where it came from.
Still strange they have never shown in the defualt template, so I am sure there is something goofy in my custom templates.
Either way, they seem to be all gone now. Just posted if hopes it could help someone else.

greenflag
10-24-2009, 01:24 PM
i have zoints tags - will this work with it?

MissKalunji
10-24-2009, 05:36 PM
No only the native Vbulletin

question why use zoint when Vbulletin already has one integrated?

NLP-er
10-25-2009, 03:17 PM
I would like to install this mod but wanted to know if I can disable this feature in certain forms for example my hidden/mod are should not have this feature enabled..

Added in TODO - to support disable list. Right now it is not supported :)

NLP-er
10-25-2009, 03:20 PM
I did nothing but install this mod. I did not have any other taggers, this just happened. Not sure where it came from.
Still strange they have never shown in the defualt template, so I am sure there is something goofy in my custom templates.
Either way, they seem to be all gone now. Just posted if hopes it could help someone else.

So it means that you had it before, just didn't pay attention on it :) And when more tags appears it become more visible :) Default vBulletin layout shows tags as image title - maybe made changes in your templates to show tags in same way.

NLP-er
10-25-2009, 03:21 PM
i have zoints tags - will this work with it?

Have no idea ;) Don't know zoints tags :)

MissKalunji
10-26-2009, 12:57 AM
No it won't :) it was there before vbulletin tags came around

Chadi
10-27-2009, 03:50 PM
What is the advantage of this tagger mod over this one?

https://vborg.vbsupport.ru/showthread.php?t=201156

NLP-er
10-28-2009, 11:34 PM
What is the advantage of this tagger mod over this one?

https://vborg.vbsupport.ru/showthread.php?t=201156

The other one will made garbage in your tags and is using only threads titles.

My one will keep it clean and is using also posts content. For more read mods description and compare ;)

cobaku
10-29-2009, 04:26 AM
please fix these too.

it gets a certain number of words inside a word as tag which bugs me really alot
for example "player"
it sometimes gets rid of pla part and make a "yer" tag

unwanted characters and punctuation letters
for example
"dady#" "best." "which...." "lady&"

option to delete old tags.
i really dont want to play with database to delete old tags

you also told me these were added to do list they are really urgent

special html codes like
"center" "align" gets added to taglist

words in url gets added in taglist
like "1111.jpg" "jpg"



An example of my tags is below they are all junk like %80 of the tags are also junk
“oceans

“ormanlarınmız

“riske

“rİnga”

“sen”i

“sensiz

“soyunuz

“s?per

“s?zleşmeli”

“talan

“tarihi

“trambolin”

“transferi

“t?rk”

“t?rkiye

“t?rkiye’nin

“u?’tu

“umarım

“unakıtan

“yalnız

“???nc?

“yeşil

“İlk”ler…

“İrtİca”nin

“İsl?m

“İyi

“y?r?yen”

“Şampiyon

“Şampiyonluğun

“Şu

”turkcell

‡?



••

•••

•◘•lanet

•♥•

•♥•woccoxd

•sen

•?™

•?™tıklamayan

•?



… veya
ѕσкнαктι

ѕσяυ

ѕon

؟

ٰ

?

۞

?ıma

?

?pяiиcєѕѕ?den



?zel

?akın

?ana

?eni

?ir

?izi

?u

?ıktı

Čern?

ĐεŁicεsiиε

Ğ??�?�Ğ??�lĞ?α

Ħ

İ?kİ

İ?mek

İ?

İğne

İğnelerine

İğnenin

İğnesi

İŞte

İŞtme

İŞyerİnde

İş

İşeme

İşemesi

İşitme

İşitmenin

İşkolikle

İşlemi

İşlevi

İştah

İştahı

İştahınızı

YoLGeZeR
10-29-2009, 12:22 PM
hi,

add an option for change in the character I want to add.

example, to convert Turkish characters to English characters,

'ç' => 'c'

Another question. To approve the option to add the label. labels will be added after I approve them active. Such a thing possible?

greenflag
10-30-2009, 01:02 PM
i installed and added tags - worked great - but then i noticed an issue:

i have zoints tags. when i added this i removed zoints.

all the tags now go to 404 pages.

even when i added zoints back they still all go to 404

do you know any fixes for that? - i am pretty sure it is zoints messing it up.

Scalemotorcars
10-30-2009, 08:10 PM
Love this hack and will be making a donation.

One thing and its not a big deal. In the admincp the Options link doent actually link to the options area. You have to open VB options and scroll down. :D

NLP-er
11-01-2009, 04:49 PM
please fix these too.

it gets a certain number of words inside a word as tag which bugs me really alot
for example "player"
it sometimes gets rid of pla part and make a "yer" tag

As far as I know this is not behavior of my mod. Are you sure this is done by my mod? Please list me mods which you are using.

unwanted characters and punctuation letters
for example
"dady#" "best." "which...." "lady&"

Just add those to separators.

option to delete old tags.
i really dont want to play with database to delete old tags

Potentially to harmfull.

you also told me these were added to do list they are really urgent

?

special html codes like
"center" "align" gets added to taglist

Use ignore words.

words in url gets added in taglist
like "1111.jpg" "jpg"

If you don't want to have tag associated to thread remove the tag. If you have existing tag it simply means tat you want it to be assigned to threads.

An example of my tags is below they are all junk like %80 of the tags are also junk


Once again - THIS mod adds only tags which you considered approved. Nothing more. If you have new tag made by this mod it is only when you approved it. Manually or automatically by setting quarantine time.

You approved junk so you have junk - what else did you expect? Why mod shouldn't add tags which you approved? You approved all tags which were added by my mod - so what are you complaining about? It just works as you configured it. If you don't like this behavior - change your configuration.

First hint - disable quarantine time for tags propositions.

Mod is working as is configured - why should it work in different way?

NLP-er
11-01-2009, 04:53 PM
hi,

add an option for change in the character I want to add.

example, to convert Turkish characters to English characters,

'?' => 'c'

Another question. To approve the option to add the label. labels will be added after I approve them active. Such a thing possible?

hi,

what for changing letters in tags and broke real words to some gibrish?

What are labels?

NLP-er
11-01-2009, 04:55 PM
i installed and added tags - worked great - but then i noticed an issue:

i have zoints tags. when i added this i removed zoints.

all the tags now go to 404 pages.

even when i added zoints back they still all go to 404

do you know any fixes for that? - i am pretty sure it is zoints messing it up.

Yes it is - my mod does nothing with URL's to tags or with tags presentation.

Fixing?... Check are you using some cache mod and flush it. Also check does some counters for tags exists and recount those. Maybe this will help. I never used zoints.

Also - if you expect that it is zoints fault you should ask for help on zoints thread - they know how it works :)

MissKalunji
11-01-2009, 06:32 PM
any dates for updates:)?

NLP-er
11-03-2009, 08:39 PM
any dates for updates:)?

Right now I'm very busy working on this great mod:
http://www.vbenterprisetranslator.com/forum/vbet-testing-messages/9-message-written-several-languages.html
It has also free version:
http://www.vbenterprisetranslator.com/forum/free-version/2-free-vbet-vb-enterprise-translator-2-x.html

So I'm not able to give you any specific date, but I can promise you that new version will come and it will include many (if not all) positions from my TODO list for this mod :)

I will also make this mod compatible with vBET - to appropriately handle tags creation for posts written in different languages :)

MissKalunji
11-03-2009, 09:44 PM
oh sweetness i'll check it out :) thanks!

cobaku
11-04-2009, 10:32 AM
i am using prevent shout system by default vbulletin
also vbseo

can it be the reason for creating tags
from player
"yer" word

mickknutson
11-04-2009, 12:22 PM
I have RSS feeds into my news forum:
http://www.blincmagazine.com/forum/news-feeds/41001-bridge-day-rappel-2009-a.html

I want these to be tagged by the footer I added:



Yet no tags are added for videos, or must I add Videos to my tags for this to work?
PING....?

There are zero tags for any RSS feeds whatsoever.
Can you help me to auto-tag incoming RSS feed postings?

luket79
11-05-2009, 02:44 AM
Is there a way to exclude a forum from being tagged? I know I have seen it on your other mod but I can't find it here?

aapkae
11-05-2009, 10:24 AM
is this version works with vb 3.8.3

Ghostt
11-05-2009, 11:29 AM
very importamt question: How mutch LOAD AVARAGE dows this mod make and how mutch querys it is useing!??? this question should be answered in every mod details......!!

MissKalunji
11-05-2009, 12:11 PM
I would say IF it does ad any queries it will ONLY when creating the tags....I do think it's using the same queries that vb uses when you insert tags...instead it does automatic.

Once the thread have been queries 0 queries

as for Load it shouldn't affect anything unless you get a post every second and even there it's the same as what vbulletin does

@ the one askin if it works for 3.8.3 it's made to work with the 3.8 so your answer is yes

NLP-er
11-05-2009, 02:48 PM
i am using prevent shout system by default vbulletin
also vbseo

can it be the reason for creating tags
from player
"yer" word

If at the end you see player in title then - no it shouldn't. Mod makes proposition form title which it gets. If mod get changed title it works on changed title, but doesn't do any changes in title itself.

Also - creating tag or tag proposition? Can you find in tag propositions such proposition for "yer"? Please make this query and tell does it returns any results. If not, then look elsewhere, cause it means that my mod didn't created it:

select * from tag_proposition where tagtext = 'yer'

NLP-er
11-05-2009, 02:50 PM
PING....?

There are zero tags for any RSS feeds whatsoever.
Can you help me to auto-tag incoming RSS feed postings?

RSS feed tagging is not supported right now. Please describe me more about this in PM, because I'm not sure what is the idea about.

NLP-er
11-05-2009, 02:55 PM
very importamt question: How mutch LOAD AVARAGE dows this mod make and how mutch querys it is useing!??? this question should be answered in every mod details......!!

About querying - mod does no query during viewing forum. It takes action only when new posts arrives so I wouldn't worry about queries and LOAD AVERAGE.

Please note that mod also ave scheduled tasks for night hours (for adding new tags to threads and for changing propositions to tags - 2nd one can and it is advised to be disabled).

ChopSuey
11-12-2009, 05:42 AM
Yes RSS Tagging, if you have RSS feeds on your site, can they be tagged with this mod? Im going to use it thanks dude.

NLP-er
11-14-2009, 09:47 PM
Yes RSS Tagging, if you have RSS feeds on your site, can they be tagged with this mod? Im going to use it thanks dude.

Does vBulletin allows to tag RSS feeds?... If yes please describe me how, give example etc. :) PM me.

MissKalunji
11-25-2009, 03:22 PM
is there a way to turn off tags in a certain forum?

NLP-er
11-25-2009, 07:12 PM
is there a way to turn off tags in a certain forum?

Modify template...

MissKalunji
11-26-2009, 01:23 PM
no no i mean Thread tagger from tagging the threads in certain section?

NLP-er
11-26-2009, 06:25 PM
no no i mean Thread tagger from tagging the threads in certain section?

I have it on TODO list to make it configurable. Till next release you can do it manually in tagger code.

MissKalunji
11-26-2009, 10:31 PM
oh ok would you be able to guide me into how tod o it with manual tagger codes?

NLP-er
11-28-2009, 07:26 PM
oh ok would you be able to guide me into how tod o it with manual tagger codes?

Made change in plugin "Automatic Thread Tagger From Post Content" for hook "newpost_complete" - put code inside if clause and in condition check does forum id is ok for you.

yahya issa
11-29-2009, 06:03 PM
Very Nice .
Thanks NLP-er

Dunhamzzz
12-08-2009, 09:00 AM
I found the tag manager useful, but my forum is too big and there are too many different/similiar tags to be added it if goes wrong from what I saw in the propositions.

Uninstalled for me, I will try it on my smaller forum though,

NLP-er
12-10-2009, 11:58 PM
I found the tag manager useful, but my forum is too big and there are too many different/similiar tags to be added it if goes wrong from what I saw in the propositions.

Uninstalled for me, I will try it on my smaller forum though,

As you wish :) Just remember that propositions can be disabled. I made it only because people asked for and do not use it myself - I like to have very clean tags, so all my tags are defined by me, and I'm happy that my mod can take care about assigning it to threads :D

kailew
12-13-2009, 07:05 AM
Hi NLP-er,
very nice mod, thx a lot.

Two questions:

- I'm using some feeds from which I create posts. But unfortunately these posts aren't tagged automatically. Do you see a way to do this in the next release?

- if I use a tag, maybe "back", then the tagger ads the tag "back" to a post even when the word "backdoor" is used. Could you fix this?

Kai

tpearl5
12-14-2009, 02:11 AM
after installing this and running the tagger my db server was hit with this query over and over again causing an extremely high load. I've been having trouble keeping the server up all night. AHH What can I do to stop this?
Copying to tmp table SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount\n\t\t\t\t\tFROM tagthread AS tagthread

rajubd
12-22-2009, 05:58 AM
convert it for vb4 please

saviola8x
12-23-2009, 05:26 PM
please update for vb4.
thanks

webexit
12-26-2009, 08:16 PM
An option to use only title words will be great the use of content word is a very bad thing if you want as tags too common tags

Ross L
12-28-2009, 05:48 PM
I don't know if I have missed a setting while setting up, but everytime a thread is posted, it isn't tagging threads, unless I go to Thread Tagger > Add Tags to All Threads. Any ideas why it isn't working on posting of the thread?

Cheers,

Ross

NLP-er
12-31-2009, 07:27 PM
Hi NLP-er,
very nice mod, thx a lot.

Two questions:

- I'm using some feeds from which I create posts. But unfortunately these posts aren't tagged automatically. Do you see a way to do this in the next release?

- if I use a tag, maybe "back", then the tagger ads the tag "back" to a post even when the word "backdoor" is used. Could you fix this?

Kai

Please describe more about your way of creating posts.

About 2nd issue - It already shouldn't do this - did you change value of 'Separators' parameter?

NLP-er
12-31-2009, 07:29 PM
after installing this and running the tagger my db server was hit with this query over and over again causing an extremely high load. I've been having trouble keeping the server up all night. AHH What can I do to stop this?
Copying to tmp table SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount\n\t\t\t\t\tFROM tagthread AS tagthread

First time someone notice something like that. Can you PM me more details. Like how many tags do you have in your db?

NLP-er
12-31-2009, 07:30 PM
convert it for vb4 please

Added in TODO :)

NLP-er
12-31-2009, 07:32 PM
An option to use only title words will be great the use of content word is a very bad thing if you want as tags too common tags

Added in TODO list :)

NLP-er
12-31-2009, 07:33 PM
I don't know if I have missed a setting while setting up, but everytime a thread is posted, it isn't tagging threads, unless I go to Thread Tagger > Add Tags to All Threads. Any ideas why it isn't working on posting of the thread?

Cheers,

Ross

Idea no. But willing to help :) Please send me access details to your forum and FTP (can be to copy for security reasons).

ddaybofb
01-01-2010, 12:57 AM
When i click Add tags to all threads i get this error

Database error in vBulletin 4.0.0:

Invalid SQL:
INSERT IGNORE INTO tagthread (tagid, threadid, userid, dateline) VALUES (3, 4, 1, 1262314420),(6, 4, 1, 1262314420),(5, 4, 1, 1262314420);

MySQL Error : Table 'totalsp3_ctsbase.tagthread' doesn't exist
Error Number : 1146
Request Date : Thursday, December 31st 2009 @ 07:53:40 PM
Error Date : Thursday, December 31st 2009 @ 07:53:41 PM
Script : http://www.clutchtimesports.net/forums/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags
Referrer : http://www.clutchtimesports.net/forums/admincp/index.php?do=nav
IP Address : 69.0.52.194
Username : cpollack09
Classname : vB_Database
MySQL Version : 5.1.41

Im using vbulletin 4.0

mandingo
01-01-2010, 01:27 AM
When i click Add tags to all threads i get this error



Im using vbulletin 4.0

This is not compatible with your version of vbulletin,note which forum this thread is posted in.(3.8)

I am definitely hoping for a vb4 release of this or similar though.

ddaybofb
01-01-2010, 01:48 AM
This is not compatible with your version of vbulletin,note which forum this thread is posted in.(3.8)

I am definitely hoping for a vb4 release of this or similar though.

lol my bad, i saw VERSION 4.1.2 RELEASED - prepare for real revolution in tags

I didnt think hard enough and thought it was for Vbulletin 4.



I am def. looking forward to this hopefully being converted to vbulletin 4.

NLP-er
01-03-2010, 02:01 PM
When i click Add tags to all threads i get this error



Im using vbulletin 4.0

As you can see this mod is for vB 3.8 - it is not tested for vB4.0 yet.

It will be released for vB 4.0 and when it will happen I will give support for vB 4.0

Gene Steinberg
01-13-2010, 11:41 AM
As you can see this mod is for vB 3.8 - it is not tested for vB4.0 yet.

It will be released for vB 4.0 and when it will happen I will give support for vB 4.0

Any idea when?

Peace,
Gene

Rckcrwlr
01-18-2010, 10:42 AM
Waiting for vB4 version...

Thanks

SnakeV
01-18-2010, 07:56 PM
Waiting for vB4 version...

Thanks

+1 :D

NLP-er
01-21-2010, 02:37 PM
Any idea when?

Peace,
Gene

Honestly no - but when my testing environment for this mod (https://vborg.vbsupport.ru/showthread.php?t=232456) will be on again I will make quick look on what happens under vb4. If it will be little issue, then it is possible that in this month I will made release. If there will be bigger issue - it will have to wait on its turn :)

NLP-er
01-24-2010, 12:57 PM
Hi :)

Version of this mod for vB4 is released :) You can find it here:
Tagger for vB4 (https://vborg.vbsupport.ru/showthread.php?t=234026)

Rckcrwlr
01-24-2010, 05:04 PM
Hi :)

Version of this mod for vB4 is released :) You can find it here:
Tagger for vB4 (https://vborg.vbsupport.ru/showthread.php?t=234026)


Awesome Man...

Just what I was waiting for...

yamahapaul
03-12-2010, 02:07 PM
Is there any issues with this on 3.8.5?

meeja
04-06-2010, 08:36 PM
Uninstalling this leaves *[autotaggerfromcontentandtitle_menu]* in my admincp - how do I fully uninstall this and remove *[autotaggerfromcontentandtitle_menu]* from the side menu.

Many thanks

MagicThemeParks
04-12-2010, 12:36 PM
Seems to be working on 3.8.5 :up:

One question though....it doesn't seem to be pulling the text from the prefixes. Is there a way to have the prefix text show as a tag?

MissKalunji
04-16-2010, 09:45 PM
Uninstalling this leaves *[autotaggerfromcontentandtitle_menu]* in my admincp - how do I fully uninstall this and remove *[autotaggerfromcontentandtitle_menu]* from the side menu.

Many thanks

make sure you remove all the files associated to this modification in your ftp

Seems to be working on 3.8.5 :up:

One question though....it doesn't seem to be pulling the text from the prefixes. Is there a way to have the prefix text show as a tag?

no....

haytham
04-19-2010, 07:17 AM
So far so good. Where do you guys get those ideas and further more how do you make it work? I think coders are not ordinary human beings. :) Installed.

Alfa1
06-14-2010, 10:04 AM
Does anyone have experience with this mod on a big board?

eroyka
06-15-2010, 08:11 AM
Hello Alfa1
I use this mod on www.energeticambiente.it

I've any problem in configuration but... is very useful.

Bye
Roy

Alfa1
06-15-2010, 08:17 AM
Thanks!

Alfa1
06-18-2010, 12:15 PM
I only want to add default tags per forum, to all threads in a forum. I do not want the script to add tags to threads according to content.

Can I set this modification to do only this?

MagicThemeParks
06-18-2010, 01:00 PM
I have it set on FantasyLeagueForums.com to have an automatic tag per forum by adding it in the "default tag" option within the forum manager. I'm also generating auto tags by making a prefix required and then that prefix is generating a tag based on that as well.

Hope that helps. Good luck! :up:

Alfa1
06-18-2010, 02:53 PM
I can see how to add default tags per forum. But can I also turn of automatic tag adding based on the thread content?

MagicThemeParks
06-18-2010, 02:57 PM
It won't automatically add tags unless you include it in the "list" to be included.

For example, I use the "NFL" as a tag to automatically be added in a particular forum. But, I also have the "Cowboys" as a 'auto tag' to be used if/when the word "Cowboys" appears in the title or content.

The tags will not auto-tag unless you have the text listed as a tag that you'd like to use. Hope that answers your question. :)

Alfa1
06-18-2010, 03:36 PM
Yes, that helps a lot.

I currently have 25.000 tags in my database. Do I understand you correctly that if I do not add any of these tags to be an autotag, then none of these tags will be added when they occur in new posts?

Edit: never mind. I found out that this modification adds a large number of incorrect and unrelated tags to new threads. I will now try to delete them one by one.

Is there any way to use this modification to ONLY add tags that are specified in the forum manager?

Also: this modification add tags if part of words contain the same characters. i.e. if you have a tag 'tic', then the word 'automatic' will trigger the tag 'tic' to be added to the thread.

ProtoWorker
06-26-2010, 12:39 PM
Well I have been loving this mod actually... The best one for SEO may be..!

Przemoo
07-02-2010, 12:47 PM
How to setup
"Automatically adds tags to new posts/threads according to content, title and already existing tags in forum."

for example when i write a thread there is no tags when i submit thread, i have to do it myself :/ how to solve that ?

jmw
07-12-2010, 05:58 AM
I don't understand. I have a large forum and I have never used tags. All I want to do add tags based on title or post content to EXISTING threads. Is that possible with this mod? I don't care about new threads, I just need existing threads to have tags based on keywords on title or post content. I don't want to manually set tag keywords anywhere as this forum is very large and off topic one. Can anybody please tell me if that can be done with this mod? Thanks in advance.

Aladav
07-14-2010, 08:45 PM
I downloaded, uploaded files to proper places, went to plugins and products, told it to import the following
./includes/xml/cpnav_autotaggerfromcontentandtitle.xml
and got invalid file specified.

OK, I am new at this, but please help.

Aladav
07-14-2010, 09:05 PM
Oh well, never mind, I have vb 4.0. I guess that is why it is not even loading? Sigh.

mickknutson
07-14-2010, 10:31 PM
What is the difference:

https://vborg.vbsupport.ru/showthread.php?t=218350

Why are there 2 plugins?

bada_bing
07-15-2010, 12:06 PM
Can someone tell me if this mod has a setting to not add tags to restricted forums, for example I dont want my moderator and staff forums to be auto tagged, can I tell this mod to ignore certain forum ID's ?

Thanks

MagicThemeParks
09-11-2010, 02:18 PM
RSS feed tagging is not supported right now. Please describe me more about this in PM, because I'm not sure what is the idea about.

Any word on whether there are plans to introduce the RSS feed tagging. That would make this mod perfect! :up:

bada_bing
10-01-2010, 04:46 PM
Question can I exclude auto tags from specific forums. I have hidden forums that only used by my mods for staff discussions and I dont want tags to be generated as this could leach out data to the general public

onealien
10-02-2010, 09:42 PM
^^why wuld it matter if those threads were tagged? w/o proper permissions nothing culd be viewed...*shrugs*

installed and working like a dream...word up...

adwade
10-17-2010, 06:40 AM
This is a really SWEET Mod! It installed just fine on my vB 3.8.6PL1 forum and runs like a top.

One question though, on the THREAD TAGGER/TAGS RELATED WORDS page a note states:

"Separate values by comma i.e.: for tag cat related words can be:
cats,kitty,kitties,lion,tiger.
Do NOT use spaces between related words!"


When you state Do NOT use spaces between related words are you trying to explain:
1)Use commas instead of spaces

-or do you mean that-

2)you can-not have (for instance) 'related words' of say hi viz being related to visibility

If #1, I understand completely.

However if it's #2, it puzzles me that one can have a TAG that does contain spaces within it (i.e. gas prices -or- row bike, but not a RELATED WORD w/spaces in it? :confused:)

So can one use brake pads as a Related Word for a TAG of brakepad, or must it be done vice-versa?(i.e. brakepad as a Related Word for a TAG of brake pads)

adwade
10-17-2010, 11:18 PM
Marvelous Product and fun to use, but I have a couple of simple suggestions for future releases:

When reviewing Tag Propositions, consider...

1)Allowing the Admin to choose/see only TAGs of 2, 3, 4 letters etc. This way, very quickly one could Disapprove a lot of short/simple words that were most likely picked up in error.(i.e. an, and, etc)

2)A CHECK-ALL checkbox above the word columns would be a nice feature to help speed things up.

3)It would be nice to see more than only 30 Tag Propositions at a time on a page.(i.e. variable input box?, 30, 50, 100, etc)

When I ran Create Tag Propositions, I ended up with 109 pages of suggestions I had to weed-through. I understand you only do this once, but still having more than two columns of just 15 words would make things go faster.

As I said though, GREAT PRODUCT INDEED!

adwade
10-25-2010, 05:25 PM
One other thing I've noticed, is that the product seems to suggest some Tags Propositions that are ALREADY Tags. :confused: It acts like it has it's own database, that doesn't (first) check with vB to see what Tags exist. Would be nice if an Admin didn't have to approve TAGS that already exist in vB. :D

adwade
10-27-2010, 03:22 AM
When using the RELATED WORDS module, I've noticed a BUG several times now.:erm: Namely, somehow the relationship table becomes corrupted.

For instance, we run a bicycling forum and I had headlight,headlights associated to the tag light. In perusing the RELATED WORDS listing, I noticed a DUPLICATE entry that also had headlight,headlights associated with the tag v rex. :eek:(a particular model of bike)

Also, one other suggestions: Rather than having Go to Page... [1] 2 3 4 5 6, etc across the top of the RELATED WORDS module, it would be nice if those were LETTERS instead. That way an Admin could quickly jump to a particular spot in the alphabet to revise things, rather than 'guess' what words are on which page number.

asylum119
11-14-2010, 04:29 AM
Installed > Marked Installed
Used > Nominated for MOTM

Love all the options
This has been one of the easiest Mods to install and use

Thanks

MoMan
11-18-2010, 06:34 AM
Can this be used alongside the other tagger mod, or would that just be inefficient? Then, the other mod creates the tags, and this one would use them.

The reason I'm looking into this is that I use the tag system to enhance my forum's search. Fulltext can't handle a search string like:

k5 vs. k7 vs. kx

but the tag system can if you tweak it using another mod that allows multiple tag searches, and then force searches with 2-letter words to use tags.

So, basically, I want as many relevant tags as possible. Can I use both mods?

Naan-Kadavul
01-20-2011, 09:13 PM
Does it requires heavy loading speed ? Because I'm worried that it might load up my server for this process. Let me know. Willing to install it soon !

burakdulgar
01-21-2011, 07:22 PM
Thanks :)

heather n.mille
03-14-2011, 01:22 AM
hi there,its a nice product really i need it but it said error when i started to add the tags to threads
Database error in vBulletin 4.1.2:

Invalid SQL:
INSERT IGNORE INTO tagthread (tagid, threadid, userid, dateline) VALUES (26, 1, 1, 1300068934),(90, 1, 1, 1300068934),(98, 1, 1, 1300068934),(99, 1, 1, 1300068934),(156, 1, 1, 1300068934),(235, 1, 1, 1300068934),(380, 1, 1, 1300068934),(390, 1, 1, 1300068934),(411, 1, 1, 1300068934),(595, 1, 1, 1300068934),(596, 1, 1, 1300068934),(724, 1, 1, 1300068934),(836, 1, 1, 1300068934),(1457, 1, 1, 1300068934),(1528, 1, 1, 1300068934),(1652, 1, 1, 1300068934),(1720, 1, 1, 1300068934),(2143, 1, 1, 1300068934),(2527, 1, 1, 1300068934),(2703, 1, 1, 1300068934),(3254, 1, 1, 1300068934),(47, 1, 1, 1300068934),(2284, 1, 1, 1300068934),(2220, 1, 1, 1300068934);

MySQL Error : Table 'lobixmo_vb.tagthread' doesn't exist
Error Number : 1146
Request Date : Sunday, March 13th 2011 @ 09:15:34 PM
Error Date : Sunday, March 13th 2011 @ 09:15:34 PM
Script : http://www.cairoz.com/vb/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags
Referrer : http://www.cairoz.com/vb/admincp/index.php?do=nav
IP Address : 41.239.139.110
Username : ?M I D O
Classname : vB_Database
MySQL Version : 5.1.52
plz tell me if u can fix it my forum version is 4.1.2

taylor_smith
03-22-2011, 02:25 PM
Has anyone attempted to use this mod with vB 3.7? If so, were you successful?

Alfa1
04-19-2011, 02:02 PM
I have the following feature requests:
Option to only add tags that already exist in the database.
Option to only add tags that are in thread title AND post
Suggest tags from Google search influx. (long tail SEO)

taylor_smith
04-25-2011, 12:32 PM
Any successful use with vB3.7?

MissKalunji
05-11-2011, 06:00 PM
would be nice to have a "select all" since we have a deselect.

Clutch
09-22-2011, 06:22 PM
When using the RELATED WORDS module, I've noticed a BUG several times now.:erm: Namely, somehow the relationship table becomes corrupted.

For instance, we run a bicycling forum and I had headlight,headlights associated to the tag light. In perusing the RELATED WORDS listing, I noticed a DUPLICATE entry that also had headlight,headlights associated with the tag v rex. :eek:(a particular model of bike)

Also, one other suggestions: Rather than having Go to Page... [1] 2 3 4 5 6, etc across the top of the RELATED WORDS module, it would be nice if those were LETTERS instead. That way an Admin could quickly jump to a particular spot in the alphabet to revise things, rather than 'guess' what words are on which page number.

Seconded. This is definitely a bug. I've been working on my tags for a week straight and noticed today that updating related words hosed up a ton of the related words for other tags. It created duplicate entries and wiped out others.

So for example, you could have a tag "food" and make "restaurant,dining,diner" related words. Then you could be updating another tag, say "stocks" with "stock market,finance,investing" and after updating you notice food has nothing but these related words: stock market,finance,investing.

Not sure what is causing it in the admincp interface, but I'm not using it any longer unless it's resolved. I'm updating related_words directly through mysql.

edgeyveggie
01-06-2012, 11:19 PM
Can someone please help me here? After uninstalling this mod I have this list still stuck in the adminCP, how do I get rid of it?

https://vborg.vbsupport.ru/external/2012/03/6.png

Lpspider
03-26-2012, 03:59 AM
Can someone please help me here? After uninstalling this mod I have this list still stuck in the adminCP, how do I get rid of it?

https://vborg.vbsupport.ru/external/2012/03/6.png

I'm having the same issue... did you figure this out?

Edit:

figured it out. Just delete all the files you had to upload with the mod originally, especially includes/xml/cpnav_autotag...

matrex722
04-07-2012, 12:12 PM
what about rss threads ?

mahmo0od
04-07-2012, 03:19 PM
thank u friend

t.uzuner
09-18-2012, 08:10 PM
4 version of this plug-in installed. I do not lifted from the admin panel. how do I make

Arianismmm
11-08-2012, 05:59 AM
i set many words as ignored words
but until its shown in tags of threads

RyanFabbro
11-24-2012, 08:17 PM
my list of ignored words though someone may appreciate this.

people having the messed up admincp link after uninstall, you have to delete the files you uploaded, but i do not see why you would uninstall this.

and Arianismmm as for your ignored words still being tagged.

1. they were probally already tags before you added them to ignored words
2. to remove the ignored words goto admincp>Thread Tagger>Tags
select the tags that are on your ignored words list then delete selected, now with the words deleted from this list and added to your ignored words, they should not re apear as tags

keep in mind it is best to add ignored words when you first install so you dont have this problem.

iask
01-21-2013, 05:54 PM
Work not for vBulletin 3.8.7

ricardoNJ
01-23-2013, 12:15 AM
I want that this Mod force to user to tag before posting a thread? Is it possible?

SBlueman
02-16-2013, 11:35 PM
Can you have RSS feeds for each tag created?

ringnews24
11-28-2013, 06:13 PM
I have a username that auto posts news to my website. Auto tags arent posted with this username.

It works when a user posts.

Any suggestions??

adwade
02-17-2014, 03:49 AM
I have a username that auto posts news to my website. Auto tags arent posted with this username.

It works when a user posts.

Any suggestions??

I too have noticed this with my RSS Feeds and the only work-around I can suggest is to run the Add Tags To All Threads function periodically in the Update Counters section of the AdminCP.

gbicar
02-18-2014, 03:56 PM
I'm having the same issue... did you figure this out?

Edit:

figured it out. Just delete all the files you had to upload with the mod originally, especially includes/xml/cpnav_autotag...

I remain even after you have deleted the files by hand
you can not do anything?


edit:
found another file to delete cron, has now disappeared
You should fix this mod, however,

GamerUnguided
02-18-2014, 04:03 PM
Thanks this is the mod i've been looking for

Bowlsworld
02-23-2014, 05:51 AM
Got this on last Add Tags To All Threads...any ideas guys?

www.bowlsworld.com.au


Database error in vBulletin 4.2.2:

Invalid SQL:
INSERT IGNORE INTO tagthread (tagid, threadid, userid, dateline) VALUES (1, 1, 1935, 1393138081),(37, 1, 1935, 1393138081);

MySQL Error : Table 'bowlswor_vb4.tagthread' doesn't exist
Error Number : 1146
Request Date : Sunday, February 23rd 2014 @ 05:48:01 PM
Error Date : Sunday, February 23rd 2014 @ 05:48:01 PM
Script : http://bowlsworld.com.au/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags
Referrer : http://bowlsworld.com.au/admincp/index.php?do=nav
IP Address : 220.244.250.7
Username : Editor
Classname : vB_Database_MySQLi
MySQL Version : 5.1.70-cll

mdawg
02-28-2014, 05:38 PM
Running 3.8.7

I upgraded from 1.2.0 to 4.1.3 and now some problems: getting Error 500 - internal server error. Also,
Maximum execution time of 30 seconds exceeded in /home2/________/public_html/forums/includes/functions_autotagger.php on line 279

I noticed that I had Automatic Thread Tagger 1.2.0 running at same time as Automatic Thread Tagger From Post Content and Title 4.1.3

For now, I disabled the 4.1.3 All those tags are just too much for the server. When I went in and deleted some of the tags created by 4.1.3, and reposted to the same thread, all was well.

So, for me, on 3.8.7, with Hostgator as my server host, this new 4.1.3 is too much. I'm sticking to the 1.2.0 autotagger that created tags only from the thread title.

Terrablade
09-30-2014, 01:56 AM
any idea of this warning in 4.2.2?

Warning: Function split() is deprecated in ..../includes/functions_autotaggerfromcontentandtitle.php on line 84

tbworld
09-30-2014, 02:21 AM
any idea of this warning in 4.2.2?

Warning: Function split() is deprecated in ..../includes/functions_autotaggerfromcontentandtitle.php on line 84

See the following ...
http://us.php.net/manual/en/function.split.php

When I get a chance, I will post an alternative statement if one is not already posted in the thread. You must modify the line yourself as I cannot alter the authors code.

Please read through the thread, usually a simple fix will be posted. :)

ozzy47
09-30-2014, 03:26 AM
Need to change all references of split to explode. :)

m7sen
01-03-2015, 06:15 PM
hi

i have big problem
how can i make tags from topic of thread only

help me please

ozzy47
01-03-2015, 08:07 PM
hi
i have big problem
how can i make tags from topic of thread only
help me please

Well it is really not a problem, as the mod is working as intended. Alfa1 asked for this to be added almost 4 years ago, and it has not made it into the mod yet. :(

I have the following feature requests:
Option to only add tags that already exist in the database.
Option to only add tags that are in thread title AND post
Suggest tags from Google search influx. (long tail SEO)

m7sen
01-04-2015, 03:28 PM
ok is there any edit to help me !!

is there any product add tags to old threads ?

ozzy47
01-04-2015, 03:35 PM
This is untested!!

In the file functions_autotaggerfromcontentandtitle find.
$content = strtolower($post['message']);

Change it to.
$content = '';

That might just do it.

m7sen
01-06-2015, 03:21 PM
This is untested!!

In the file functions_autotaggerfromcontentandtitle find.
$content = strtolower($post['message']);

Change it to.
$content = '';

That might just do it.

this for what ?

ozzy47
01-06-2015, 03:59 PM
Possibly to not get tags from the post.

m7sen
01-09-2015, 10:05 AM
Possibly to not get tags from the post.

is there any mod take tags from topic only

ozzy47
01-09-2015, 10:12 AM
Nope, none that I have seen.

m7sen
01-10-2015, 11:21 AM
Nope, none that I have seen.

what about this

https://vborg.vbsupport.ru/showthread.php?t=185495

ozzy47
01-10-2015, 12:30 PM
I dunno, try it and see. :)

m7sen
01-23-2015, 02:49 PM
This is untested!!

In the file functions_autotaggerfromcontentandtitle find.
$content = strtolower($post['message']);

Change it to.
$content = '';

That might just do it.

hi

i try it

didint work :(

ozzy47
01-23-2015, 02:57 PM
Describe what didnt work means. What was the results?

mdawg
04-03-2015, 04:55 AM
How about making this for vb 5 - vb5 is the wave of the future!

I was stuck in vb3 for years but now that I've upgraded to vb5 over all I am glad I made the move.

mykkal
05-21-2015, 11:34 PM
Hey NLP, having some problems deleting thread tags with special characters in them. Also when I try to delete multiple tags the page goes white. :(

DavidWilson
04-22-2019, 07:04 PM
This plugin doesn't play friendly under PHP 7.1. Recommend removing or you'll get weird post editing and post creation issues.

KalaPati88
12-29-2019, 07:06 PM
that's very helpful, considering many users don't do this on their own.