MyBB Community Forums

Full Version: [Problem] Include Editor in Inline Edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I wanted to author a plugin which adds the editor in inline edit (quick edit) .

As we know the hook is : "xmlhttp"

So I used $codebuttons = build_mycode_inserter();
but it only shows the smilies and a blank textarea without any editor bar!

Where's The problem?!
No Idea?
Where did you exactly included this?:
$codebuttons = build_mycode_inserter();
Plugin hook : "xmlhttp"
And in the Hook Function I included:
$codebuttons = build_mycode_inserter();.