Quote:
Originally Posted by dmknights
*Installed*
Any Chance of moving the smilies too?
|
Do you want the smilies IN the gray part, just above the editor tool bar or do yo uwant the smilie box moved out of the gray and above the "message area below the "title".
You have to edit your editor_toolbar_on template.
Try something like this
Find
Code:
<td id="$editorid" class="vBulletin_editor" width="100%">
After add
Code:
<if condition="$smiliebox">$smiliebox</if>
scroll down find
Code:
<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
delete it.
That will give you the smiles in the same gray table, just on the top.
Not sure if its "right" but it works lol.