Quote:
Originally Posted by Quantnet.org
I was under the impression that you left out the smilies change to Quick Edit. You have Rules Near Editor (applied to all editor box ) and GTSmilies (applied to all editor except Quick Reply)
I have seen drop down Smilies box on Quick Edit mod before but they are not as nearly nice as yours. Also, it requires you to click on drop down menu and choose one at at time. Not nearly as efficient.
I have even tried this myself by
FIND IN editor_toolbar_on:
Code:
<if condition="THIS_SCRIPT!='profile'">
<div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>:
<phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>,
<phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>,
<phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>,
<phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase>
</div>
</if>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
ADD BEFORE
Code:
<tr>
<td class="controlbar">$smiliebox</td></td>
</tr>
But obviously, it does not work...
|
that's a totally different modification
You could always place a request in the
Modification Not Available? forum.