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 tags (https://vborg.vbsupport.ru/showthread.php?t=179772)

jim6763nva 06-19-2008 10:31 PM

Just installed the xml for this and it doesn't appear it is capturing keywords from RSS titles. Is it supposed to?

MPDev 06-19-2008 11:36 PM

I think you can remove some errors with an extra check:

Code:

// HACK : END : AUTO TAG

        if ( $post['taglist'] )
        {

            fetch_valid_tags($dataman->thread, $post['taglist'], $tag_errors, true, false);
            if ($tag_errors)
            {
                foreach ($tag_errors AS $error)
                {
                    $dataman->error($error);
                }
            }
        }
    }

This way it doesnt try to process blank taglists.

Note: Didnt see the plugin before making this suggestion.

pedroenf 06-20-2008 01:44 PM

Quote:

Originally Posted by Noodles24 (Post 1550642)
I've converted it to a product as I don't like doing code modifications (especially when vbulletin is upgrading every other month).

Should work with 3.7.x (tested with 3.7.1)


Works perfectly in 3.7.0. Thank you for this convertion. You're the man.

Zacarias 06-22-2008 09:47 AM

Installed, works great. :)

thestaton 06-22-2008 01:17 PM

I've decided to uninstall this mod. I think it's a great idea, but I'm just not getting the results I desired. In 95% of my threads it misses the point of the title, and I end up with a tag cloud looking like. ex. this, his, thus, etc etc etc. Hopefully it can be optimized.

higge 06-22-2008 01:47 PM

*installed

Thank you

Amiga Harrison 06-25-2008 12:32 PM

Quote:

Originally Posted by Noodles24 (Post 1550642)
I've converted it to a product as I don't like doing code modifications (especially when vbulletin is upgrading every other month).

Should work with 3.7.x (tested with 3.7.1)

Nice work. :up:

I had been using the manual install method for this mod, but the latest 3.7.2 broke when I added it in after I updated my forum yesterday.

However installing this product version works perfectly on 3.7.2 and I've had no problems.

Why not release this product as it's own mod and give tribute to this original manual mod? That way members would be able to find this much easier solution (no need to manual edit the files after every vB update).

Alovepoem 06-28-2008 10:54 PM

Delete Link :(

EagleNick 06-30-2008 04:10 AM

Nice MOD. :)

Quote:

Originally Posted by Amiga Harrison (Post 1558538)
Why not release this product as it's own mod and give tribute to this original manual mod? That way members would be able to find this much easier solution (no need to manual edit the files after every vB update).

I completely agree... I almost didn't see the XML file Noodles uploaded, so I was about to miss out on installing it.

:)

EDIT:
Where in the AdminCP do I configure settings for this mod? I can't find it anywhere.

Thanks in advance for any help :D

Noodles24 07-01-2008 01:04 AM

Product has been posted as it's own mod: https://vborg.vbsupport.ru/showthread.php?t=184028


All times are GMT. The time now is 06:11 AM.

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.01282 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (3)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
  • (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