It look nicer if you move the mood in front of the username. This gives a straight display. To do this easy edit online.tpl

change:
Code:
{/if}
{if $config.ENABLE_MOODS}
<img alt="{$regrow[user].mood_alt}" title="{$regrow[user].mood_alt}" src="{$config.BASE_URL}/images/{$style_array.mood}/{$regrow[user].mood}" />
{/if}
{$regrow[user].extra}<a href="{ubb url="ubb=showprofile&User=`$regrow[user].EUsername`" title=$regrow[user].Username}">{$regrow[user].PUsername}</a>
<br />
to:
Code:
{/if}
{$regrow[user].extra}<a href="{ubb url="ubb=showprofile&User=`$regrow[user].EUsername`" title=$regrow[user].Username}">{$regrow[user].PUsername}</a>
{if $config.ENABLE_MOODS}
<img alt="{$regrow[user].mood_alt}" title="{$regrow[user].mood_alt}" src="{$config.BASE_URL}/images/{$style_array.mood}/{$regrow[user].mood}" />
{/if}
<br />
_________________________
my board: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen