MyBB Community Forums
textarea like the newpost message? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Development (https://community.mybb.com/forum-68.html)
+---- Thread: textarea like the newpost message? (/thread-184164.html)



textarea like the newpost message? - sleeping - 2015-10-11

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);