MyBB Community Forums

Full Version: textarea like the newpost message?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make my:

<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>

Turn into the nice textarea with bbcode options at the top?

Like the one we just used to type our messages here in this thread?

Is there a hook or something code for it?

This is for a custom page I am creating for my plugin where I want my users to be able to input their descriptions while being able to format it any way they want.

Looks like I found it Toungue
$messagebox = build_mycode_inserter(message, true);