• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Minorin - Standard editor toolbar

Status
Not open for further replies.
I just installed this addon and it works fine except the smilies drop drown as shown in the figure below:

Selection_008.png


I had a look inside the code for this addon and fetches the smilies data using the following code:

PHP:
$smilies = XenForo_ViewPublic_Helper_Editor::getEditorSmilies();

The problem is that that theurl part of the smilies object is containing the url. It contains only an integer. Does anybody have an idea howto make it work?
 
edit.webp
This is how the quick edit looks for me after the update what did I do wrong?:( I've deleted the old file in the library dir.
 
Doesn't work at all but I got this message from firebug if I disable the display:none thing there and klick on a button in the plain editor mode.
Code:
else if(ctrl.selectionEnd || ctrl.selectionEnd == '0')
edit.webp
 
Status
Not open for further replies.
Top Bottom