Okay, since people are doing this against advice, and now I feel bad that I am causing problems for the author of this wonderful hack, I will try to make the directions clearer. However, I still recommend not doing it, and if you do go forward BACK UP first.
Step 1:
In the quick_mood_change_by_sniper template find:
HTML Code:
$vbphrase[my_mood]: <a href="#" id="moods"><if condition="!empty($bbuserinfo[mood])"><img src="images/mood/$bbuserinfo[mood].gif" border="0" /><else />$vbphrase[change_mood]</if></a>
and replace with:
HTML Code:
<span style="vertical-align: middle;">$vbphrase[my_mood]: </span><a href="#" id="moods"><if condition="!empty($bbuserinfo[mood])"><img style="vertical-align: middle;" src="images/mood/$bbuserinfo[mood].gif" border="0" /><else />$vbphrase[change_mood]</if></a>
Step 2:
In the "[Mood Manager] - Ajax Update" plugin find:
PHP Code:
die("<img src=\"images/mood/" . $new_mood. ".gif\" border=\"0\" />");
and replace with:
PHP Code:
die("<img style=\"vertical-align: middle;\" src=\"images/mood/" . $new_mood. ".gif\" border=\"0\" />");
Step 3:
In the postbit and/or postbit_legacy templates find:
HTML Code:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
and replace with:
HTML Code:
<if condition="!empty($post[mood])">
<div>
<span style="vertical-align: middle;">$vbphrase[my_mood]:</span> <img style="vertical-align: middle;" src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
Step 4:
In the "[Mood Manager] - Make Drop Down Menu" hook find:
PHP Code:
$vbmoods['mood'] .= '<option value="' .$mood. '"' .$selectedmood. '>' .$mood. '</option>';
and replace with:
PHP Code:
$vbmoods['mood'] .= '<optgroup style="background-image: url(images/mood/' .$mood. '.gif); height: 15px; width: 72px;"><option value="' .$mood. '"' .$selectedmood. '></option></optgroup>';
Step 5:
In vBulletin Options -> [Sniper] Mood Manager change "In Love" to "InLove"
Step 6:
In your images/mood directory on your server rename "In Love.gif" to "InLove.gif" and rename Psychadelic.gif to Psychedelic.gif
You should be good to go. But again, PLEASE use with caution, or better yet wait for the author of this hack to decide what to do with this. Thanks