Great Mod! Installed on 3.7. Only problem was on the 'MEMBERINFO' template I could not find $customfields. So, after some messing around a bit I found a good spot to put it.
Code:
FOR vBulletin 3.7
In the MEMBERINFO template
Find
~~~~~~~~~~~~~~~~~~~~
<h2>$prepared[usertitle]</h2>
</if>
Under it Add
~~~~~~~~~~~~
<br />
<if condition="!empty($userinfo[mood])">
<strong>$vbphrase[my_mood]:</strong>
<img src="images/mood/$userinfo[mood].gif" border="0" />
</if>
.
Enjoy,
~thenutthouse