ok, i looked @ the mod posted.. and that doesn't change at all. just do exactly as it states there.
then to move the smiley icon to the left you would do:
open up /templates/default/standard_text_editor.tpl
find:
<a href="javascript: void(0);" onclick="showHTML('smileys');" title="{$lang.SMILIES}" alt="{$lang.SMILIES}"><img id="smiley" onmouseover="raiseButton(this.id);" onmouseout="normalButton(this.id);" onmousedown="lowerButton(this.id);" class="markup_panel_normal_button" src="{$config.BASE_URL}/images/{$style_array.markup_panel}/smiley.gif" /></a>
cut that out (line ~53ish) and move it before:
<a href="javascript: void(0)" onclick="DoPrompt('url');" title="{$lang.HYPER_ALT}" alt="{$lang.HYPER_ALT}"><img id="link" onmouseover="raiseButton(this.id);" onmouseout="normalButton(this.id);" onmousedown="lowerButton(this.id);" class="markup_panel_normal_button" src="{$config.BASE_URL}/images/{$style_array.markup_panel}/hyperlink.gif" /></a>
that line (29 ish)
*poof* done
