MyBB Community Forums

Full Version: New thread button left side
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hi guys,

How can I get my New Thread button on the left side instead of the right side?

Since a picture says more than words:

[attachment=29201]
admin panel >> templates >> active theme's templates set >> Forum Display Templates >> forumdisplay_threadlist
change float_right to float_left in below code appearing at two places
<div class="float_right">
	{$newthread}
</div>

MikeInToshx

That only worked for 1 place, when going into a forum section. Not when opening a thread. Do u need images or do u understand me? Big Grin

hmm.. I have reverted it to original, it made my sidebar not position right. ( it went under the threads footer )
^ appears that replacement code is not done correctly at the top {$newthread} code of the template

MikeInToshx

Well, I changed that one back, because else my sidebar is not floated correctly..

MikeInToshx

so how do i get the top one to the left side without other things moving around?