MyBB Community Forums

Full Version: Title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
How can i make my forum put the title of the thread above the text?
http://prntscr.com/an5igy
you can moving the code at "showthread" template where ever you want.
with the code
<div class="largetext">{$thread['threadprefix']}{$thread['subject']}</div>