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)

dfc005 08-15-2008 06:18 AM

I have my prefixes in this format....

Prefix1:
Prefix2:
Prefix3:

The thread tagger is now making tags for them including the ":". How do I remove the colon from the tag without having to remove it from my prefix? Is it possible?

tekguru 08-15-2008 07:36 AM

Quote:

Originally Posted by Phalynx (Post 1591793)
Already included in v1.1.0 GOLD

Not for me it isnt but will try the 111 beta.

pspmaster93 08-15-2008 05:09 PM

when im updating counters, when i try updating thread information it gives me this error...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /home/warez4u/public_html/includes/functions_autotagger.php on line 408

and i uninstalled the mod and it works now so its definately caused by this mod

Hostboard 08-15-2008 06:42 PM

Quote:

Originally Posted by pspmaster93 (Post 1599408)
when im updating counters, when i try updating thread information it gives me this error...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /home/warez4u/public_html/includes/functions_autotagger.php on line 408

and i uninstalled the mod and it works now so its definately caused by this mod

I noted this previously. You need to decrease the number of items being worked on at a time. I think I reduced mine to 500 and worked without any problems.

cSh 08-16-2008 09:24 AM

'.'=>''
example
Automatic.Thread.Tagger.Best.module
AutomaticThreadTaggerBestmodule

not tag automatic , thread , tagger , best , module

. space keyword ?
'.'=>'' ???
sorry english so so

GoTTi 08-16-2008 06:45 PM

nice mod. thanks

dfc005 08-18-2008 11:08 AM

Quote:

Originally Posted by dfc005 (Post 1599001)
I have my prefixes in this format....

Prefix1:
Prefix2:
Prefix3:

The thread tagger is now making tags for them including the ":". How do I remove the colon from the tag without having to remove it from my prefix? Is it possible?

To add to this because I don't think I explained it very well. So, I've got a few prefixes such as Prefix1:, Prefix2: and Prefix3:. They each have a colon after them to distinguish them from the post title for exampkle.....

Prefix1: This is the title!

Now, the Auto Thread Tagger is tagging the prefix as it should but I'd prefer it to tag with the colon on the end. Is it possible to remove this without removing all the colons? Or setting up Prefix1: => Prefix1?

Also noticed that if no prefix is used, it tags "(No Prefix)" which I also think it shouldn't do.

Cheers!

Phalynx 08-18-2008 11:22 AM

Quote:

Originally Posted by JesusLiv3s (Post 1598065)
Thanks! It appears as a different name than I expected, something you might want to fix in the future.

This is nothing to be fixed, I changed it in v1.0.0.1

Quote:

Originally Posted by fredang85 (Post 1598695)
I don't think this is quite good an advise, not to use russian and english words. I have no control on what my forumers posts.

Is there a possibility that you can make them ignore all characters except english?

I don't know any problems on my server mixing this. It must be an issue on your MySQL Server.

Quote:

Originally Posted by dfc005 (Post 1599001)
I have my prefixes in this format....

Prefix1:
Prefix2:
Prefix3:

The thread tagger is now making tags for them including the ":". How do I remove the colon from the tag without having to remove it from my prefix? Is it possible?

That's because there are no filters running after adding the prefix.

Quote:

Originally Posted by cSh (Post 1599862)
'.'=>''
example
Automatic.Thread.Tagger.Best.module
AutomaticThreadTaggerBestmodule

not tag automatic , thread , tagger , best , module

. space keyword ?
'.'=>'' ???
sorry english so so

To get support, you will need to click "Mark as Installed".

funinthesun 08-18-2008 12:35 PM

I have typed out a list of composite tags and everytime I click save then check back to see if the list is still there, it has disappeared so for some reason it's not saving. Any ideas why?

Phalynx 08-18-2008 01:33 PM

Try to add them one by one. The last one that wont save seems to have a wrong charset.

cSh 08-18-2008 09:18 PM

Quote:

Originally Posted by Phalynx (Post 1601356)
To get support, you will need to click "Mark as Installed".

sorry ok installed

funinthesun 08-18-2008 10:06 PM

Since installing this modification, I am unable to create new threads, reply to existing threads or PM's. The only thing I seem to be able to do is edit thread titles. I also cannot save any template edits. Everytime I try to do any of the above, I am redirected back to the homepage.

What database changes does this modification make so that I can have a look and try to correct them.

Phalynx 08-19-2008 06:59 AM

Quote:

Originally Posted by cSh (Post 1599862)
'.'=>''
example
Automatic.Thread.Tagger.Best.module
AutomaticThreadTaggerBestmodule

not tag automatic , thread , tagger , best , module

. space keyword ?
'.'=>'' ???
sorry english so so

'.'=>' '
Just a space between the '

Quote:

Originally Posted by funinthesun (Post 1601841)
Since installing this modification, I am unable to create new threads, reply to existing threads or PM's. The only thing I seem to be able to do is edit thread titles. I also cannot save any template edits. Everytime I try to do any of the above, I am redirected back to the homepage.

What database changes does this modification make so that I can have a look and try to correct them.

Seems you have uploaded the PHP files in binary mode. Upload all files again as text.

dfc005 08-19-2008 12:12 PM

Quote:

Originally Posted by Phalynx (Post 1601356)
That's because there are no filters running after adding the prefix.

Sorry, not quite following.

Are you saying that the way you have thread tagger working it doesn't run the filters on prefixes? Or I need to add custom filters for each of my prefixes (which would be a big ball ache)?

Phalynx 08-19-2008 12:47 PM

The filter are run BEFORE the prefixes are added. I didn't thought someone would need to filter the predefined prefixes.

dfc005 08-20-2008 12:00 AM

Is it possible then to run the filters after? Is there any particular reason they are run before?

I like having the colon on my prefixes to distiguish them from the rest of the title but it looks quite tacky having the colon in the tags.

cSh 08-20-2008 05:38 PM

Quote:

Originally Posted by Phalynx (Post 1602120)
'.'=>' '
Just a space between the '


Seems you have uploaded the PHP files in binary mode. Upload all files again as text.

not work
'.'=>' '
' . '=>' '
' . '=>' '

j_86 08-20-2008 07:42 PM

Attached is a very comprehensive and aggressive list of stop words (English). You won't find it anywhere on the Internet.

Videx 08-21-2008 02:30 AM

Quote:

Originally Posted by JimpsEd (Post 1603226)
Attached is a very comprehensive and aggressive list of stop words (English). You won't find it anywhere on the Internet.

Stopwords? Please tell us more. What would these be used for? How?

Hostboard 08-21-2008 03:25 AM

Quote:

Originally Posted by Videx (Post 1603463)
Stopwords? Please tell us more. What would these be used for? How?

http://en.wikipedia.org/wiki/Stop_words

Quote:

Attached is a very comprehensive and aggressive list of stop words (English). You won't find it anywhere on the Internet.
Ummm....
http://www.dcs.gla.ac.uk/idom/ir_res...ils/stop_words :rolleyes:

http://www.webconfs.com/stop-words.php :rolleyes:

While Google ignores certain words, I am not certain that other search engines might ignore the same words thus putting you at a disadvantage. Also the list changes so you could be at a disadvantage. If I was going to use this sort of list I would only use the one Google publishes.

More info:
http://www.seobythesea.com/?p=1109
http://searchengineland.com/080118-083645.php

More threads on stop words :
http://www.webmasterworld.com/forum89/1484.htm
http://www.webmasterworld.com/forum89/1158.htm

Welcome to the new can of worms...

Phalynx 08-21-2008 01:54 PM

Quote:

Originally Posted by dfc005 (Post 1602699)
Is it possible then to run the filters after? Is there any particular reason they are run before?

I like having the colon on my prefixes to distiguish them from the rest of the title but it looks quite tacky having the colon in the tags.

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.

Quote:

Originally Posted by cSh (Post 1603186)
not work
'.'=>' '
' . '=>' '
' . '=>' '

Filters are enabled?

funinthesun 08-21-2008 04:23 PM

Does anyone have this installed and running fine with vbseo?

sho3a3 08-22-2008 04:16 AM

Goood I Used It Very Good

Rik Brown 08-22-2008 11:38 AM

Quote:

Originally Posted by funinthesun (Post 1603878)
Does anyone have this installed and running fine with vbseo?

Its running great for us on the current release versions of vBulletin and vbSEO. -- Rik

uzeyir 08-23-2008 10:01 PM

Thaks...

i156 08-23-2008 10:15 PM

Just installed and is working great.

turbosatan 08-24-2008 10:25 AM

issues with tagging old threads

i have installed as per the instructions and run the scheduled task but it seems to display "Done" very quickly and there are no old threads with any tags.

could you please advise the best course of action.

thanks

T

Reeftanksonline 08-24-2008 11:26 AM

I have an issue when I try to add a tag to an already tagged thread it tells me its invalid. Is it from my settings?

dfc005 08-25-2008 05:04 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.

Sorry mate, didn't mean to badger you. Thanks!

cSh 08-25-2008 09:01 PM

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.


Filters are enabled?

yes enabled
but example vbulletin.best.module
keywords ; vbulletin best module
true keyword ; vbulletin , best , module

f4vn 08-26-2008 03:25 AM

my server was high load and overload when I used this mod.... So bad !!!

Phalynx 08-26-2008 11:21 AM

Quote:

Originally Posted by turbosatan (Post 1605671)
issues with tagging old threads
i have installed as per the instructions and run the scheduled task but it seems to display "Done" very quickly and there are no old threads with any tags.
could you please advise the best course of action.

To get support, you will need to click "Mark as Installed".

Quote:

Originally Posted by Reeftanksonline (Post 1605707)
I have an issue when I try to add a tag to an already tagged thread it tells me its invalid. Is it from my settings?

Yes, check your settings. Maybe the limits for f.e. length are too tight.

Quote:

Originally Posted by cSh (Post 1606843)
yes enabled
but example vbulletin.best.module
keywords ; vbulletin best module
true keyword ; vbulletin , best , module

I will take a deeper look soon.

Quote:

Originally Posted by f4vn (Post 1607058)
my server was high load and overload when I used this mod.... So bad !!!

Don't understand this. When do you have a high load? As I know only if your tag your old threads for the first time.

turbosatan 08-26-2008 12:43 PM

Quote:

Originally Posted by Phalynx (Post 1607288)
To get support, you will need to click "Mark as Installed".

i am sure the advice will be forthcoming now i clicked the button

Phalynx 08-26-2008 01:04 PM

Quote:

Originally Posted by turbosatan (Post 1605671)
i have installed as per the instructions and run the scheduled task but it seems to display "Done" very quickly and there are no old threads with any tags.

Did you checked this already?

* If no threads are tagged you will have to check the following:
- Is the modification enabled? Is the action you are testing enabled? (vBulletin tagging, whole auto thread tagger system, AJAX, new threads)
- Are the words you are using badwords or filtered out?

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.

turbosatan 08-26-2008 01:19 PM

Quote:

Originally Posted by Phalynx (Post 1607350)
Did you checked this already?

* If no threads are tagged you will have to check the following:
- Is the modification enabled? Is the action you are testing enabled? (vBulletin tagging, whole auto thread tagger system, AJAX, new threads)
- Are the words you are using badwords or filtered out?

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.

yes the mod is certainly on but it doesseem to have stalled.

is there a way of emptying the queue as i have a lot of old posts and the only thing i can think of is the queue has filled up with invalid posts for tagging purposes and cannot add any more.

or can i increase the max from 500 up to 5k for a short while so the older threads can be tagged. i am happy to take the performance hit for a short time

Phalynx 08-26-2008 01:33 PM

It seems you didn't run maintenance tools/tag threads? Please read the above. There also states that you can lift up the 500 limit. Also, check the cron log.

turbosatan 08-26-2008 01:46 PM

i went into scheduled tasks as instructed and clicked on the scheduled task

is there another maintenance task i should be running in addition to this or is it just the one?

i will reread the instructions regarding lifting te 500 limit. unless you could quickly tell me where to do this

Phalynx 08-26-2008 02:22 PM

Scheduled Task is not Maintenance Tool. Please run Maintenance Tool, Auto Tag Threads before.

turbosatan 08-26-2008 02:55 PM

ok so your instructions say
Quote:

"Automatic Tagging of existing threads
You can tag existing threads via maintenance or scheduled task/cron. They will be created with a special flag so they can be easily identified and deleted. Manual assigned tags are not touched. Maintenance is also working if Automatic Tagging is disabled via settings. Great if you want to test some settings. Automatic Tagging will take the date of the thread creation and also the userid of the creator. This process can be automated by running a scheduled job once a night.

Please keep in mind that tags that were proposed via AJAX are not tagged as auto tagged and therefore cannot be identified as such (and therefore not deleted automatically). If you want to retain the auto tagged flag you should disable AJAX and enable the tagging after the thread has been saved. As an alternative way you can also disable this and let new threads be tagged in the night from the scheduled job."
so it details you can use either maintenance or scheduled task/cron

i have found the maintenance item referred to now

for anyone else who has the same issues you need to go to

Maintenance -> update counters -> the bottom option on thios page is auto tag threads.

maybe it would be a bit clearer if you added this into the instructions.?

Phalynx 08-26-2008 03:07 PM

As I already stated to you:
https://vborg.vbsupport.ru/showthrea...50#post1607350

This is taken from the troubleshooting passage:
Quote:

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.


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