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>
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?
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
Well, I changed that one back, because else my sidebar is not floated correctly..
so how do i get the top one to the left side without other things moving around?