MyBB Community Forums

Full Version: How can I do this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to do so that in NewThreads right under the Username informations at the NewThread page, it should show a dropdown menu.

Like this: http://jsfiddle.net/v6v7b/

And then when the user select something from the dropdown, it should come up with the following.

Drop Down Option 1.
Name: MyBB Default Editor
Content: Content should be the MyBB Default Editor which should come up here.


Drop Down Option 2.
Name: Another Editor
Content: You have choosen another editor, which doesn't exist right now.


Can someone help me to do that? The javascript is allready made there.
The problem is, you can easily add this javascript snippet and HTML in newthread template, but if you're going to input the fields and store any input data in database, then it needs a custom plugin.

You may probably look for xThreads if you wish.