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)

Rik Brown 11-26-2008 04:33 AM

Quote:

Originally Posted by ddaybofb (Post 1673117)
NVM Figured out how to get it work



I get this error when importing xml file:
"The following dependencies were not met:

1. This product is not compatible with version 3.8.0 Beta 3 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.99 and greater)"

I'm guessing that since I installed this before upgrading to the 3.8.0 beta, I'm not getting any such error message. All the same, its creating the all the tags fine as far as I can tell. I'm wondering if Phalynx put that error message in there as a precaution in case there were any changes to the vb database schema in successive releases of vb.

-- Rik

KevinL 11-26-2008 11:56 AM

go into the xml and change the 3.7.99 to 3.8.1 and it should work OK.

sherwood 11-28-2008 11:21 AM

that does work to allow you to install it but there in no admincp options to change :S

any idea why?

ericdesmontagne 11-29-2008 04:48 PM

Even if cron task is well activated, old discussions without any tag are not automatically tagged. Do you know why ?
Thankyou for your good job.
vB 3.7.4 PL1
Last version of Autotag

ericdesmontagne 11-30-2008 05:00 AM

Well, each autotag cron look like this :
117915 Auto Thread Tagger 2008-11-30 02:31:41 Auto Thread Tagger processed 0 threads.
Meanwhile, i have thousand thread not tagged...

Anybody have an idea ?

sdavis2702 11-30-2008 06:42 PM

Sweet... thanks!

dfc005 12-01-2008 08:40 AM

Quote:

Originally Posted by Phalynx (Post 1603800)
Once again, the filters are run before the prefixes because of "I didn't thought someone would need to filter the predefined prefixes". I will change this in next bigger version.

Hey mate, has this been added yet?

eh9 daddy 12-02-2008 03:32 PM

Quote:

Originally Posted by ericdesmontagne (Post 1675585)
Well, each autotag cron look like this :
117915 Auto Thread Tagger 2008-11-30 02:31:41 Auto Thread Tagger processed 0 threads.
Meanwhile, i have thousand thread not tagged...

Anybody have an idea ?

i have the same problem on vb 3.8 b4

paketeto 12-03-2008 01:30 PM

The mod is perfect, i've just found a point to improve:

I have configured the mod to ad tags to the user tags (if any added), and i noticed that the replacement characters only works on the tags created by the mod, but no on the user's one (excuse my english).

For example:

I have a replacement character rule: 'ó'=>'o'
Users write in tags box: jamón
And then submits (with ajax off), and when seeing the created tags, the replacement characters went fine on automatic tags, but ignored for the user word, so "jamón" stils like "jamón", instead "jamon".

Is my fault or is something to do?

Thank you.

MrNase 12-03-2008 01:44 PM

Quote:

Originally Posted by eh9 daddy (Post 1677113)
i have the same problem on vb 3.8 b4

Same here on vB 3.7.4

My log looks like this:

4191 Auto Thread Tagger 16:41, 03.12.2008 Auto Thread Tagger processed 0 threads.
4190 Auto Thread Tagger 16:37, 03.12.2008 Auto Thread Tagger processed 2 threads.



But there are many more threads without tags. :(


Edit:

I think I got it… The default value of taglist is not '0' or empty it is 'NULL' maybe that makes the difference. :)

So you should change the query in /cron/autotagger.php into this:
PHP Code:

    $threads $vbulletin->db->query_read("SELECT
        t.taglist,
        t.dateline,
        t.forumid,
        t.postuserid,
        t.title,
        t.threadid,
        t.prefixid
        FROM " 
TABLE_PREFIX "thread AS t
        WHERE t.taglist IS NULL AND autoskip=0
    "
); 

It results in:

4200 Auto Thread Tagger 16:54, 03.12.2008 Auto Thread Tagger processed 3273 threads.
4199 Auto Thread Tagger 16:54, 03.12.2008 Auto Thread Tagger processed 500 threads.
4198 Auto Thread Tagger 16:53, 03.12.2008 Auto Thread Tagger processed 500 threads.


All times are GMT. The time now is 06:45 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.01552 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)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