Quote:
Originally Posted by down.low
Thanks for the mod, love it. I was wondering, how do put
Code:
$vboptions[qe_extrabuttons]
(all the extra buttons), Into a pop-up box like you did for the moods, I think I'd have to edit:
Code:
<if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
<td width="100%"> </td>
<if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if></if>
but I dont know what I would need to change it to to make it work....Could you please help me if you have the time, or if you could point me in the right direction it would be greatly appreciated.

|
Has anyone fixed this issue yet,........?