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)

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 !


All times are GMT. The time now is 07:19 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.01366 seconds
  • Memory Usage 1,739KB
  • 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
  • (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