Arghhh....
I wanted to edit the Homepage myself, that's what I've got:
http://www.thw-interaktiv.de/index.php
The sourcecode of the home_threadbit :
PHP Code:
<table width="100%" border="0" align="center">
<tr class="clfirst">
<td bgcolor="{secondaltcolor}">$thread[icon]</td>
<td bgcolor="{firstaltcolor}" align="left" width="70%">$paperclip$thread[movedprefix]$thread[typeprefix]<a href="$bburl/showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]">$thread[title]</a></normalfont> <smallfont>$thread[pagenav]</smallfont></td>
<td bgcolor="{secondaltcolor}" width="30%" nowrap><a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&userid=$article[postuserid]">$article[postusername]</a></td>
<td bgcolor="{firstaltcolor}">$thread[replycount]</td>
<td bgcolor="{secondaltcolor}">$thread[views]</td>
<td bgcolor="{firstaltcolor}">$thread[date] <span class="cltime">$thread[time]</span> von <a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]">$thread[postusername]</a></td>
<td bgcolor="{secondaltcolor}"><a href="showthread.php?s=$session[sessionhash]&goto=lastpost&threadid=$thread[threadid]"><img src="{imageshome}/lastpost.gif" alt="Gehe zum letzten Beitrag" border="0" align="middle"></a></td>
</tr>
</table>
Can anyone help me?