In:
editpost, newreply, newthread, pm_newpm, threadadmin_editthread templates find:
HTML Code:
<td class="smallfont" colspan="3">$vbphrase[title]:</td>
and replace it with:
HTML Code:
<td class="smallfont">$vbphrase[title]:</td>
.
In all of these templates find:
HTML Code:
<td> </td>
<td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
and
remove it.
Now, open
posticons template and after:
HTML Code:
<select name="iconid" id="icon_select" onchange="swap_posticon()" tabindex="1"><option value="0" $iconchecked>$vbphrase[no_icon]</option>$posticonbits</select>
paste that:
HTML Code:
<img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" />
Save and enjoy