Progress Bar Image URL

Quick and easy way to see what recipes your character is missing

Moderators: zeryl, Teta68

Progress Bar Image URL

Postby zanix » Mon Oct 20, 2008 4:09 am

The progress bar uses the wrong template variable
INTERFACE_URL - this points to the interface images

IMG_URL - is needed since the images are in the img/ directory, and not everyone has their interface url the same url as img url

templates/mr.html
Find
Code: Select all
                        <td style="background-image: url('{INTERFACE_URL}expbar-var2.gif');" width="{mr_skill.PERCENTAGE}%">
                           <img src="{INTERFACE_URL}pixel.gif" height="14" width="1" alt="" />

Replace with
Code: Select all
                        <td style="background-image: url('{IMG_URL}expbar-var2.gif');" width="{mr_skill.PERCENTAGE}%">
                           <img src="{IMG_URL}pixel.gif" height="14" width="1" alt="" />
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Progress Bar Image URL

Postby Teta68 » Wed Oct 22, 2008 12:24 pm

Thanks for that.

Added this change and put it in the downloads section.

Regards,

Teta
I break for giant Cyber-Hamsters.
User avatar
Teta68
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 72
Joined: Fri Jan 19, 2007 12:15 pm
Location: Sweden


Return to Missing Recipes

Who is online

Users browsing this forum: No registered users and 0 guests

cron