Extensions


19
Jan 09

Site Is Back

For any of you who came to the site and didn’t get access, I’m sorry. The server admins decided, spur of the moment, to move the servers. That means my this site was inaccessible for about a week.

There has been several things happen since then. For one, I’m playing WoW pretty much all day long. Second fluxbb has announced their development plan. 1.3 will never be officially released expect for betas. Their plans are 1.4 is a upgrade from 1.2 with some of major enhancements like UT8. Next is version 2.0 is witch is 1.3b with a better extension system, template system and some other improvements. I’m looking forward to whats to come with version 2.0.

For those of you who check the site for updates on my extensions, i probably wont update much anymore. With my playing WoW again, ill probably just update when i have time, or a new beta version.


14
Dec 08

Wowhead tooltips extension updated

I just finished an update on my extension “Wowhead tooltips”. The big change is how the item bbcode is used. [item] can be used like the following:

  • [item]###[/item]
  • [item]Item Name[/item]
  • [item=###]item name[/item]

The first two are preparsed into the third one. So if all you know is either the id number or the name, just use [item].

There is also new bbcodes for Spells, Quests and Achievements, but they don’t have a preparser so you cant use them like you can with the [item] tag (the first two from the list above).

p.s. if the item tag does not preparse, it means either that you spelled the name wrong, or the id is wrong

Wowhead also added the ability to add enchants, gems and set bonus’. To add those just add the following to the item code:

  • ‘ench=##’ for enchants
  • ‘gems=##:##’ for gems
  • ‘pcs=##:##’ for other set pieces

The item code would then look like this [item=## ench=## gems=##:##]Item Name[/item]

(Where # is the id number of enchant, gem, or other piece)