MyBB Community Forums

Full Version: Add post thread to top of Square theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I noticed the Square theme i'm using on my board only has the Post New Thread button at the bottom of the forum view. Is there a way to put it above as well so it's in two places and makes posting a new thread a little easier?
template : forumdisplay_threadlist
at the beginning you can add code like below (adjust margins as required)
<div class="float_left" style="margin-bottom: 10px;">
	{$multipage}
</div>
<div class="float_right" style="margin-bottom: 17px;">
	{$newthread}
</div>
Thanks so much. Big Grin Worked fantastically. Smile