MyBB Community Forums

Full Version: MyCode Buttons In Edit Sig
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried putting the Mycode Buttons in edit sig. But it says this.

find:

$lang->edit_sig_note2 = sprintf($lang->edit_sig_note2, $sigsmilies, $sigmycode, $sigimgcode, $sightml, $mybb->settings['siglength']);


add below:

$codebuttons = build_mycode_inserter();

I Cant find it anywhere. Could someone tell me what line its on? I'm using the latest MyBB
In the most recent version, this text should be located around line 1420 of usercp.php.