Great plugin. excatly what I was
looking for. It would be even more cool to have some goals. For example: write 5 posts to unlock "first five" achievement or something like that. There could be a lot of achievements for adding friends, get you thread sticked and all other similar stuff..
Made a little design tweak, I think it's a bit better:
Just open
Styles & Templates > Search in Templates > enter
xperience_gfx > and replace all code with
Code:
<div align="left">
<if condition="$vboptions[xperience_bardescriptions]">
<table width="$vboptions[xperience_bar_width]" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><div class="smallfont"><a href="xperience.php?go=earn">$vbphrase[xperience_points]</a>: $xperience[points], $vbphrase[xperience_level]: $xperience[level]</div></td>
</tr>
</table>
</if>
<if condition="!$vboptions[xperience_hidepostbitgfx]">
<table width="$vboptions[xperience_bar_width]" cellpadding="0" cellspacing="0">
<tr style="background-image:url($vboptions[bburl]/xperience/images/grey_faded.png)">
<td width="5" height="11"><img alt="$vbphrase[xperience_level_up]: $xperience[level_up]%, $vbphrase[xperience_points_needed]: $xperience[level_up_points]" src="$vboptions[bburl]/xperience/images/grey_left.png" height="11" /></td>
<td width="100%" height="11"><img alt="$vbphrase[xperience_level_up]: $xperience[level_up]%, $vbphrase[xperience_points_needed]: $xperience[level_up_points]" src="$vboptions[bburl]/xperience/images/grey.png" width="$xperience[level_up]%" height="11" /></td>
<td width="1" height="11"><img alt="$vbphrase[xperience_level_up]: $xperience[level_up]%, $vbphrase[xperience_points_needed]: $xperience[level_up_points]" src="$vboptions[bburl]/xperience/images/grey_right.png" height="11" /></td>
</tr>
</table>
</if>
</div>
Result: