![]() |
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. |
How To Automatically adds new tags to old threads (daily)?
Where do i get this setting ? |
Its not tagging RSS feed. How do i auto tag Rss feed?
|
Quote:
Code:
http://www.YOURSITE.com/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags&startat=350&perpage=50 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. |
Hi there,
How to exclude forums, so that it don't automatic tagging? |
join to NTT
|
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 |
Edit that file and change line 85 to this:
Code:
return preg_split(',', $csv); |
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 |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|