Question about the Level Bar

Here you can find plenty of help with your general coding needs and projects
If it is about a specific program, use the corresponding forum
DO NOT ask basic questions such as "How do I print a variable", use Google for that

Question about the Level Bar

Postby zxaltan » Sat Jul 29, 2006 10:53 pm

I am woring on an addon and would like it use the level bar that is used to display a players level what file is the script in
User avatar
zxaltan
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 62
Joined: Mon Jul 10, 2006 1:09 am

Question about the Level Bar

Postby zanix » Sun Jul 30, 2006 1:21 am

That actually duplicated throughout roster where you see it

I'll give you a code snip from memberslist.php
It's cleaned up so you just need to replace anthing in side comment tags ( <!-- -->) with the real value
Code: Select all
<div class="levelbarParent" style="width:<!-- OVERALL WIDTH -->px;"><div class="levelbarChild">Display Text</div>
   <table class="expOutline" border="0" cellpadding="0" cellspacing="0" width="<!-- OVERALL WIDTH -->">
      <tr>
         <td style="background-image:url(<?php echo $roster_conf['img_url']; ?>expbar-var2.gif);" width="<-- FILLED WIDTH PERCENT -->%"><img src="<?php echo $roster_conf['img_url']; ?>pixel.gif" height="14" width="1" alt=""></td>
         <td width="<-- 100-(FILLED WIDTH PERCENT) -->%"></td>
      </tr>
   </table>
</div>
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

Question about the Level Bar

Postby zxaltan » Sun Jul 30, 2006 2:41 am

Thx
User avatar
zxaltan
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 62
Joined: Mon Jul 10, 2006 1:09 am


Return to General Code Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron