World of Warcraft Wowhead Item tooltips for vBulletin

Empty2002

New member
** Discontinued thread for current thread in 3.7 modification areas.


Since (and thottbot) have both released an easy method of adding item tips to your website.



I then created this mod to be able to easily add this functionality to any vbulletin installation without uploading external files.

The inspiration for this mod comes from , Gryphon gItemStats mod.

Instead of spamming his thread with xml files of this hack, i decided to post here so that people can take full advantage of it, get notices of updates, etc.


you can see examples of this in action at

It uses to grab the item ID from wowhead, vbulletins built in XML parser to get the item ID and Quality of the item. It stores the item name, item ID and item quality (the three things it needs to make the tooltip) in a database (created during install). If you're currently using gItemStats, it will copy your existing itemstats database over to the new table during installation.

Changelog
  • 0.5.6
    • Added built in debugging to the product. This is will help me figure out whats going on.
      To use it, simply add [item=debug]Major Healing Potion[/item]
  • 0.5.5
    • Fixed an issue with WYSIWYG Plugin
  • 0.5.4
    • Fixed an issue with running Update Counters.
  • 0.5.3
    • Fixed a template issue.
    • init_startup hook was missing, now it isn't
  • 0.5.2
    • Multiple language didn't work, it does now.
  • 0.5.1
    • Fixed a few errors with installation of the product.
  • 0.5.0
    • Rewrote all of the code of plugin. Requires php 5.0 now.
  • 0.4.5b
    • Fixed minor issue with function declarations
  • 0.4.5
    • Fixed issue with WYSIWYG editor loosing item links when editing a post
  • 0.4.4
    • Renamed conflicting function
  • 0.4.3
    • Changed Debug methods to facilitate new logging mechanism.
      see for debug plugin
  • 0.4.2
    • Updated http_get function to have a name that should not conflict with any other mod (unless that mod also has a function named wowhead_http_get :| )
  • 0.4.1
    • Finally understood and fixed the post cache issue. You can now rebuild post cache without destorying item links
To Do
  • Export functions from the init_startup hook so that it may be used in other scripts like EqDKP by including the global.php vbulletin file
  • Complete language support
  • Re-introduce debug / code logging for testing and debugging purpose





 
Back
Top