vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Automatic Thread Tagger From Post Content and Title (https://vborg.vbsupport.ru/showthread.php?t=218350)

NLP-er 07-13-2009 01:11 AM

Quote:

Originally Posted by merkaz (Post 1847661)
Another thing will make this hack better .

Some people for example saing :
Woooow !
or saing :
Woow !

We will get tags like this :
Woooow , Woow , wooow , woooooooow and so on

Is there any way to stop this !
In tags and in the posts .

If you want limit users to create new tags you can do it in Admin CP, in usergropus options. There you can set which usergroup can create new tags :)

If you want to stop this in posts... Maybe censored words will help you - but it ill just change such words to ***.

I think that what you are asking for is a subject for some new mod which will change content of posts. Right now this mod consider only adding tags, and don't change content :)

NLP-er 07-13-2009 01:16 AM

Quote:

Originally Posted by a9eel (Post 1847780)
ha ha you think like me :D i did atest i find it take from the image the link of the image ;)

and if the image have title it will take and this is my problem :D

It could be your problem only when you already have defined tags which are included in this title, but if you don't like it you don't have it in tags...
No matter what is in title of image this mod will care about only if you already have defined such tag - cause it you have it means that it is important for you. If it's not you just don't have such tag, and this mod never creates new tags - it add only tags which already exists.

I really don't understand the issue here :confused:

NLP-er 07-13-2009 01:45 AM

Quote:

Originally Posted by Tilly (Post 1847065)
Works well, you just need to establish your tags yourself and then it will search for them and add them after every new post

Till 2.0.0 tags are added even to old posts :) And also when new tags arrives - existing posts will be updated :D Is it amazing or just great?... ;)

mdawg 07-13-2009 01:59 AM

Okay, but if you have a brand new forum with no existing tags, then seems like this program will do absolutely nothing.

In that respect, I like the other auto tag creator. This is not an auto tag creator at all, unless I am doing something wrong and installed it wrong?? because I am creating new posts to test and no new tags are being automatically added by your program.

(I am not running the other auto tagger on this new forum of mine, only yours - and your program is doing nothing.)

NLP-er 07-13-2009 03:26 AM

Quote:

Originally Posted by mdawg (Post 1847817)
Okay, but if you have a brand new forum with no existing tags, then seems like this program will do absolutely nothing.

In that respect, I like the other auto tag creator. This is not an auto tag creator at all, unless I am doing something wrong and installed it wrong?? because I am creating new posts to test and no new tags are being automatically added by your program.

(I am not running the other auto tagger on this new forum of mine, only yours - and your program is doing nothing.)

If you have brand new forum, then you will set tags with few first posts, after that most needed tags will exist. And if in the future some new tag appears - it is ok - this mod will add it to already existing threads :)

It is clearly described that this mod NEWER creates new tag, it uses only existing tags and adds it to threads if appropriate. This is whole idea! We keep tags in order and avoid garbage which can easily and very fast happen when as tag is added every word from title.

If you like messy way - ok :) You can like whatever you want, this mod is useful and if someone prefers something else it is quite ok for me :)

Having choice is better than not having it ;) This mod gives you choice and opportunity to have always appropriate and clean tags :)

Also note that this mod uses not only title like old mod, but also content, and not only from first post, but from every one - so tags are better assigned :)

jaryx 07-13-2009 03:47 AM

Installed, but...

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
SELECT threadid, title, pagetext FROM post WHERE threadid >= 0 AND threadid < 250 ORDER BY threadid;

MySQL Error  : Table 'db2_pl.post'doesn't exist
Error Number  : 1146
Request Date  : Monday, July 13th 2009 @ 06:41:52 AM

I have table prefixes "vb_".
The problem is these prefixes?

NLP-er 07-13-2009 04:34 AM

Quote:

Originally Posted by jaryx (Post 1847856)
Installed, but...

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
SELECT threadid, title, pagetext FROM post WHERE threadid >= 0 AND threadid < 250 ORDER BY threadid;

MySQL Error  : Table 'db2_pl.post'doesn't exist
Error Number  : 1146
Request Date  : Monday, July 13th 2009 @ 06:41:52 AM

I have table prefixes "vb_".
The problem is these prefixes?

Yes the problem is with prefixes.
Thanks - I will made update in few minutes :)

ALREADY RELEASED! :)

mdawg 07-13-2009 04:39 AM

understood.

Okay I uninstalled the plug in, but now there is a little
*[autotaggerfromcontentandtitle_menu]*
in my menu on the upper left. How do I completely uninstall and delete this add on/ Thank you.

http://img162.imageshack.us/img162/9...lledtagger.png

NLP-er 07-13-2009 04:39 AM

2.0.1 released with small table prefixes bug fixed. Please try this one :)

NLP-er 07-13-2009 04:41 AM

Quote:

Originally Posted by mdawg (Post 1847873)
understood.

Okay I uninstalled the plug in, but now there is a little
*[autotaggerfromcontentandtitle_menu]*
in my menu on the upper left. How do I completely uninstall and delete this add on/ Thank you.

Just look to package, and delete from server all uploaded files :)

mdawg 07-13-2009 04:45 AM

Makes sense, lol. Okay.

mdawg 07-13-2009 04:52 AM

Also, I cannot say for certain, but this does seem to create a conflict with
https://vborg.vbsupport.ru/showthread.php?t=185495
in that after installing yours, not every one of the new threads was getting the new tags. Again, not certain but maybe you or someone else could test further. I had AJAX setting enabled on the other tagger.

jaryx 07-13-2009 06:34 AM

Code:

Add Tags To All Threads
Proces: 36 Added 32 tags.
Proces: 79
Fatal error: Maximum execution time of 30 seconds exceeded in /virtual/pl/admincp/misc.php(1933) : eval()'d code on line 204

Another one :confused:
I know, it's limitation of my server... Any solution?

Gersfan 07-13-2009 12:44 PM

Installled..
I don't have any errors, I've switched it on but it doesn't seem to be working with old or new threads.

Any ideas?

NLP-er 07-13-2009 02:40 PM

Quote:

Originally Posted by mdawg (Post 1847879)
Also, I cannot say for certain, but this does seem to create a conflict with
https://vborg.vbsupport.ru/showthread.php?t=185495
in that after installing yours, not every one of the new threads was getting the new tags. Again, not certain but maybe you or someone else could test further. I had AJAX setting enabled on the other tagger.

If there is not crashing then there should be no conflict. Booth plugins works on other hooks, more possible this is bug in the old adder. If I get more info I can check it, but sorry I don’t want to install the old one, because I have nice clean tags and don't want old plugin make a mess. So I will not test it myself, but ready to react when some error occurs :)

ErrorLog 07-13-2009 02:41 PM

3.8.3 dont work :S

NLP-er 07-13-2009 02:44 PM

Quote:

Originally Posted by jaryx (Post 1847906)
Code:

Add Tags To All Threads
Proces: 36 Added 32 tags.
Proces: 79
Fatal error: Maximum execution time of 30 seconds exceeded in /virtual/pl/admincp/misc.php(1933) : eval()'d code on line 204

Another one :confused:
I know, it's limitation of my server... Any solution?

Probably yes - I will add new param "threads per page" so you will be able to limit it. Now it's 250 and it is hardcoded. When you change it to something smaller you will still get same functionality, but each page will execute faster to problem should not occur. I will make new release in few minutes - will appreciate for feedback, does it really resolves this issue :)

ALREADY RELEASED! :)

NLP-er 07-13-2009 02:50 PM

Quote:

Originally Posted by Gersfan (Post 1848061)
Installled..
I don't have any errors, I've switched it on but it doesn't seem to be working with old or new threads.

Any ideas?

To work it with new thread some tags must already exist in your forum. This mod never creates new tag (it keeps your tags clean-up) - it uses only existing tags and assign it to thread if it ontans this keyword in title or content.

For old threads you have to run manually "Add Tags To All Threads" - you do it only once, because for new tags there is scheduled job, which takes all tags creates in last 24 hours and add it to all appropriate threads :)

NLP-er 07-13-2009 02:53 PM

Quote:

Originally Posted by ErrorLog (Post 1848130)
3.8.3 dont work :S

I have and tested it on 3.8.2 and it is clearly written in mod description so I really cannot tell what happens in 3.8.3, but I will gladly make it works :)

Do you have some errors?
It is possible that it works fine - create some test thread where will be included tag words (which you are sure that exists as tags in other threads) in content or title and tell me does those where added :)

NLP-er 07-13-2009 03:16 PM

New release 2.0.2: Added param which allows to configure to how many threads should be added tags, per one page of execution of "Add tags to all threads" task.

TRABZONLUKAPLAN 07-13-2009 03:21 PM

Good idea. I will try this later.

Gersfan 07-13-2009 03:36 PM

Quote:

Originally Posted by NLP-er (Post 1848137)
To work it with new thread some tags must already exist in your forum. This mod never creates new tag (it keeps your tags clean-up) - it uses only existing tags and assign it to thread if it ontans this keyword in title or content.

For old threads you have to run manually "Add Tags To All Threads" - you do it only once, because for new tags there is scheduled job, which takes all tags creates in last 24 hours and add it to all appropriate threads :)

I'm confused now.

So this modification doesn't add thread tags? - For example I assumed that if you created a thread I.E. 'Big Dog Eats Small Cat' this mod would add certain words from that title or post to the thread tags?

Mine just says None because none manualy been created when the thread was created

Tilly 07-13-2009 03:42 PM

Quote:

Originally Posted by Gersfan (Post 1848170)
I'm confused now.

So this modification doesn't add thread tags? - For example I assumed that if you created a thread I.E. 'Big Dog Eats Small Cat' this mod would add certain words from that title or post to the thread tags?

Mine just says None because none manualy been created when the thread was created

In your Admin CP, you can add tags to your tag database, if you have none in there it will not pull tags from threads and add them as tags.

When you add tags into your database it will find THOSE tags and identifiy them as tags with each new post or reply....this way you don't have random tags that no one would give a shit about like "the, and, there, was, how" but instead ones you identify as a tag like "cat, dog, small, big"

etc.

Got it?

NLP-er 07-13-2009 04:35 PM

Quote:

Originally Posted by Gersfan (Post 1848170)
I'm confused now.

So this modification doesn't add thread tags? - For example I assumed that if you created a thread I.E. 'Big Dog Eats Small Cat' this mod would add certain words from that title or post to the thread tags?

Mine just says None because none manualy been created when the thread was created

This mod DOES add thread tags.

It is clearly described that this mod works with already existing tags in forum :) It will automatically assign tags to new and old threads and those tags must already exist. You can add new tags whenever you want - this mod will assign those to already existing threads.

I really don't know where your expectations and confusion comes from - jut read mod description to know how it works :) There you have simple example :)

Whole idea of this mod is to NOT CERATE any tag - only automatically assign existing one. This way you have always clean and appropriate tags. Creating automatically new tags will quickly make garbage in your tags.

Adding tag to thread and create tag those are 2 different things :) This mod doesn't create any tag, but it does automatically add tags to threads :)

NLP-er 07-13-2009 04:38 PM

Quote:

Originally Posted by Tilly (Post 1848172)
In your Admin CP, you can add tags to your tag database, if you have none in there it will not pull tags from threads and add them as tags.

When you add tags into your database it will find THOSE tags and identifiy them as tags with each new post or reply....this way you don't have random tags that no one would give a shit about like "the, and, there, was, how" but instead ones you identify as a tag like "cat, dog, small, big"

etc.

Got it?

That’s right + this mod will also assign new tags to old threads + it can assign all tags to all threads (where it's appropriate) + you can also add new tag when write post about new topic and after that this tag will be assigned to any similar topic :)

NLP-er 07-13-2009 04:41 PM

Quote:

Originally Posted by TRABZONLUKAPLAN (Post 1848158)
Good idea. I will try this later.

Whenever you want :) Now, mod has also new configuration param - see history :)

Gersfan 07-13-2009 09:09 PM

Quote:

Originally Posted by NLP-er (Post 1848190)
This mod DOES add thread tags.

It is clearly described that this mod works with already existing tags in forum :) It will automatically assign tags to new and old threads and those tags must already exist. You can add new tags whenever you want - this mod will assign those to already existing threads.

I really don't know where your expectations and confusion comes from - jut read mod description to know how it works :) There you have simple example :)

Whole idea of this mod is to NOT CERATE any tag - only automatically assign existing one. This way you have always clean and appropriate tags. Creating automatically new tags will quickly make garbage in your tags.

Adding tag to thread and create tag those are 2 different things :) This mod doesn't create any tag, but it does automatically add tags to threads :)

Sorry for the confussion, I always and did read the mod info on first post but don't know where I got confussed.

Thanks.

Quote:

Originally Posted by Tilly (Post 1848172)
In your Admin CP, you can add tags to your tag database, if you have none in there it will not pull tags from threads and add them as tags.

When you add tags into your database it will find THOSE tags and identifiy them as tags with each new post or reply....this way you don't have random tags that no one would give a shit about like "the, and, there, was, how" but instead ones you identify as a tag like "cat, dog, small, big"
etc.
Got it?

Thanks, I understand now.

Just one thing where abouts in the ACP do you add tags as i've never done that before, Thanks again.

Tilly 07-14-2009 01:56 AM

Admin CP
Threads & Posts
Tags

:D

NLP-er 07-14-2009 01:59 AM

Quote:

Originally Posted by Gersfan (Post 1848309)
Sorry for the confussion, I always and did read the mod info on first post but don't know where I got confussed.

Thanks.



Thanks, I understand now.

Just one thing where abouts in the ACP do you add tags as i've never done that before, Thanks again.

Admin CP -> Threads & Posts -> Tags

Honestly - I also never add tags this way ;) I just add manually tags when I'm writing new thread and I'm sure that such tag doesn't exist, or when I see that it doesn't exist after writing the post. But as I wrote in one of post - when I started using tags, then after few posts I was using already existing tags over and over again - It would be hard to use new ones if forum is about specific topics ;) So I made mod which do it automatically and assures me that none of new garbage tags will be added - only those keywords which I considered valuable and already made tags for theme :) And even if some new tag ocures this mod will add it to old topics :)

So with this mod I'm 100% sure that if people are writing about important stuff it will be tagged, and if somesthing new will be considered as important, then all related topics will be also tagged even if was created before new tag arrived :)

NLP-er 07-14-2009 05:45 AM

2.1.0 Released I was asked does this mod can limit number of added tags. Such limitation already exists in vBulletin so I used it. In this release mod respects native vBulletin Maximum Tags per Thread setting and gives you alias to set it in one menu with other settings of this mod.

Enjoy! It's an order ;)

Daky 07-15-2009 04:23 PM

Very helpful, thank you.

I have a small 'problem tho'.

My forum is using many non English characters, so i don't know if anything can be done regarding this:

https://vborg.vbsupport.ru/external/2009/07/24.png

Letters like:
? č ? Ɖ etc.

Would it be possible to add option to remove and re-add tags in maintenance section?

Thank you,
D

NLP-er 07-15-2009 04:51 PM

Quote:

Originally Posted by Daky (Post 1849323)
Very helpful, thank you.

I have a small 'problem tho'.

My forum is using many non English characters, so i don't know if anything can be done regarding this:

https://vborg.vbsupport.ru/external/2009/07/24.png

Letters like:
Š č ž Ɖ etc.

Would it be possible to add option to remove and re-add tags in maintenance section?

Thank you,
D

I wonder why did somebody add tags like those in your forum...

I think you have some encoding problem. For me it looks like tags where added in one encoding and page is displayed in other one.

Is it possible to add functionality you asking for - you already have such thing in Admin CP -> Threads & Posts -> Tags you can there use Merge/Rename Selected - which is even better because don't remove anything - just change existing tag to have other keyword, but it is still assigned to every thread it was before :)

Daky 07-15-2009 06:30 PM

My forum is non-English forum, so, ppl are using different letters etc.

Vbseo script is rewriting them, but it doesnt work in tags, thats why i am asking if this can be fixed for users that are using different letters like Š č ž Ɖ etc.

Thank you

jaryx 07-15-2009 07:48 PM

Quote:

Originally Posted by Daky (Post 1849402)
My forum is non-English forum, so, ppl are using different letters etc.

Vbseo script is rewriting them, but it doesnt work in tags, thats why i am asking if this can be fixed for users that are using different letters like ? č ? Ɖ etc.

Thank you

I think... Propably you use Auto Thread Tagger ?? and u don't have Filter / Replacement Characters like:
Code:

'Ą'=>'A'
'ą'=>'a'
'Ś'=>'S'
'ś'=>'s'
'Ł'=>'L'
'ł'=>'l'

I have that filter and both Taggers work fine.

Sweeks 07-15-2009 07:54 PM

Excellent thanks NLP-er :D

Daky 07-15-2009 07:59 PM

Quote:

Originally Posted by jaryx (Post 1849454)
I think... Propably you use Auto Thread Tagger ?? and u don't have Filter / Replacement Characters like:
Code:

'Ą'=>'A'
'ą'=>'a'
'Ś'=>'S'
'ś'=>'s'
'Ł'=>'L'
'ł'=>'l'

I have that filter and both Taggers work fine.

Actually i uninstalled that script, using only this one.

Even when i was using Auto thread tagger script, not always it was filtering all letters, thats why i decided to go with this one.

barcena 07-15-2009 08:01 PM

1 Attachment(s)
<font color="Red">Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later.</font>

Any thoughts?

Also on the Admin CP I have this (see attachment please). I can't think the server has any problem because I have it on my other forum running as a charm and both forums are on the very same server (Linux)

I'm running 3.8.3 and installed this version, is that OK? ==> product-autotaggerfromcontentandtitle100.xml

jaryx 07-15-2009 09:21 PM

Quote:

Originally Posted by barcena (Post 1849466)
Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later.


Any thoughts?


Also on the Admin CP I have this (see attachment please). I can't think the server has any problem because I have it on my other forum running as a charm and both forums are on the very same server (Linux)

I'm running 3.8.3 and installed this version, is that OK? ==> product-autotaggerfromcontentandtitle100.xml

Try install 1 more time (without uninstall). Helped for me.

NLP-er 07-16-2009 04:06 AM

Quote:

Originally Posted by Daky (Post 1849402)
My forum is non-English forum, so, ppl are using different letters etc.

Vbseo script is rewriting them, but it doesnt work in tags, thats why i am asking if this can be fixed for users that are using different letters like Š č ž Ɖ etc.

Thank you

Hymm... I also have non english forum with vBSEO where I use such letters like ĄĘŚŻŹĆąęśćżź and everything is ok with my vB - are you sure you don't have some configuration issues?

NLP-er 07-16-2009 04:14 AM

Quote:

Originally Posted by barcena (Post 1849466)
Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later.


Any thoughts?


Also on the Admin CP I have this (see attachment please). I can't think the server has any problem because I have it on my other forum running as a charm and both forums are on the very same server (Linux)

I'm running 3.8.3 and installed this version, is that OK? ==> product-autotaggerfromcontentandtitle100.xml

Wrong installation :) Use last release - please download zip file with biggest number at the end. I understand that you did it make upload, but installed old product file instead this one which was in zip package - that’s why you have options menu without translations. Make install again with newest product-file and other files :)

About version check error - yesterday I had problems with vbulletin.org server so it can be the cause :) But is also possible that I mis somesthing in this area ;) I will check it. Anyway - mod is working, and if issues with update are my fault I will correct it :)


All times are GMT. The time now is 08:14 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
  • Page Generation 0.02034 seconds
  • Memory Usage 1,872KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete