Has the hack creator thought of making this modification a bit more conforming to web standards? As in, adding the alt text for the mood image shown in the custom template and the post bit template?
Because, while I managed to semi fix this by changing the code in the post bit to this:
Code:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" alt="user mood" />
</div>
</if>
in the template and something similar in the quick_mood_change_by_sniper template, it would be nicer if the mood image had the alt text that corresponded to the mood shown in the image...