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 From Post Content and Title (https://vborg.vbsupport.ru/showthread.php?t=218350)

cobaku 09-27-2009 03:16 AM

you have to give php more memory or lower the limit of 250 at options.

dwkmi 09-29-2009 03:02 AM

Is there a place to view the disapproved words?

I forgot to change the dropdown to approve, and disapproved about 15 by accident.

NLP-er 09-29-2009 07:48 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1890390)
The way you phrased things confuses me? A simple yes or no would have worked.

A simple reading of mod description would have worked too, also it would save time - my and yours :)

Your question is already answered - read it if you like to know this :)

NLP-er 09-29-2009 07:53 AM

Quote:

Originally Posted by dwkmi (Post 1890846)
Anyway to see words that were disapproved? I disapproved about 15 by accident - forgot to change the dropdown.

If you disapproved something by accident, then just create new tags manually for those words (mod will automatically assign it to appropriate threads at night).

If you not remember those then this query list you all disapproved words:
Code:

SELECT * FROM tag_proposition WHERE status=1

NLP-er 09-29-2009 07:57 AM

Quote:

Originally Posted by cobaku (Post 1890950)
how can i add these autotags words as
metatag keywords

i tried but i could not.

actually a description from most matching thread (pull from its title) would also help

i dont know why i am this much smart today :)

This is part of my headinclude template:
Code:

<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />

NLP-er 09-29-2009 08:02 AM

Quote:

Originally Posted by matrex722 (Post 1891052)
my forum Version 3.8.4

when im trying to add new thread i got a php 500 internal server error

but when i reafresh the window i see thread added

when i removed this mod the problem is gone !!!

so what is the wrong with it ?

Please note that tags adding by Admin CP is native vB functionality and this mod does nothing in this area. So I have no idea why this happens on your board. I'm working on 3.8.2 so I cannot reproduce it. If you want me to check it please PM me access details to your forum or set up test forum where it happens :)

dibbz 10-10-2009 05:01 AM

Quote:

Originally Posted by matrex722 (Post 1891052)
my forum Version 3.8.4
when im trying to add new thread i got a php 500 internal server error
but when i reafresh the window i see thread added
when i removed this mod the problem is gone !!!
so what is the wrong with it ?

If you run php4 then you wont have the str_split function used on line 25 of includes/functions_autotaggerfromcontentandtitle.php.

You can add this to the top of that file to remove the error on posting. http://www.php.net/manual/en/functio...plit.php#83977

NLP-er 10-10-2009 03:44 PM

Quote:

Originally Posted by dibbz (Post 1897416)
If you run php4 then you wont have the str_split function used on line 25 of includes/functions_autotaggerfromcontentandtitle.php.

You can add this to the top of that file to remove the error on posting. http://www.php.net/manual/en/functio...plit.php#83977

4.1.3 RELEASED

Small fix for php4 users. Do not need to update if you have working version.

Also - thanks for hint :):up:

Mobo 10-12-2009 03:33 PM

When you first install this mod, does it automatically start tagging all the threads on your site? I ask because, just a few minutes after installing this, my site started having problems loading. Forum pages are hit or miss and the Admin area will not open at all.

MissKalunji 10-12-2009 03:55 PM

No you will have to edit the admincp first to enable it


All times are GMT. The time now is 12:47 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.01266 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)bbcode_quote_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