for buttons add new subject & add new reply :
1- in topics :
edit the templates "subject_top" & "topic_end"
looking for
CODE
{template}add_reply_link{/template}<br />
{template}add_subject_link{/template}<br />
A- before them,
change "right" to "left" in
CODE
<td align="right">
& change "r-right" to "l-left" in
CODE
<div id="buttons_close" class="r-right">
B- after them,
change "right" to "left" in
CODE
<td width="2%" align="right">
2- in subjects table :
edit the template "forum_subject_table"
looking for
CODE
{template}add_subject_link{/template}<br />
-before that, change "right" to "left" in
CODE
<td align="right">
- & after that, change "left" to "right" in
CODE
<td align="left">
{if {$pager}}