Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!
by thekn1ght » Mon Jan 22, 2007 3:13 am
if you wanna do a quick fix about the expbar in memberlist.php, here's a very simple howto procedure
open file : memberlist.php
on line 695, you'll see
- Code: Select all
if( $row['level'] == '60' )
chage it for
- Code: Select all
if( $row['level'] == '70' )
and goto line 707, you'll see
- Code: Select all
$percentage = round(($row['level']/60)*100);
replace it by
- Code: Select all
$percentage = round(($row['level']/70)*100);
and you're done =)
demo :
http://www.avatarsofmalice.net/roster
-
thekn1ght
- WR.net Apprentice
-
- Posts: 4
- Joined: Wed Dec 20, 2006 1:21 am
by thekn1ght » Mon Jan 22, 2007 3:16 am
if you wanna fix the Shaman class color
open the file css/style.css
on line 1039, you'll see
- Code: Select all
.classShamantxt { color:
replace it by
- Code: Select all
.classShamantxt { color:
and you are done =)
-
thekn1ght
- WR.net Apprentice
-
- Posts: 4
- Joined: Wed Dec 20, 2006 1:21 am
by Elethil » Tue Jan 23, 2007 2:28 pm
Sweet! thanks!
-
Elethil
- WR.net Journeyman
-
- Posts: 147
- Joined: Wed Jul 05, 2006 10:28 pm
Return to General Support & Feedback
Who is online
Users browsing this forum: No registered users and 1 guest