vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Automatic Thread Tagger (https://vborg.vbsupport.ru/showthread.php?t=185495)

PimvanJ 07-24-2009 06:06 PM

Awesome hack thank you very much!
Has anyone a working dutch 'Excluded Words' list?

newmasalaboard 08-05-2009 04:38 PM

How to TAG threads which are posted through RSS feeds ??

Keesa 08-09-2009 03:21 PM

Quote:

Originally Posted by thincom2000 (Post 1841161)
The cron is deadly to boards with many threads... the cron query returns every thread in the database, (the 500 "limit" applies to how many loop recursions are processed), where it should be limiting the query itself. Once that's fixed, we face a table scan - an INDEX should be added on taglist and autoskip:
Code:

ALTER TABLE " . TABLE_PREFIX . "thread
ADD INDEX taglist (taglist ( 1 ) , autoskip)

Since we only need to check if taglist is empty, indexing the entire MEDIUMTEXT value is unnecessary, so use a length of 1 to save space.

I have a huge board, is it safe to install given this limitation?

newmasalaboard 08-12-2009 05:36 AM

Quote:

Originally Posted by newmasalaboard (Post 1862008)
How to TAG threads which are posted through RSS feeds ??

Please anyone ... Help me with this !!

Mazinger 10-06-2009 04:44 PM

Hello,

There's a problem between this mod and between (inferno vBshout chatbox)

There's a featuer in the chatbox that allows ajax feeding of new posts and threads that posts shouts like this: UserA has replied to thread trip to africa

but not after installing this mod, it posts like this: UserA has replied to thread

without the thread name & title.


How to fix this?

Rik Brown 12-22-2009 06:19 AM

Has anyone attempted to run this on a vBulletin 4.0 installation? If so, does it work?

Leo Brazil 12-22-2009 10:15 AM

I definetelly need this just-can't-survise-with for 4.0 too.

SnakeV 12-22-2009 10:44 PM

Yes, i also need this beatiful hack for vB4 :)

al_rhar 01-08-2010 10:07 PM

Excellent mod, and works perfect on 3.8.4 PL2

Smitty 01-08-2010 10:39 PM

As much as I would like an automatic thread tagger (I really, really do), I need one that will look at existing tags and only use those (I.e.: won't make new tags) and if there's no match will not create a new tag. I want total control over thread tags. Unless I'm missing something, I haven't seen one that will do that (as well as doing my old threads, which I think would be a good idea but not necessary).


All times are GMT. The time now is 06:39 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.01544 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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