brauche dringend einen Hack

Acid100101
Hallo ich brauche dringend einen Hack.

Denn die Leiste auf dem Bild ist ja normal über den Posts aber ich hätte die auch gernen ganz unten unter den Posts

[IMG]http://www.fun-foren.de/frage.jpg[/IMG]

ich hoffe ich habe mich verständlich ausgedrückt und dass mir jemand helfen kann.

Gruß Andy
Izzmoo
Datei: thread.tpl

Suche:
code:
1:
2:
3:
4:
5:
6:
7:
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td></td>
    <td align="right" valign="top"><smallfont color="{fontcolorsecond}"><a href="print.php?threadid=$threadid&page=$page&sid=$session[hash]">Druckvorschau</a> | <a href="formmail.php?threadid=$threadid&sid=$session[hash]">An Freund senden</a> | <a href="usercp.php?action=addsubscription&threadid=$threadid&sid=$session[hash]">Thema zu Favoriten hinzuf&uuml;gen</a></font></td>
   </tr>
  </table>


Lösche es.

Suche:
code:
1:
2:
<td><smallfont color="{fontcolorsecond}">$pagelink</font></td>
       <td align="right"><smallfont>&nbsp;</font></td>


Füge darunter:


code:
1:
    <td align="right" valign="top"><smallfont color="{fontcolorsecond}"><a href="print.php?threadid=$threadid&page=$page&sid=$session[hash]">Druckvorschau</a> | <a href="formmail.php?threadid=$threadid&sid=$session[hash]">An Freund senden</a> | <a href="usercp.php?action=addsubscription&threadid=$threadid&sid=$session[hash]">Thema zu Favoriten hinzuf&uuml;gen</a></font></td>