How can I make my:
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
<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
$messagebox = build_mycode_inserter(message, true);