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
      #122  
    Old 06-16-2006, 01:45 AM
    Kaelon's Avatar
    Kaelon Kaelon is offline
     
    Join Date: Jan 2002
    Posts: 405
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by aholtzmann
    It's caused by the Advanced WYSIWYG Editor, the easiest fix is to turn it off. It seems to work properly with the standard WYSIWYG Editor. Otherwise, you'd have to modify the Editor code to understand the tag and not convert it to a URL.
    Very helpful, thanks. How can you modify the editor code to have it understand the tag and not convert it to a URL?
    Reply With Quote
      #123  
    Old 06-16-2006, 02:44 PM
    aholtzmann aholtzmann is offline
     
    Join Date: Feb 2006
    Posts: 12
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Kaelon
    Very helpful, thanks. How can you modify the editor code to have it understand the tag and not convert it to a URL?
    I've seen this request before. It would require modifying the vBulletin WYSIWYG Functions, not a task I feel like undertaking. Theoretically possible though.
    Reply With Quote
      #124  
    Old 06-17-2006, 06:49 AM
    Kaishi Kaishi is offline
     
    Join Date: Apr 2005
    Posts: 70
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    i tried everything i could, but what happens for me is, everything works fine on the forums and eqdkp page. however, on the vbadvanced home/news page, where the item is supposed to appear, there's nothing there.
    Reply With Quote
      #125  
    Old 06-18-2006, 08:39 AM
    imported_Visions imported_Visions is offline
     
    Join Date: Nov 2004
    Posts: 16
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    ok on my cmps portal homepage when I link an item it just gives me a link [read more] but it displays fine in the forums. Anyway to fix this.... can view it here. www.mmoupdate.com

    Fixed. Have to turn off max display characters on news thread to display.
    Reply With Quote
      #126  
    Old 06-18-2006, 08:58 AM
    imported_Visions imported_Visions is offline
     
    Join Date: Nov 2004
    Posts: 16
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I have all of the new and updated files just like they should be it the attachment below. This will fix the majority of everyones issues. Enjoy
    Code:
    Attachment 49593 v1.3.1 New updated version
    ========================
    Itemstats Change History
    ========================
    
    Version 1.3.1
    - Fixed a small error when linking items with quotations in their description.
    
    Version 1.3.0
    - Fixed numerous popup and display errors
    
    Version 1.2
    - Fixed regular expression to match changes to Allakhazam's search page.
    
    Version 1.11
    - Fixed a small error with the cURL code.
    - Removed the reference in the xml_set_object call
    
    Version 1.1
    - Added support for cURL
    - Moved all configuration options into one file (itemstats/config.php).
    - Fixed item HTML for some recipes.
    - Item cache database table is now created by the code if it doesn't exist.
    
    Version 1.0
    - Initial Version
    Reply With Quote
      #127  
    Old 06-19-2006, 03:05 AM
    Zigidias Zigidias is offline
     
    Join Date: Apr 2005
    Posts: 2
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by aholtzmann
    I've seen this request before. It would require modifying the vBulletin WYSIWYG Functions, not a task I feel like undertaking. Theoretically possible though.
    I got annoyed, so here's a fix:
    1. Open File: includes\class_bbcode_alt.php
    2. Find: var $unparsed_tags = array(
    3. Add After: 'item',
    4. Save File
    Reply With Quote
      #128  
    Old 06-19-2006, 11:18 AM
    Boinger Boinger is offline
     
    Join Date: Mar 2006
    Posts: 9
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    <a href="http://tss.noabsolute.com/forums/showthread.php?p=1336" target="_blank">http://tss.noabsolute.com/forums/showthread.php?p=1336</a>

    on my site

    the black background istn coming and its all in one line

    how do i fix that
    Reply With Quote
      #129  
    Old 06-19-2006, 06:45 PM
    aholtzmann aholtzmann is offline
     
    Join Date: Feb 2006
    Posts: 12
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Boinger
    http://tss.noabsolute.com/forums/showthread.php?p=1336

    on my site

    the black background istn coming and its all in one line

    how do i fix that
    This is often caused by the CSS from the original package. Make sure you've updated to ItemStats 1.3.1 and double check that the CSS is being loaded properly.
    Reply With Quote
      #130  
    Old 07-06-2006, 03:07 PM
    lanc3lot's Avatar
    lanc3lot lanc3lot is offline
     
    Join Date: Sep 2004
    Location: Athens, Greece
    Posts: 454
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Zigidias
    I got annoyed, so here's a fix:
    1. Open File: includes\class_bbcode_alt.php
    2. Find: var $unparsed_tags = array(
    3. Add After: 'item',
    4. Save File
    Is this fix, a way to add the Item code, on the editor??

    If not, anyone who managed to do it?
    Reply With Quote
      #131  
    Old 07-08-2006, 11:25 PM
    Borgs8472 Borgs8472 is offline
     
    Join Date: Apr 2004
    Posts: 924
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I must have missed something because I don't have a item_cache_table anywhere. Have uninstalled and reinstalled the xml file several times.

    What could I have missed? :/
    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 05:47 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.04548 seconds
    • Memory Usage 2,305KB
    • 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
    • (1)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