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)

fahris 10-16-2012 11:32 AM

Hello

How can I solve the problem of Turkish character have?

i, ü, ö, ğ, ş, ç, İ,Ü,Ğ,Ş,Ç, => �

Example:

yar�na, yard�m,

ClanScene 12-26-2012 12:55 AM

Works perfectly! Although I noticed that some threads aren't tagged after I ran it for old posts.

fxdigi-cash 12-27-2012 12:16 AM

works great on vb4.2

Thanks.

dreamygirl 12-27-2012 01:25 AM

It doesn't seem to be doing the forum tags at all for me. I put some default tags for most of my forums, but some threads still get tagged with nothing. And the other threads that are tagged, don't include those default tags I chose.

Otherwise this is looking good. I'm running VB 4.2.

Morrus 12-28-2012 04:36 PM

I can't really see a way to use this. If you create proporisiotns form old thread titles, you get thousands and thousands of pages of proposed tags which you then ahve to approve/disapprove manually. The majority of them are things like this:

âàì

Ãàîàðíòèÿ

ÂÀÌÈ

áàíêåòîâ

aaiinihjijih

Ââîä

aalic

âàñ

aand

Âàòèêàí

àâòîìîáèëüíîå

àâòîñåðâèñû

aap

aarg

aargh

aarn

aaron

aarrgh

aarrrggh

aasamirs

aasgard

aasimars

aasterinian

aav

aawww

ÁÀÄ

ÂÀØ

Âàøå

Âàøåãî

ÂÀØÅÌÓ

And so on for thousands of pages.

proxx 01-06-2013 04:09 AM

What effect does auto tagging have on SEO?

djbaxter 01-06-2013 04:23 AM

Quote:

Originally Posted by proxx (Post 2395020)
What effect does auto tagging have on SEO?

Good question, or more generally what is the benefit of tagging at all in any form, apart from bloating the database? I've asked this question before and I have yet to receive a satisfactory answer.

Morrus 01-06-2013 01:20 PM

Quote:

Originally Posted by djbaxter (Post 2395023)
Good question, or more generally what is the benefit of tagging at all in any form, apart from bloating the database? I've asked this question before and I have yet to receive a satisfactory answer.

I find - assuming your cloud is prominent and visible - that it's an excellent way of telling a new visitor what your forum is about, and prompting them to dive right in to a subject of their liking.

djbaxter 01-06-2013 01:35 PM

Quote:

Originally Posted by Morrus (Post 2395067)
I find - assuming your cloud is prominent and visible - that it's an excellent way of telling a new visitor what your forum is about, and prompting them to dive right in to a subject of their liking.

The list and descriptions of your forums on the main index should do a much better job of accomplishing that.

Morrus 01-06-2013 02:25 PM

Quote:

Originally Posted by djbaxter (Post 2395070)
The list and descriptions of your forums on the main index should do a much better job of accomplishing that.

OK.

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);

kamran_dotnet 10-11-2013 04:15 PM

Quote:

Originally Posted by ozzy47 (Post 2452250)
Same file, change line 13 to this:

Code:

return preg_split(' ', $text);

tnx but i get this:

Quote:

Database error in vBulletin 4.2.2:

Invalid SQL:
INSERT IGNORE INTO tag (tagtext, dateline) VALUES;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Friday, October 11th 2013 @ 05:09:55 PM
Error Date : Friday, October 11th 2013 @ 05:09:56 PM
Script : http://winphonecenter.com/forum/admi....php?do=update
Referrer : http://winphonecenter.com/forum/admi...p?do=edit&f=11
IP Address : 212.33.218.113
Username : WinPhoneCenter
Classname : vB_Database
MySQL Version : 5.1.70-cll

ozzy47 10-11-2013 04:16 PM

Hmmm, try this.

Code:

return str_split(' ', $text);

kamran_dotnet 10-11-2013 05:01 PM

1 Attachment(s)
Quote:

Originally Posted by ozzy47 (Post 2452253)
Hmmm, try this.

Code:

return str_split(' ', $text);

tnx its fix now
both lines 13 and 85 needs to change
i upload fixed file for others.
and tnx to you

warlord0 10-18-2013 11:19 AM

Thanks for the pointers guys., Just fix line 13 and 85 and back up and running.

ozzy47 10-18-2013 11:23 AM

Not a problem, glad to help. :)

DemOnstar 10-18-2013 12:57 PM

Quote:

Originally Posted by kamran_dotnet (Post 2452266)
tnx its fix now
both lines 13 and 85 needs to change
i upload fixed file for others.
and tnx to you

Thanks for sharing...I don't have it installed yet but I will as soon as I download 4.2.2. Which may be a while yet....:up:

Cusski 10-23-2013 06:53 PM

I edit lines 13 and 85, but now the problem, hundreds of lines all the same when posts are made

Code:

Warning: in_array() expects parameter 2 to be array, null given in ..../includes/functions_autotaggerfromcontentandtitle.php on line 157
disable the addon to make my forum OK

ozzy47 10-23-2013 08:15 PM

Then you may have messed something up, try the file in this post, it has the edits done already, https://vborg.vbsupport.ru/showpost....&postcount=423

friendlymela 11-14-2013 12:47 PM

what work of this mod ?

newguy 11-20-2013 10:25 AM

I have had this mod installed since I went from vb3 to vb4 about a year ago. It has never worked for me and I finally wanted to post and ask for help. I have everything installed correct but no tags are ever added.

I run the scheduled task and also in maintenance area of the admincp I run add tags to all threads and that process runs and says 0 tags added.

This thread has 29 pages and 430 posts and I went through some of them looking for someone that had the same issue as I do. I did not come across any one.

newguy 11-21-2013 10:40 AM

Can anyone help me out?

newguy 11-24-2013 09:22 AM

Thanks anyway, going to uninstall since this mod is not supported.

joeychgo 03-16-2014 05:23 AM

Yeah, I cant get it to work either....

Phaedrus 04-09-2014 03:02 AM

Yeah, still gives errors even with the new file. Both auto tagger mods are now tested and failed on 4.2.2 PL1...

We need some updated mods.

Mecho 04-13-2014 11:25 AM

Anyone can confirm that this is working on 4.2.2 with the ozzy47's fixes here ??

Thanks

fai99al99 04-13-2014 01:05 PM

working fine without applying any fixes

on vb4.2.2 , php5.4.26

DemOnstar 04-22-2014 09:15 AM

Tagged the tagger for a while now.
Installed today on test site to try figure out what to do...

I never thought tags were so important but they seem to be everywhere these days..
You are ahead of your time sir....:D

DemOnstar 04-22-2014 09:21 AM

One question.
What is the relevance of the list of words in Post #2 and where do I add them?

Thanks..

EDIT: I think I found the place...Options/Ignored words for tags propositions

DemOnstar 04-23-2014 04:37 AM

How does this work with the inbuilt Vb tagging system?
Are we to enable both?

Thanks for any response.

M.C. 05-18-2014 06:05 AM

anyone can advice SQL query to mass approve propositions? I have 150+ pages of words and have no time to do it manually :(


All times are GMT. The time now is 04:41 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.01790 seconds
  • Memory Usage 1,819KB
  • 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
  • (9)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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