WoW Progress Tracker

Hello and welcome to the WoW Progress preview page!

This is a module for Joomla! 1.7 (legacy version: 1.5)

As you can see on the right there is a set of progress blocks, rapresenting the progress of a group of players (it is a single instance of the module). The basic module options are really few (region, server, guild, language), but you can completely change its graphics just using the advanced parameters to add background images, colors and so on (CSS code). Data is loaded dynamically from the Battle.Net Armory thanks to the brand-new WoW Battle.Net SDK (made by myself and still in development). The modules are loaded real-time, this means that it will take the same time to load on your site too (they're not fake, but fully-functional progress blocks).

 

How to install and setup the trackers:

 

1. Download and install the extension. In case you want to install the 3.x legacy one, always install both the component and the module of the same version.

2. Go to the modules manager and create a new one, selecting "WoW Progress Tracker" as the type.

3. In the module settings set the raid(s), the region (supported are EU, US, KR and TW), the server name, the representative character and the displaying language (de, en, es, fr, ko, ru, zh, depending on the region).

4. If you want to alter the appearance of the module, editing the two style files (style.css and vtip.css). Also in the bundle there is the GIMP template used for creating the images.

That's all!

 

The system will update the scores all the times you refresh the page.

Buying the package will grant you the possibility to download the full package and all the future updates. It will also grant e-mail support in case of troubles, questions or suggestions.

Buy now!

The cost of the bundle is €2,95
Once your transaction is considered "Completed", use the TRACKER DL module on the right to download it, using your PayPal email and the Transaction ID (email me if PayPal doesn't give it to you). Please note that Internet Explorer is not supported, as it will let you download a corrupted file. Some users reported that the downloaded file may have no extension: in this case, manually add .zip to it.

CHANGELOG

  • 5.1.0
    • Added Dragon Soul raid
  • 5.0.3
    • Fixed Ragnaros progress (Battle.net's bug).
  • 5.0.2
    • Fixed language file typo
    • Changed progress bar fallback color from green to lime
  • 5.0.1
    • Added Firefox (3.6+), Opera (11.10+) and Internet Explorer (10+) gradient support plus green fallback (style.css)
  • 5.0.0
    • 5th complete rewrite of the extension
    • Compatible with Joomla! 1.7
    • New configuration, easy and little CSS editing
    • Based on JavaScript, using the new Battle.net API
    • Images and scripts sources included in the bundle, minified ones for public usage
  • 4.x
    • Added the Firelands normal & heroic bosses
    • Fixed heroic modes (they were displayed when the normal ones were completed)
    • Fixed an odd behaviour of Armory URL HTMLization (wowbnsdk)
    • Extension rewrite, new features, based upon the data of the Battle.net armory. See the news on the website for more informations.
  • 3.x
    • Added Cataclysm raids (Blackwing Descent, The Bastion of Twilight, Throne of the Four Winds, Glory of the Cataclysm Raider)
    • Added the Cache Period option: you can now decide the hours to wait before repopulating the cache
    • Fixed any possible extensions conflict because of jQuery variables
    • Fixed an error if you've got an index.html in the root folder (aka "splash screen"), now the ajax call should explicitly call for /index.php?option=... instead of /?option=...
    • Complete rewrite of the core, this due to WoW Armory changes
    • Included The Lich King hc (thanks to the core rewrite)
    • Included Algalon the Observer in the Ulduar progress
    • Now the progress files are in the "progress" subfolder. They're a little bit more complicated, but errors should not appear anymore.
    • Fixed the names of the progresses, reflecting the names of the achievements
    • Modders: the way the images are called have not been changed, don't worry :)
  • 2.x
    • Fixed ICC25 Hard Mode tracker
    • Fixed achievements done when overwritten by the relative heroic ones (somewhat Armory bug)
    • Fixed Guild Wide switch (inverted)
    • Fixed problems related to heroic versions of the raids (core rewrite)
    • Updated WoWASDK to revision 33 (fixed problems with servers with spaces)
    • New options to fill the "players" field: comma, comma+space, space, new line players separation.
    • Little name typo in ICC trackers
    • jQuery hotfix for different JavaScript frameworks incompatibility (variable $)
    • Fixed some unhandled exceptions (may have seen before if error reporting is turned on)
    • Support for Glory of the Raider (a mix of Naxxramas and a the first WotLK raids hard modes)
    • Support for The Burning Crusade raids (Outland Raider)
    • Support for WoW Classic raids (Classic Raider)
    • Reduced the download time down to 2 seconds a character (plus ~0.12 second to process it)
    • Unified modules (raid selection via dropdown-menu) -> less graphics, speed up browsing, better upgrade support
    • WoW Armory Throttle Policy observance: one call per second, avoid being temporarly banned. Bad thing: large amount of seconds to load the characters once per day (~10 seconds per character)
    • Standardised com and mod names: please uninstall and install the new ones (do not upgrade)

Support

If you have any problem installing, using, updating or downloading my software, please don't hesitate to contact me.

If you've donated or bought a package, please email me using the PayPal email and including the Transaction ID (this will grant you the support for the product, otherwise I'll reject the email). Free software (with no donation option) will allways receive support.

 

You can even see the FAQ page of the WoW Progress Tracker where the most common errors are pointed out.

To keep you informed, you can subscribe to my newsletter (see every project's page), follow me on twitter or simply visiting the site periodically.

WoW Progress F.A.Q.

Frequently Asked Questions

The module says there is a misconfiguration

  • There are different errors that fire this problem:
    • You have not selected a raid
    • You have not set the realm name
    • The number of minimum players is higher than the number of players written (or in the entire guild if Guild Wide is selected)
    • You have not specified any guild name if Guild Wide is selected

The module keeps saying "loading" and won't change

  • If the browser says it's still loading, please wait. The first time, specially for big numbers, it may take several seconds to process the data. You know there's something not working when the browser stops loading.
  • The extension creates a folder called "characters" (and one called "guilds" if you use the Guild Wide option). If the site is under a UNIX-like environment (Mac OS X, Linux and others) the web server user may not have enough permissions to create those folders, then you have to change the CHMOD of the Joomla! root folder to give write permissions to that user (it's usually 755 with as owner the web server user). Alternatively you can create them for it, give them permissions 755 and set the ownership to the web server user.
  • WoW Progress Tracker tries to be as much transparent as possible in order to avoid collision with other modules, components or plugins. For this reason it loads the latest (stable) jQuery JavaScript library and uses its compatibility mode. This means that all the jQuery calls are called with a prefix unique to that library. Unfortunately and rarely this is not enough for some custom code you may have enabled with some advanced templates or simple extensions, so you should try disabling one module per time to know the incompatible one. Once you've found the module, if it's free and I can download it, I'll try to see what's wrong with it and try to edit my extension to make it compatible with that module too (with no guarantee in any case).
  • Your browser must support JavaScript and you have to allow your site to execute such code.

EleGoShow Joomla! 1.5 Template

EleGoShow

  • CSS3 background gradient*^
  • CSS3 rounded corners^^
  • Dynamic colored "tabs"* (menu entries and relative contents, up to 9 colors)
  • In and out, clear  animations via jQuery
  • No images but a 5x5 pixels PNG
  • Four top and two sidebar module positions, dynamically sized+

*: colors are configurable in the template settings
^: You need a CSS3-compatible browser to see them
^^: only with Geko and Webkit browsers (like Firefox, Safari, Chrome/Chromium)
+: top_a, top_b, top_c, top_d, sidebar-a, sidebar-b

 

Download it now! - Please leave a comment on twitter!

Do you like it?


Changelog

[div class="approved" class2="typo-icon"]1.1.0 (9 November, 2011)

  • Fixed the pages with transparent background (new color settable in the template's settings, under the option "Def. background color")

1.0.3 (11 October, 2010)

  • fixed a typo in the CSS file
  • added com_rokcandy support (typography), a free extension from RocketTheme.com
  • added RokCandy default tags

1.0.2 (11 October, 2010)

  • added 3 more background colors

1.0.1 (10 October, 2010)

  • fixed a table width issue[/div]

New template!

[dropcap cap="D"]ear friends,
I'm glad to announce you my first Joomla! template! It's not as complicated as the ones you can find on RocketTheme.com or similars, but yet I think it's unique and cool in any way :- ) I've used jQuery to animate the website, CSS3 for the rounded corners and the background gradient and... brain to develop it all :)

What do you think about? Please leave a comment on twitter![/dropcap]