MyBB Community Forums

Full Version: Post New Thread directly in Showthread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to know if it would be possible to put the editor directly in the showthread to write a post. A kind of quick newthread for instance. Is there such a thing? Is it possible to do that?
I saw that it is 2014/2015 material. Does it work with today's version of MyBB and PHP8?

I just installed it and it works perfectly. I wanted to ask you if it would be possible to keep the collapse closed and move it to the top, under the new thread button. Even better if I can put smileis side by side as in quick replies. Smile
I did push a commit to the Github repository, please check it out. It adds the smilies inserter and the editor to the form.

Just replace the old file and make the necessary changes to the forumdisplay_quick_thread template manually :
https://github.com/Sama34/Quick-Thread/c...04bR64-R68
Done. It works perfectly as I like it. The only thing I haven't figured out is how to get it to the top of the page. Smile
--strip--
Nevermind the above, download the file again and simply add or move {$quickthread} around your forumdisplay template.

I did fix some PHP issues so simply download the latest file :
https://github.com/Sama34/Quick-Thread