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)

jskoh 03-26-2009 10:28 AM

how to put the tagger in forums home? i can only see it in search page. anyone?

rmxs 03-26-2009 12:45 PM

Hello why this replacements doesnt work??
'σ '=>'ς'
'Σ '=>'ς'

I wont all the last Σ and σ become ς
byt no lack..

cosy 03-27-2009 01:00 AM

got a small problem when the title is like bla:bla the tag is balbla any way to fix that ?

rmxs 03-29-2009 06:37 PM

Remove the ':'=>'' from hack settings (replacements)

marshal_ramdev 03-29-2009 06:40 PM

thanks

Azonaco 03-30-2009 02:14 AM

This is a wonderful mod. Thanks again.

eido 03-31-2009 06:19 AM

getting the same flood error :S

creative-friend 04-03-2009 10:32 PM

Done
Thanks Alot...

Farman 05-26-2009 06:18 AM

great mod, installed !

thincom2000 07-02-2009 03:56 AM

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.


All times are GMT. The time now is 12:45 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.01512 seconds
  • Memory Usage 1,726KB
  • 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
  • (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