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)

Morrus 01-06-2013 04:48 PM

So I keep running into the same problem. Anyone got any ideas?

I have about 270K threads, and I've manually created about 70 tags. When I run "add tags to all threads" it always gets to about 17K and then I get a blank white page with nothing on it (the left hand admin CP nav menu is there, but the main pane is totally blank and white). Same thing happens every time I run it, so basically I end up with only a few threads from 2002 tagged.

Naijasite 02-11-2013 09:58 PM

How To Automatically adds new tags to old threads (daily)?

Where do i get this setting ?

Naijasite 02-13-2013 05:38 PM

Its not tagging RSS feed. How do i auto tag Rss feed?

Budget101 07-11-2013 03:09 PM

Quote:

Originally Posted by Morrus (Post 2395097)
So I keep running into the same problem. Anyone got any ideas?

I have about 270K threads, and I've manually created about 70 tags. When I run "add tags to all threads" it always gets to about 17K and then I get a blank white page with nothing on it (the left hand admin CP nav menu is there, but the main pane is totally blank and white). Same thing happens every time I run it, so basically I end up with only a few threads from 2002 tagged.

I had the same issue, make sure that you run the autotagger in a separate page so you can see the URL at the top, it should look something like this:
Code:

http://www.YOURSITE.com/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags&startat=350&perpage=50
When you run it and you see where it's getting stuck you can rewrite the URL to start a couple pages past that number. So if you're getting stuck at 17002 your new url would be

http:// www. YOURSITE .com /admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags &startat=17004&perpage=50

it will pick up where it left off. I had over 350,000 threads so mine got stuck a few times. I also recommend reducing the number per page as well, as you can see from the example I used 50.

Hope this helps, I realize your request was back this past winter.

NTT 08-03-2013 06:06 PM

Hi there,

How to exclude forums, so that it don't automatic tagging?

M.C. 09-05-2013 08:09 AM

join to NTT

kamran_dotnet 10-11-2013 04:02 PM

after upgrade vbulletin to 4.2.2
i got this error when sending new threads:
Code:

Warning: Function split() is deprecated in ..../includes/functions_autotaggerfromcontentandtitle.php on line 85

ozzy47 10-11-2013 04:06 PM

Edit that file and change line 85 to this:

Code:

return preg_split(',', $csv);

kamran_dotnet 10-11-2013 04:09 PM

also when i want to "creat tags propositions from all titles" i get this error this time in line 13:
Code:

Warning: Function split() is deprecated in ..../includes/functions_autotaggerfromcontentandtitle.php on line 13

ozzy47 10-11-2013 04:11 PM

Same file, change line 13 to this:

Code:

return preg_split(' ', $text);


All times are GMT. The time now is 07: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.01582 seconds
  • Memory Usage 1,736KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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