Vincent]That must have been an error when I was previously undating the zip or something. I updated the zip and for you open admin/functions.php
Find:
PHP Code:
$rpgclass3 = '<img src="={ imagesfolder}/classes/'.$rpgclass1.'.gif" align="left"><b>'.$rpgclass2.'</b>';
And replace that with:
PHP Code:
$rpgclass3 = '<img src="{ imagesfolder}/classes/'.$rpgclass1.'.gif" align="left"><b>'.$rpgclass2.'</b>';
Make sure you remove to space in { imagesfolder} because if I put the actual thing it comes up like this {imagesfolder}
Let's hope I didn't screw anything else up >_<