Wowhead Tooltips PHP Class
August 11th, 2009
No comments
As some of you may know I am the developer of a PHP class that will turn BBCode tags into links that Wowhead’s power.js can use to generate a tooltip. It has been in development for over a year, and has become quite popular. The script itself has its own website located here. It is based off of ItemStats, except that it does much more than ItemStats ever did. Read below for more features.
- Supports items, item icons, quests, spells, achievements, NPC’s, itemsets, craftable items (displays reagents), and profiles from Wowhead.
- Supports all languages currently supported by Wowhead (English, French, German, Spanish, and Russian).
- Support for PHP version 4.x and 5.x.
- Uses a MySQL database to avoid long page load times and excessive queries to Wowhead.
- Armory tooltips are currently in beta release.
- Guild tooltips (grabbed from the armory) coming soon as well.
- Forums/CMS supported:
- phpBB 3.x
- Board3 phpBB3 Portal
- phpBB3 Portal
- SMF (Simple Machines Forum) v1.x
- Joomla! 1.x via a custom plugin.
- PHP Fusion v7
- PHP Nuke v8
- WikkaWiki
- Wordpress via a custom plugin
- If you would like a different implementation please e-mail me.
To learn more about the script head over to its site.
