Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
World of Warcraft [item]-bbcode. Details »»
World of Warcraft [item]-bbcode.
Version: 1.00, by Sparkz Sparkz is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 11-21-2005 Last Update: Never Installs: 113
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This is in reply to this thread.

Download the product-itemstats.xml, vb_itemstats.php and 'itemstats_1.2.zip'.
Unzip itemstats_1.2.zip to your forum-root (ie http://your.site.tld/forum/itemstats), and follow the basic setup instructions in doc/config.txt.

Copy vb_itemstats.php into your itemstats-folder.

Paste the following two lines into the bottom of your headinclude-template

HTML Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css">
<script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
Lastly, upload the product-itemstats.xml into your product manager, and you should be all set.

Link items with [item]Item name[/item].
The first time the item is loaded might take some time, as it fetches info from allakhazam.com. From then on it will be cached in the database, and should load instantly.

Supporters / CoAuthors

    Show Your Support

    • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Comments
      #142  
    Old 08-05-2006, 02:13 PM
    lanc3lot's Avatar
    lanc3lot lanc3lot is offline
     
    Join Date: Sep 2004
    Location: Athens, Greece
    Posts: 454
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Can this be updated to 3.6 plz ?
    Reply With Quote
      #143  
    Old 08-08-2006, 02:52 PM
    aholtzmann aholtzmann is offline
     
    Join Date: Feb 2006
    Posts: 12
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by arachaic
    I've updated to v1.3.1, and made the necessary changes by uploading the folder and overwriting the 1.2 files in the itemstats folder.

    Everything is working fine, but the mouseover produces this effect (see attached pic).

    Using: vB 3.5.4

    Anything I can do to perfect this?

    Thanks.
    Check your CSS file. I'm not sure if the v1.3.1 CSS file is any better but I remember having to edit the v1.2 CSS to fix typos in the class names to make it work.
    Reply With Quote
      #144  
    Old 08-09-2006, 01:31 AM
    coffeeam coffeeam is offline
     
    Join Date: Sep 2005
    Posts: 4
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by arachaic
    I've updated to v1.3.1, and made the necessary changes by uploading the folder and overwriting the 1.2 files in the itemstats folder.

    Everything is working fine, but the mouseover produces this effect (see attached pic).

    Using: vB 3.5.4

    Anything I can do to perfect this?

    Thanks.
    I believe this is caused by the item not being stored in your item_cache table. I have messed with this for hours, and I can't figure out how to get an item to be pulled into my database and saved. Once I add an item through my dkp site, the formatting is fine.

    I can add an item to my dkp site, click it and the item is pulled properly into the database, but mouseovers are not triggering a check to see if the item needs to be stored or not.
    Reply With Quote
      #145  
    Old 08-11-2006, 07:54 AM
    bist bist is offline
     
    Join Date: Apr 2005
    Posts: 1
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Have been fighting with this forever now. I installed and did everything in every post.

    But what happens is that it creates a link to the item but does not show the hover...

    creates a script error in my browser...
    Reply With Quote
      #146  
    Old 08-18-2006, 10:56 AM
    Jarllax Jarllax is offline
     
    Join Date: Jun 2006
    Posts: 24
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    This mod was working great for me until today when I replied to a post on my forum and got this error message

    Code:
    Fatal error: Call to undefined function: handle_bbcode_item() in /home/.neron/jarllax/eliteshocktroopers.com/forums/includes/class_bbcode.php on line 1217
    I haven't changed anything so I am not really sure what would be causing this...any help would be great.
    Reply With Quote
      #147  
    Old 08-19-2006, 12:24 PM
    aholtzmann aholtzmann is offline
     
    Join Date: Feb 2006
    Posts: 12
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Jarllax
    This mod was working great for me until today when I replied to a post on my forum and got this error message

    Code:
    Fatal error: Call to undefined function: handle_bbcode_item() in /home/.neron/jarllax/eliteshocktroopers.com/forums/includes/class_bbcode.php on line 1217
    I haven't changed anything so I am not really sure what would be causing this...any help would be great.
    For some reason, your site is not finding the vb_itemstats.php file - the handle_bbcode_item() function is stored in that file. Are there any other admins on your site or has your ISP changed your pathing without telling you?
    Reply With Quote
      #148  
    Old 08-19-2006, 12:26 PM
    aholtzmann aholtzmann is offline
     
    Join Date: Feb 2006
    Posts: 12
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by bist
    Have been fighting with this forever now. I installed and did everything in every post.

    But what happens is that it creates a link to the item but does not show the hover...

    creates a script error in my browser...
    Hmm, try moving the HTML Code up higher in your header-include templates. Sounds like a bad interaction or the files have been damaged. Have you tried a different browser to test?
    Reply With Quote
      #149  
    Old 08-20-2006, 01:06 PM
    Jarllax Jarllax is offline
     
    Join Date: Jun 2006
    Posts: 24
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by aholtzmann
    For some reason, your site is not finding the vb_itemstats.php file - the handle_bbcode_item() function is stored in that file. Are there any other admins on your site or has your ISP changed your pathing without telling you?
    Well, I didn't think this had anything to do with it, but the Avatar On Navbar was what messed up the item code. Simply disabled the avatar mod and item code is working fine now.

    https://vborg.vbsupport.ru/showthrea...atar+in+navbar
    Reply With Quote
      #150  
    Old 08-22-2006, 08:54 AM
    Blam Forumz Blam Forumz is offline
     
    Join Date: Jun 2004
    Posts: 554
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Edit, sorted this =/
    Reply With Quote
      #151  
    Old 08-25-2006, 02:57 PM
    rjhoyle rjhoyle is offline
     
    Join Date: Aug 2006
    Posts: 2
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I'm having weird behavior with the interaction between Itemstats (1.3) and vBulletin 3.6.

    Basically, it works fine the first time something is entered, so when the angle-brackets are not interpolated.

    If you preview, or edit a post, the item tags get parsed in to the editor, and the links are placed. After that, hitting "save" will break the popups. The link will still point to allakazam, but the popup won't exist.

    Any thoughts? Is there a way to disable the wysiwyg editor for just one edit?

    Sometimes, also, I will get a link parsed incorrectly, with a </span> tag attached to the end of the link.
    Reply With Quote
    Reply

    Thread Tools

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT. The time now is 10:43 AM.


    Powered by vBulletin® Version 3.8.12 by vBS
    Copyright ©2000 - 2024, vBulletin Solutions Inc.
    X vBulletin 3.8.12 by vBS Debug Information
    • Page Generation 0.05642 seconds
    • Memory Usage 2,302KB
    • Queries Executed 26 (?)
    More Information
    Template Usage:
    • (1)SHOWTHREAD
    • (1)ad_footer_end
    • (1)ad_footer_start
    • (1)ad_header_end
    • (1)ad_header_logo
    • (1)ad_navbar_below
    • (1)ad_showthread_beforeqr
    • (2)bbcode_code
    • (1)bbcode_html
    • (5)bbcode_quote
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (6)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (4)pagenav_pagelink
    • (1)pagenav_pagelinkrel
    • (11)post_thanks_box
    • (11)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (11)post_thanks_postbit_info
    • (10)postbit
    • (11)postbit_onlinestatus
    • (11)postbit_wrapper
    • (1)spacer_close
    • (1)spacer_open
    • (1)tagbit_wrapper 

    Phrase Groups Available:
    • global
    • inlinemod
    • postbit
    • posting
    • reputationlevel
    • showthread
    Included Files:
    • ./showthread.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/functions_bigthree.php
    • ./includes/class_postbit.php
    • ./includes/class_bbcode.php
    • ./includes/functions_reputation.php
    • ./includes/functions_post_thanks.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
    • showthread_start
    • showthread_getinfo
    • forumjump
    • showthread_post_start
    • showthread_query_postids
    • showthread_query
    • bbcode_fetch_tags
    • bbcode_create
    • showthread_postbit_create
    • postbit_factory
    • postbit_display_start
    • post_thanks_function_post_thanks_off_start
    • post_thanks_function_post_thanks_off_end
    • post_thanks_function_fetch_thanks_start
    • post_thanks_function_fetch_thanks_end
    • post_thanks_function_thanked_already_start
    • post_thanks_function_thanked_already_end
    • fetch_musername
    • postbit_imicons
    • bbcode_parse_start
    • bbcode_parse_complete_precache
    • bbcode_parse_complete
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete