Memberlist and lvl70

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Memberlist and lvl70

Postby 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
WR.net Apprentice
 
Posts: 4
Joined: Wed Dec 20, 2006 1:21 am

Re: Memberlist and lvl70

Postby 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:#F48CBA; } 

replace it by
Code: Select all
.classShamantxt color:#06b599; } 


and you are done =)
thekn1ght
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Dec 20, 2006 1:21 am

Memberlist and lvl70

Postby Elethil » Tue Jan 23, 2007 2:28 pm

Sweet! thanks!
User avatar
Elethil
WR.net Journeyman
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

cron