vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Automatic Tagger From Message Content and Title (https://vborg.vbsupport.ru/showthread.php?t=234026)

appsfinder 07-08-2011 06:07 PM

You can manually delete all tags with these queries (backup first): from admin Execute SQL Query

DELETE FROM tag

DELETE FROM tagsearch

DELETE FROM tag_proposition

this mod rocks vb4.1.4

NLP-er 07-09-2011 06:40 PM

Quote:

Originally Posted by mickknutson (Post 2218094)
I keep getting this error:
Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
INSERT IGNORE INTO tagcontent (tagid, contenttypeid, contentid, userid, dateline) VALUES (466, 2, 17216, blinc, 1310122976);

MySQL Error  : Unknown column 'blinc' in 'field list'
Error Number  : 1054
Request Date  : Friday, July 8th 2011 @ 04:02:56 AM
Error Date    : Friday, July 8th 2011 @ 04:03:07 AM
Script        : http://www.blincmagazine.com/forum/cron.php?rand=1310122970
Referrer      : http://www.blincmagazine.com/forum/news-feeds/48782-wingsuit-lecture-voss-kulturhus.html
IP Address    : 88.190.23.224
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

blinc is the username the thread http://www.blincmagazine.com/forum/n...kulturhus.html was published by through RSS.

Imn tagger userid is taken by:
PHP Code:

$userid $vbulletin->userinfo['userid']; 

And this gives number not string. In your case the issue is because as userid you have set 'blinc'. Please make sure that nothing is changing your vBulletin userinfo. I just checked all places of tagger code where such query is executed - userid is taken same way. So this is probably some other mod issue. According to vBulletin architecture $vbulletin->userinfo['userid'] should give you user id - number not string (username). Please check for conflicts with other mods.

vap0r-7 08-08-2011 08:10 AM

This mod has been working great until about a few days ago, recently it has stopped creating the tags on new topics as we have that set to newtopics only.

I have run the script also for adding tags to see if it would catch the posts that have not been getting tags, but we are getting nothing...

No errors either, I just don't know where to start for troubleshooting.

FYI it is adding Forum assigned tags, just not from the content and title

Welshy2008 08-08-2011 04:43 PM

Quote:

Originally Posted by vap0r-7 (Post 2230815)
This mod has been working great until about a few days ago, recently it has stopped creating the tags on new topics as we have that set to newtopics only.

I have run the script also for adding tags to see if it would catch the posts that have not been getting tags, but we are getting nothing...

I have exactly the same problem. I have also run the scrit for adding tags, etc.

Krisstoffer 08-11-2011 10:58 AM

I have run into an issue which is potentially related to the settings we are using (although nothing pops out to me as being the cause) in short when a user posts a topic which contains the following words for example: swans, sydney - it will attempt to create tags for them and rightly so however both tags are synonyms to the word 'sydney swans' and vB obviously informs the user it's moved the tags to the synonym - however this creates a loop as on resubmission it attempts to re-add the word sydney, swans - any ideas ?

cameraguru 08-11-2011 04:49 PM

installed

cheers

exportforce 09-30-2011 11:41 AM

Anyone knows if it is fully compatible to 4.1.5 ?

mgcom 10-01-2011 10:23 AM

Is there anyway for it to tag articles and blogs ??

DaveS 10-01-2011 01:10 PM

A suggestion.....

Can the Tags Propositions page have options to untick / tick all. It would make life a LOT easier.
TIA. :up:

hoatran 10-04-2011 03:06 AM

There are two thing happening to me now.

1. When I created tags for the main forum, it does not work for the sub-forum
2. how to increase the number of tags?

Thanks in advance


All times are GMT. The time now is 11:40 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.01706 seconds
  • Memory Usage 1,742KB
  • 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)bbcode_php_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