vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - Automatic Thread Tagger (Project Terminated) (https://vborg.vbsupport.ru/showthread.php?t=179927)

NFLfbJunkie 05-21-2008 01:49 PM

Quote:

Originally Posted by Junkie https://vborg.vbsupport.ru/external/2012/02/5.gif
Great MOD. Would it be possible for tags associated with a deleted thread to remove themselves also?
I believe the default vBulletin software will do this.
Where in the CP can I set tags to be removed when a thread is removed?

Madlike 05-21-2008 02:07 PM

How Can I Delete, Deleted Thread's Tag ? :( :S

MrEyes 05-21-2008 03:05 PM

Quote:

Originally Posted by Junkie (Post 1526879)
Where in the CP can I set tags to be removed when a thread is removed?

Quote:

Originally Posted by Madlike (Post 1526901)
How Can I Delete, Deleted Thread's Tag ? :( :S

I have to admit that I do not know the specifics of how a the default VB code handles tag deletion on thread deletion and to some extent it is not relevant to this mod. However I believe it works like this:

When a tagged thread is submitted, and the tag has not been submitted before, the tags are s added to a master list of all tags (the tags table in your DB), the thread ID is then associated with the master tag via another DB table (tagthread). If the thread is then deleted the entry in tagthread is removed however the entry in the master table is left (just incase any other threads reference that tag). If you want to fully delete the tag you can do this via "ACP -> Threads & Posts -> Tags"

All this being said, this is assumption so it might be worth posting a question over at vb.com as this relates to default VB code.

lisss001 05-21-2008 03:54 PM

Thanks, I have been waiting for something like this.

maxicep 05-21-2008 04:24 PM

Quote:

Originally Posted by MrEyes (Post 1526826)
This will be added in the next release




A solution of sorts will be created in the next release (see comments at the end of this post)



So,
We are waiting the next release :)

Mecho 05-21-2008 05:24 PM

Quote:

Originally Posted by MrEyes (Post 1526826)
3) As reported by a few people there are a few issues with non alphanumeric characters in titles (thing like ( ) \ /). The next version will have a fairly complex replacement system built once released this will allow you to perform filtering and replacements. So for example:

'\'=>' and '

will replace all instances of '\' with ' and '

This can also be used to extend tags, so for example you can set the following rule:

'GSXR'=>'Suzuki GSXR'

So if a user submits a title of "GSXR Paintwork", the tags will be "Suzuki GSXR, Paintwork"

I imagine that this replacement system will need, with your feedback, considerable tweaking to make it as good as it can be when process human language input.

Sounds REALLY Good :)

Thanks

Hostboard 05-21-2008 05:48 PM

Pure and simple, a must have in my opinion.

Could you enhance the exclusion to also include the censored words and then option it like:

1. Use excluded words
2. Use VB's censored words
3. Use both

If not then maybe make the exluded words syntax the same as the stock censored words so it would be a simple cut and paste?

Thanx

powerful_rogue 05-21-2008 08:42 PM

Ive got it set up so I have RSS feeds going into a private area so I can check each thread before moving it into the public.

For some reason, when a thread is created using the vbulletin RSS system, no tags are added:confused:

DDad 05-21-2008 09:22 PM

Quote:

Originally Posted by powerful_rogue
Ive got it set up so I have RSS feeds going into a private area so I can check each thread before moving it into the public.

For some reason, when a thread is created using the vbulletin RSS system, no tags are added


It was answered already

Quote:

Originally Posted by MrEyes (Post 1526826)
In response to a few questions posted so far:

1) At the moment it does not support posts created via incoming RSS feeds, however I do intend to add this feature and I am in fact working on this right now.

.

MrEyes 05-21-2008 09:51 PM

Mod Updated

Seb@ 05-21-2008 10:49 PM

thanks men updated

abrecher 05-21-2008 11:28 PM

Quote:

Originally Posted by shlomot (Post 1526512)
I second this request. Thanks.



And thank you for this cool mod in general.

Ditto! I'd pay for this if necessary.

Stubbed 05-21-2008 11:29 PM

After the update, "quote text" appears as two tags, rather than one?

Title: This is a "test post" for great111 11 justice!!?!!
Tags: great111, justice, post, test

Title: This is a 'test post' for great justice.
Tags: great, justice, post, test

Smart Tags is definitely enabled.

abrecher 05-21-2008 11:31 PM

It was really getting to me that my users were barely using the tagging feature in VB. This is the PERFECT solution. Much appreciated!

Vtec44 05-22-2008 01:49 AM

Is there an option to update all old threads. I know this can be intensive, especially on bigger forums, but I'm just throwing it out there.

BTW, great hack!

budatalk 05-22-2008 02:46 AM

Looks like a great mod! I also have a question, when you install it, does it automatically check all threads before installation and tags them? Or is there an option for that? (especially that there are a lot of threads since the 3.6.8 days that might need tagging)

G3MM4 05-22-2008 04:50 AM

It looks good, however, I think I'll hold off installing until old threads are taggable and until AJAX is implemented.

redlabour 05-22-2008 06:33 AM

Feature Request:

It was a Killerapplication if it has a routine to mark all old Threads with Tags.

Stubbed 05-22-2008 07:05 AM

Quote:

Originally Posted by G3MM4 (Post 1527574)
It looks good, however, I think I'll hold off installing until old threads are taggable and until AJAX is implemented.

How would you implement AJAX into this?

Another special character bug:

Topic: petrol $2.09
Tags: petrol, \$2

MrEyes 05-22-2008 07:15 AM

Quote:

Originally Posted by Stubbed (Post 1527424)
After the update, "quote text" appears as two tags, rather than one?

Title: This is a "test post" for great111 11 justice!!?!!
Tags: great111, justice, post, test

Title: This is a 'test post' for great justice.
Tags: great, justice, post, test

Smart Tags is definitely enabled.

Issue fixed in new update to Beta 3. This was all to do with how slashes and escape characters were handled. One thing that it won't do though is remove "111" from "great111" unless you specify a filter like these:

'111'=>''
'1'=>'one'
'1'=>''

However this does have downsides as all instances of those strings would be replaced.

Quote:

Originally Posted by Stubbed (Post 1527645)
How would you implement AJAX into this?

Another special character bug:

Topic: petrol $2.09
Tags: petrol, \$2

Also fixed in the new beta 3. However you might want to remove the replacement/rule for the '.' characters as otherwise the tags will be '$209'. In the next release I will add support for only filter/replacing the end of strings. So "$2.09" is tag as that, but "Purple." is tagged as "purple".

At the moment I am primarily concentrating on the parsing of human language and refining the filters/replacements. So adding Ajax support is on the todo list however this won't happen until we are happy that the parsing system is as good as it can be.

Quote:

...tag old threads...
Also just to reiterate one point mentioned in the first post:

When the modification goes gold I will release something that will tag all old threads. However until the code is as good as it can be it would be extremely dangerous and potentially destructive to release this now. At the end of the day I am sure you don't want 1000's of thread tagged with bad tags because of a bug or odd configuration setting.

paramegsoft 05-22-2008 08:02 AM

many thanks mreyes

dilbert 05-22-2008 10:18 AM

Quote:

Originally Posted by MrEyes (Post 1527656)

When the modification goes gold I will release something that will tag all old threads. However until the code is as good as it can be it would be extremely dangerous and potentially destructive to release this now. At the end of the day I am sure you don't want 1000's of thread tagged with bad tags because of a bug or odd configuration setting.

This looks like a terrific mod, and I appreciate your attention to detail and concern for producing a high quality product.

Mdrop 05-22-2008 12:45 PM

Hmm... i get an error with special symbols as $ % ^ and with figures, more people with this problem?

Zaiaku 05-22-2008 12:51 PM

Thanks for the update!

maxicep 05-22-2008 01:09 PM

We need that exactly

Quote:

In the next release I will add support for only filter/replacing the end of strings. So "$2.09" is tag as that, but "Purple." is tagged as "purple".
:)

MrEyes 05-22-2008 04:44 PM

Quote:

Originally Posted by Mdrop (Post 1527892)
Hmm... i get an error with special symbols as $ % ^ and with figures, more people with this problem?

What title?
What error?

lisss001 05-22-2008 08:43 PM

I am finding that random slashes appear in my tag coud at the bottom of my board. Can this be fixed?. Most words seem to work okay, however not all, some are displayed like "help\\\" for example. Is it possible for a fix, thanks ;)

MrEyes 05-22-2008 09:47 PM

Quote:

Originally Posted by lisss001 (Post 1528321)
I am finding that random slashes appear in my tag coud at the bottom of my board. Can this be fixed?. Most words seem to work okay, however not all, some are displayed like "help\\\" for example. Is it possible for a fix, thanks ;)

What title?

peterpigman 05-22-2008 11:29 PM

Quote:

Originally Posted by lisss001 (Post 1528321)
I am finding that random slashes appear in my tag coud at the bottom of my board. Can this be fixed?. Most words seem to work okay, however not all, some are displayed like "help\\\" for example. Is it possible for a fix, thanks ;)

Quote:

Originally Posted by MrEyes (Post 1528385)
What title?

It replaces ? etc with a backspace.

Vtec44 05-22-2008 11:45 PM

I'm not sure if anyone has brought this up, but it seems like the tags are not updated when the thread title is updated. :)

FlyBoy73 05-23-2008 04:03 AM

Admittedly, I quickly scanned over the posts in this thread and may have missed this, but I have a question.

Most forums have issues with people not always accurately titling their threads to reflect the content within. That being said, what happens with staff come back and edit the title? Will this mod go back and re-do the Tags based upon the new title? If not, that would be an excellent feature.

Thanks for your work!

Vtec44 05-23-2008 04:21 AM

My post right above you answered your question.

KanmaiseR 05-23-2008 04:56 AM

Nice work, thanks installed :)

MrEyes 05-23-2008 06:39 AM

The tags are only calculated on first submission, so if the title is then changed the tags are not updated.

rapidphim 05-23-2008 04:14 PM

Can you please add UTF-8 compatible for next release?

Mesohu 05-23-2008 08:12 PM

Quote:

Originally Posted by rapidphim (Post 1529123)
Can you please add UTF-8 compatible for next release?

UTF 8 compatible , it works fine with characters like ? or ? ...

but the only problem is when the title finish with a ? , ! , or " , example : hello?! . The final result in the tag area is : hello\\ ...

MrEyes : when you will fix the characters issue , i think that after that you can release a gold version of this mod.

rapidphim 05-24-2008 12:07 AM

it doesn't pick up vietnamese characters.

Charlie98902 05-25-2008 02:50 AM

Working quite well for me thanks and it was easy to install.

Lee G 05-25-2008 07:12 PM

Tags on rss feeds problem. It adds the tags to feed posts but not to tags.php.
Apart from that it works well.
Top add on keep up the good work

dfc005 05-26-2008 08:57 AM

Loving the look of this mod.

What about thread prefixes?

Prefix: Eastern Conferance
Title: Pistons to win Game 4

I'd love the prefix to be tagged as "eastern conferance" rather than "eastern, conferance"


All times are GMT. The time now is 12:54 PM.

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.01454 seconds
  • Memory Usage 1,828KB
  • 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
  • (19)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