vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Automatic Thread Tagger for vB3.8 (https://vborg.vbsupport.ru/showthread.php?t=201156)

SDN 01-31-2010 05:02 PM

How do i enable the mod?

testbot 02-03-2010 06:39 PM

vb4?

jl255 02-04-2010 12:23 PM

do tags actually help a forum? i've never used tags to navigate through a forum and i'm guessing its the case for most ppl. can someone confirm?

testbot 02-10-2010 03:22 AM

after no word back i couldn't wait for the upgrade for this one so i made a temporary one. it's beta and not advanced but if you want to test it out you can find it here...

https://vborg.vbsupport.ru/showthread.php?t=235469

once this one gets updated though, i'll might take it down out of respect to this developer. unless of course he/she doesn't mind that the idea was created from their product.

Veer 02-10-2010 09:29 AM

Thank you testbot.

Skydiver10 04-12-2010 10:55 PM

Thanks for this hack....works great!!! :up:

MagicThemeParks 04-30-2010 11:02 PM

Quote:

Originally Posted by GoTTi (Post 1891395)
getting a error with this. when the title is in the bar, and you goto type the msg, the tag comes out like:



any ideas?

I'm getting the same error.

Quote:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/init.php(304) : eval()'d code on line 16
Any ideas on how I can fix this?

haytham 05-01-2010 08:31 AM

Installed and nominated.

dangan 05-01-2010 10:11 AM

Thanks for this plugin
Marked as Installed ! :D

MrD 05-22-2010 08:25 AM

I love this Mod in Vb3.x and i would like it, if there are ported to VB4.
The NPLer Mod is not realy Working, and the Port of testbot don´t tag old Threads.

Kwikms 05-24-2010 11:34 AM

Nice mod. Could you please include in the manual how to delete all the auto tagged tags?

ChopSuey 06-02-2010 08:40 AM

Quote:

Originally Posted by Kwikms (Post 2042644)
Nice mod. Could you please include in the manual how to delete all the auto tagged tags?

In the Maintenance > Update counters

scroll all the way to the bottom :)

Super-six 06-15-2010 04:26 PM

Excellent. Installed.
Came here for excluded words list and see you already posted this
resource. A mark of professionalism. Thanks.

Quote:

What are Stopwords?
Stopwords is the name given to words which are filtered out prior to processing of tags.
The user Hostboard on vBulletin.org posted some resources regardings this:
https://vborg.vbsupport.ru/showp...&postcount=380
Fairly exhaustive list found here:
http://armandbrahaj.blog.al/2009/04/...sh-stop-words/

MjrNuT 06-21-2010 08:15 PM

This mod seems to not do auto tag for threads that are polls. Is that right or do I have something misconfigured?

Thanks

MjrNuT 06-24-2010 06:01 PM

Hmm, I see that this mod is no longer supported. :(

I have not had any issues with this mod until the last couple of weeks. I believe there may be a conflict with the Usertagging mod, since that is the only addition/change and related to the auto tagger not TAGGING.

I just ran the Maintenance after rechecking all settings, to perform Auto Tag on all threads. New threads and polls....did not get auto tagged.

Anyone else experience this, confirm, deny, or provide alternative auto thread tagger?

Thanks!!

final kaoss 10-07-2010 02:47 PM

I'd like to see this for vbulletin 4.x, thanks.

mholtum 10-10-2010 05:02 AM

I just installed this and it went smooth.. However I have been searching in ACP -> vBulletin Options -> for Automatic Thread Tagger and I can not find it anywhere. Am I missing something??

FreshFroot 11-06-2010 02:37 AM

Quote:

Originally Posted by MjrNuT (Post 2058946)
Hmm, I see that this mod is no longer supported. :(

I have not had any issues with this mod until the last couple of weeks. I believe there may be a conflict with the Usertagging mod, since that is the only addition/change and related to the auto tagger not TAGGING.

I just ran the Maintenance after rechecking all settings, to perform Auto Tag on all threads. New threads and polls....did not get auto tagged.

Anyone else experience this, confirm, deny, or provide alternative auto thread tagger?

Thanks!!

If it is creating a conflict, then tell DBTECH. They can fix it on their mod so that it won't cause a conflict!

MrD 01-15-2011 05:35 AM

Hi,
VB 4 Version found here.
thx for Phalynx to allow recode and to Coroner for Coding.
https://vborg.vbsupport.ru/showthread.php?t=255251

cuco2000 01-18-2011 11:35 PM

I have this problem...

When i use this:

áéíóú

the auto tagger give me:

áéÃ+óú,

at the time of send the post, receiving an error that I can not use words not allowed

Is for spanish lang...

Fahad_H 01-30-2011 07:00 AM

the mod works great, but looks like it auto correct spelling for some words, is there a way to stop auto spelling correction?

thanks

lubbie 02-16-2011 06:33 PM

Does any has a german exclude list? Thanks

Za4a Tuner 03-25-2011 07:39 PM

1 Attachment(s)
i use this list

derzok 06-02-2011 09:39 PM

Quote:

Originally Posted by celikforum (Post 1819039)
Fatal error: Maximum execution time of 60 seconds exceeded in /var/www/vhosts/ciddiforum.org/httpdocs/includes/functions_autotagger.php on line 279

This happens because the code is trying to pop items off an empty array. Here's a fix:

Code:

                if ($maxtags > 0)
                {
                        while (count($titleTags) + count($submittedTags) > $maxtags)
                        {
                                if(count($titleTags) == 0) {
                                        array_pop($submittedTags);
                                } else {
                                        array_pop($titleTags);
                                }
                        }
                }


Mark_Zuckerberg 11-23-2011 01:58 PM

hello phylnex

i have installed that mod but i want to know one thing i want the tags only from titles not from the content and if the tittle is "How to install windows xp" then i want its tags like this

how to,
How to install windows,
How to install windows xp,
windows xp

that's it but in my case it took tags also from content too and also took numeric values from content lik 01 1000 002 these type of tags make a mess in the thread i am also using this tag mode
Code:

https://vborg.vbsupport.ru/showthread.php?t=218350
before yours both r installed but none is good for me. please help me out in this that how can i fix it

Mark_Zuckerberg 11-24-2011 12:52 PM

How to add the tags to old threads with this mod

dimmicosacerchi 12-18-2011 09:53 PM

Hi, I have a problem with this model by inserting the prefix argument.
Them on, the mod "Automatic Thread Tagger for vB3.8" no longer works.
Can anyone help me? Thank you.

felixxx999 05-07-2012 06:48 PM

OK... I'm confused. I've hit ADD TAGS TO ALL THREADS in Thread Tagger in ADMIN but no new tags are being added to any threads. What am I missing? This worked on older versions of this?

www.nofal 07-29-2012 11:55 AM

Good Work

ChiNa 07-31-2012 03:29 PM

It works fine, and it takes Tags from the TITLE which is amazing!

I have a simple questions, what means the New Thread Ajax Enabled?
or What is it for,,, and does it maybe make conflicts with my other Ajax or Javascripts on my forum?..

Its working fine, but I have the AJAX option Disabled, untill I know what it means to have it enable!

Thank you very much for sharing !

maki_69 02-06-2013 08:59 PM

Hello,
I have a problem with merging threads on my forum. Causes a problem plugin "Automatic Thread Tagger". When I disable plugin merging works properly but when plugin is enabled during merging some threads browser works all time I still read merging threads page.
If I don't wait and go to any forum and check moderator menu that I have "x threads checked" but thread is merged.
This plugin cause another problem during rebuilding threads structure. If plugin is enabled that rebuild stops few time. If I disable plugin and turn on rebuilding process ends properly without stops.

If this information is important I wnote that forum is after downgrade from vb4 to vb3.
Anybody know how fix problem? This plugin is good and I would like use it still on my forum.
Regards

Simon Lloyd 02-06-2013 09:49 PM

Disable the ajax part of it, i've had similar problems with mods like this that use ajax, i believe it's in the settings for this one.

maki_69 02-13-2013 08:22 PM

Quote:

Originally Posted by Simon Lloyd (Post 2402501)
Disable the ajax part of it, i've had similar problems with mods like this that use ajax, i believe it's in the settings for this one.

Thanks for answer. I turned off ajax in this plugin and thread merging works properly now ;)

dethfire 09-25-2013 03:32 AM

Is this safe for a forum with 600k threads?

mdawg 05-09-2014 02:01 PM

I just noticed this recently. Maybe this has been going on a while, or maybe this has to do with that my server was just updated to PhP 5.4 , although I have not noticed any other issues.

When I go to Edit a post, then click on Save, nothing happens - just the spinning circle. The Edit is never saved.

So, I have to click "Go Advanced" and then click "Save Changes," and the Edit IS saved, but not before the following errors are flashed on the screen:

http://imagizer.imageshack.us/v2/800...0/836/xqhf.jpg
although, yes, after the errors are flashed the edit is saved.

When I disable the Auto Thread Tagger all edits work as normal with no errors.

tbworld 05-09-2014 02:36 PM

I believe you need to be running vBulletin v3.8.8 in order to run PHP v5.4.

Dr.CustUmz 05-09-2014 03:28 PM

i think you need php5.4 to run 388 but you CAN still run 387 on php5.4 although, having issues with addons is more of that said addon having the php issue, and most of the time its an easy fix.

@mdawd - I tried to get this error although I couldn't replicate it, and those lines... nothings poping out at me as anything that would be an issue =/

however, have you tried using https://vborg.vbsupport.ru/showthread.php?t=218350 it doesn't have the ajax feature, but it has ALOT more options, and I'd say its a better product (just my 0.02$)

mdawg 05-09-2014 03:43 PM

I did try the 4.1.3 tagger but had these issues:
https://vborg.vbsupport.ru/showpost....&postcount=424
of course that was under the old PHP but I don't see how that would matter?

tbworld 05-09-2014 03:56 PM

Statement from vBulletin.com site:

http://www.vbulletin.com/forum/forum...and-php-5-4-15

Dr.CustUmz 05-09-2014 04:02 PM

it may not support it but it does work just fine (vanilla/no addons) on it... j/s.

but products that offer php files with them some are going to give you errors, cause said php file isn't upgraded for php5.4

so mdawg.... try updating to vB 3.8.8, although i still bet you have the same issue cause your vb isnt causing the problem its the product. although i have php5.4 and have tested this mod on both 387 & 388 and was unable to duplicate this error

as for your issue with the other product... since your error was only that line, really all i would do is remove that line and try it again lol. but we can discuss that in that thread if you want to go that way instead.


All times are GMT. The time now is 03:33 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.01600 seconds
  • Memory Usage 1,820KB
  • 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
  • (2)bbcode_code_printable
  • (7)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