Code:
<if condition="$username['Maledict Dominus']">
Should be
Code:
<if condition="$post['username'] == 'Maledict Dominus'">
if its in the postbit. :3
--------------- Added [DATE]1246118368[/DATE] at [TIME]1246118368[/TIME] ---------------
Oh, also...
Code:
<img src="(Link to Image)" border="0"/ >
Switch the spacing at the end around a bit...
Code:
<img src="(Link to Image)" border="0" />
Not really sure if that will AFFECT anything, but I hate seeing it the former way. I will hurt you if you don't change it.
--------------- Added [DATE]1246118519[/DATE] at [TIME]1246118519[/TIME] ---------------
One MORE thing... You're probably well aware of this one, though, if you're adept at HTML. Add a
title="(This Text Will Appear when Hovering Over The Award)" in the Image bit to get a bit more fancy. :3