Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

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
      #92  
    Old 04-08-2006, 01:56 AM
    ChaoticMageDDC ChaoticMageDDC is offline
     
    Join Date: Feb 2004
    Posts: 42
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    What exactly do you mean by uploading the .xml file to you product manager?

    Also, this version of itemstats doc/install file only shows instructions for installing on phpBB and not VB. Is there something i'm missing here?
    Reply With Quote
      #93  
    Old 04-08-2006, 02:27 AM
    kanechart kanechart is offline
     
    Join Date: Apr 2002
    Location: C-A-N-A-D-A
    Posts: 20
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    just wanting know if theres other WoW VB mods for the forums and also is there any new updates on this one?
    Reply With Quote
      #94  
    Old 04-09-2006, 04:21 AM
    Acedeal Acedeal is offline
     
    Join Date: Jul 2005
    Location: Texas
    Posts: 24
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by mbulmer
    This worked for me:

    Go to your replacement variable manager.
    Add a new variable replacement, and in the "Search for text" field, put:
    Code:
    http://wow.allakhazam.com/templates/wow
    In the "Replace with text" field, put:
    Code:
    http://wow.allakhazam.com
    where is that hardcoded, in what script is the
    http://wow.allakhazam.com/templates/wow
    defined?

    works great with the replacement manager, but it strips it out also if you post that link http://wow.allakhazam.com/templates/wow in a post
    so would just rather fix it in the code

    thanks!

    also,
    works for items, but can not seem to get it to work with spells / quests..
    is this not an option

    I looked through all the files, and can not seem to find where that link is hardcoded-

    [root@server itemstats]# find . -exec grep "wow" '{}' \; -print
    PHP Code:
    define('ICON_STORE_LOCATION''http://wow.allakhazam.com/images/icons/');
    ./
    config.php
    define
    ('ICON_STORE_LOCATION''http://wow.allakhazam.com/images/icons/');
    ./
    docs/config.txt
                    $data 
    itemstats_read_url('http://wow.allakhazam.com/search.html?q=' urlencode($name));
                                    
    $xml_data itemstats_read_url('http://wow.allakhazam.com/dev/wow/item-xml.pl?witem=' $item_id);
                                            
    $item['link'] = 'http://wow.allakhazam.com/db/item.html?witem=' $item_id;
                            
    $item['html'] = str_replace("<a href='http://wow.allakhazam.com/db/itemset""<a class='set' href='http://wow.allakhazam.com/db/itemset"$item['html']);
                                    
    $data itemstats_read_url('http://wow.allakhazam.com/db/itemset.html?setid=' $item_set_id);
                                    
    $item_set_bonuses str_replace('/db/spell.html''http://wow.allakhazam.com/db/spell.html'$item_set_bonuses);
    ./
    includes/allakhazam.php
                                    
    // Replace the 'ttd' table style with 'wowitemt'.
                                    
    $item['html'] = str_replace('class=ttb'"class='wowitemt'"$item['html']);
    ./
    includes/thottbot.php
    .wowitemt
    .wowitemt a:link, .wowitemt a:visited, .wowitemt a:active color#FFB019; text-decoration: none; font-weight: normal }
    .wowitemt a:hover color#FFB019; text-decoration: underline; font-weight: normal }
    .wowitemt td
    ./templates/itemstats.css
                            
    <table class='wowitemt'>
    ./
    templates/popup-error.tpl 
    is it in one of the xml files that it's reading from alla ?
    Reply With Quote
      #95  
    Old 04-10-2006, 01:45 AM
    BioVader BioVader is offline
     
    Join Date: Oct 2003
    Location: Warren, PA
    Posts: 30
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I have this installed but I' seeing a problem with the popup. It's not putting it on a box but like shown in the picture. It is just showing all the information in one line with no breaks... Any help would be great
    Reply With Quote
      #96  
    Old 04-10-2006, 07:49 AM
    DWard's Avatar
    DWard DWard is offline
     
    Join Date: Mar 2004
    Location: Peterborough, UK
    Posts: 320
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    OK if it's screwed you might want to try overwriting all the files (except for vb_itemstats.php and your existing config.php) with the itemstats files provided on eqdkp forums. Worked for me after hours of trying to get this version working.
    Reply With Quote
      #97  
    Old 04-10-2006, 12:45 PM
    Acedeal Acedeal is offline
     
    Join Date: Jul 2005
    Location: Texas
    Posts: 24
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by DWard
    OK if it's screwed you might want to try overwriting all the files (except for vb_itemstats.php and your existing config.php) with the itemstats files provided on eqdkp forums. Worked for me after hours of trying to get this version working.
    you installed the entire new version of itemstats minus the files you mentioned?
    or just some peices of itemstats ?

    I applied this
    http://forums.eqdkp.com/index.php?showtopic=3331

    yet it still adds the double </span> < /span> to each one when you edit a post-
    Reply With Quote
      #98  
    Old 04-11-2006, 08:14 PM
    Aeduin2000 Aeduin2000 is offline
     
    Join Date: Apr 2006
    Posts: 2
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I installed this mod, and it worked like a charm until I installed the WoW-style. Now the text-hover works fine, but the icon for the items, starts to load, but then disappears. I'm hosting my own icons, so it's not the connection to the Allakhazam-site.

    Any advice?
    Reply With Quote
      #99  
    Old 04-11-2006, 10:28 PM
    BioVader BioVader is offline
     
    Join Date: Oct 2003
    Location: Warren, PA
    Posts: 30
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by DWard
    OK if it's screwed you might want to try overwriting all the files (except for vb_itemstats.php and your existing config.php) with the itemstats files provided on eqdkp forums. Worked for me after hours of trying to get this version working.
    Well I did as you said and now I'm getting the the text inclosed in the box but the text is still not breaking where it should. It just goes until it fill the box and then breaks or word-wraps.. Any ideas of how to fix this or.... Also I'm using the wow style..
    Reply With Quote
      #100  
    Old 04-18-2006, 06:51 PM
    BioVader BioVader is offline
     
    Join Date: Oct 2003
    Location: Warren, PA
    Posts: 30
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Any word on how to fix this yet...
    Reply With Quote
      #101  
    Old 04-18-2006, 08:43 PM
    Acedeal Acedeal is offline
     
    Join Date: Jul 2005
    Location: Texas
    Posts: 24
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by BioVader
    Any word on how to fix this yet...
    I got it to work using the WoW template
    http://www.dow-gamers.net/vb/showthr...e=8&styleid=12
    look around post 80 (same page)

    Lot of it fixed it self when I downloaded the newest dkp/item database from the original authors.
    Still the issue with the double </spans when editing , have not figured that one out yet. But still working on it.
    Reply With Quote
    Reply


    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 05:58 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.05161 seconds
    • Memory Usage 2,333KB
    • 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
    • (1)bbcode_php
    • (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
    • (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