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)

sticky 10-10-2010 06:00 AM

Is there a way to delete all tags?

final kaoss 10-10-2010 02:56 PM

Interesting...

PHP Code:

Database error in vBulletin 4.0.7:

Invalid SQL:
SELECT threadidtitlepagetext FROM post ORDER BY threadid;

MySQL Error   Lost connection to MySQL server during query
Error Number  
2013
Request Date  
SundayOctober 10th 2010 10:55:21 AM
Error Date    
SundayOctober 10th 2010 10:55:22 AM
Script        
cronadmin.php?do=runcron&cronid=46
Referrer      
cronadmin.php?do=modify
IP Address    

Username      : final kaoss
Classname     
v
MySQL Version 


Fix for everyone who wants the tagger menu removed in the admin cp!!


Browse to your forum home in your favorite ftp client then go here

/includes/xml
Now find this file
cpnav_autotaggerfromcontentandtitle.xml
Remove it!

LordVader 10-15-2010 09:31 AM

Hi

I have told it NOT to use certain words by adding them to the denied words list ...

hide,club,cute,hotfile, --- And a few others, but it keeps using them.

Am i missing something obvious ?

Thanks

Will. :)

asylum119 11-14-2010 04:25 AM

> installed (marked installed)
> used (nominated for MOTM)

Doesn't come any easier than installing and using this mod

Thanks

CrystaStarLight 11-14-2010 07:08 PM

Hi there! This is a great mod!

I was wondering is there a way to add a "check all" button on the tags propositions page for people that have thousands of threads with that many propositions?

**Edit**

Oh I found a way to have them all checked by default I'll say how just in case anyone else has a lot of threads and just a few propositions you would like to uncheck. It involves editting a file.

Go to the upload folder > admincp > propositions_autotaggerfromcontentandtitle.php

Find:

Code:

$columns["$columnid"][] = '<div id="tag' . $tag['tagid'] . '" class="alt1" style="float:' . $stylevar[left] . ';clear:' . $stylevar[left] . '"><label for="taglist_' . $tag['tagid'] . '"><input type="checkbox" name="tag[' . $tag['tagid'] . ']" id="taglist_' . $tag['tagid'] . '" value="1" tabindex="1" /> ' . $tag['tagtext'] . '</label></div>';
Replace with:

Code:

$columns["$columnid"][] = '<div id="tag' . $tag['tagid'] . '" class="alt1" style="float:' . $stylevar[left] . ';clear:' . $stylevar[left] . '"><label for="taglist_' . $tag['tagid'] . '"><input type="checkbox" name="tag[' . $tag['tagid'] . ']" id="taglist_' . $tag['tagid'] . '" value="1" tabindex="1" checked="checked" /> ' . $tag['tagtext'] . '</label></div>';
I just added checked="checked" to the input.

If you want to change the number of propositions displayed on the page here's how (though keep in mind your server timing out, my server worked fine with it set to 250)

In the same file find:

Code:

$max_per_column = 15;
..and replace 15 with the number of propositions you'd like to be shown per column on each tag proposition page.

lubbie 11-28-2010 06:43 PM

Well it works, but not 100%. Autotagging is not working. Would be nice if there will be an update.

ShackMaster 12-26-2010 10:10 PM

Does not work in 4.1 PL2 ... will NOT automatically add tags. Nor will it add any tags to old threads.

mikeinjersey 12-28-2010 05:56 PM

Does this plugin still work with the newer versions ?

From all the recent complaints, and lack of support...i'm putting it off for now.

Zweeper 01-02-2011 05:23 PM

yes, if it would work for 4.1 pl2 i would love and install it ^^

asylum119 01-03-2011 03:47 AM

4.1 PL2 update needed


All times are GMT. The time now is 04:20 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.01451 seconds
  • Memory Usage 1,742KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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