MyBB Community Forums

Full Version: Editor buttons in backend textarea/form?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am having issues trying to get all of the editor buttons in the admin panel on a form.

I have tried using the $codebuttons = build_mycode_inserter() however this does not bring them up.

Is this even possible and if so, can anyone help me out here?

Cheers
Dan
Add the following code before your code runs;
require_once MYBB_ROOT."/inc/functions.php";
Hi,
That causes other conflicts though
I decided to include TinyMCE in a basic way, this also allowed me to add my custom buttons in a tidier way too