I think it looks better this way (at least for my own style):
Download mymood.gif below: (Right click and "Save as...")
Upload mymood.gif to /forum/images/mood/ folder...
Open your quick_mood_change_by_sniper template:
Replace:
with the code below:
Quote:
<img src="images/mood/mymood.gif" width="72" height="15" border="0" />
|
Replace:
Quote:
<script type="text/javascript"> vbmenu_register("moods"); </script>
|
with the code below: (if you don't want the arrow icon)
Quote:
<script type="text/javascript">vbmenu_register("moods" ,1);</script>
|
Result:
For the postbit_legacy template:
Replace:
Quote:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
|
with the code below:
Quote:
<if condition="!empty($post[mood])">
<div><img src="images/mood/mymood.gif" width="72" height="15" border="0" /> <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
|
Result: