Quote:
Originally Posted by Phalynx
I see that you have a user with level 133 already, so what is wrong with it? How did you solved it?
|
I tweaked some lines in upload_via_ftp/includes/class_xperience.php
Line 679 changed to :
Code:
if ($level_current['xperience_level']>255) $level_current['xperience_level']=255;
Line 694 changed to :
Code:
$xperience_next = 255-floor(255*($xperience_difference_user/$xperience_difference_level));
Line 827 changed to :
Code:
if ($vbulletin->options['xperience_maxlevel']<>255)
Line 829 changed to :
Code:
$level_current['xperience_levelp'].=floor(255*($level_current['xperience_level']/$vbulletin->options['xperience_maxlevel']));
Line 951 changed to :
I already set the max level to 255 at admincp.
I don't know which code do what, so i'm just guessing
right now i can't make the level bar to show up correctly, a level 133 user ( max level 255 ) is having their orange bar maxed out at 133. It should show as a half of the maximum. But right now, i still can't solve it.
Quote:
Originally Posted by Phalynx
I don't see an image.
|
Try this please :
http://www.gamexeon.com/forum/imageh...3d5b3a49f4.jpg
Thanks Phalynx