On my roster-page there seems to be an issue with the PvP rank icons. My lifetime rank is 10 an the icon does not appear. Roster's imagelink is PvPRank010.png but should be PvPRank10.png to display correctly. I can not check if the issue exists for all ranks higher than nine, because in my (small) guild, there's no one higher than 10.
I looked up the roster code and I found this:
- Code: Select all
if( $playersData['lifetimeHighestRank'] < 10 )
{
$rankicon = 'Interface/PvPRankBadges/PvPRank0'.$row['lifetimeHighestRank'].'.'.$roster_conf['alt_img_suffix'];
}
else
{
$rankicon = 'Interface/PvPRankBadges/PvPRank'.$row['lifetimeHighestRank'].'.'.$roster_conf['alt_img_suffix'];
}
I have only little knowledge in php but the code seems to be correct.
Link to the page: http://www.theepic.de/roster/indexhonor.php