I just installed your hack, its great!
I just edited some templates, e.g. the "home_threadbit" template
Now I've got several problems:
1. Each post has the same time: 01.01.1970 01:00
2. The threadicon isn't displayed
3. The forum where the thread is, is not displayed
By the way I should say, that I took some code from vbindex 1.3 to make the "home_threadbit" template. That's my "home_threadbit" template:
PHP Code:
<tr>
<td bgcolor="$threadbg" align="center">$icon</td>
<td bgcolor="$threadbg" align="left">
<p><smallfont><b><a href="$bburl/showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"> $title</a></b></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont><a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&username=$starter">$starter</a></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont><a href="$bburl/forumdisplay.php?s=$session[sessionhash]&forumid=$postforumid">$postforum</a></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont>$numreplies</smallfont></p>
</td>
<td bgcolor="$threadbg" align="left">
<smallfont>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><smallfont>$postdate <font color="{timecolor}">$posttime</font><br>von <a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&username=$lastposter">$lastposter</a></smallfont></td>
<td nowrap> <a href="$bburl/showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"><img src="{imageshome}/lastpost.gif" border="0" alt="Gehe zum letzten Beitrag"></a></td>
</tr></table>
</td>
</tr>
Here you can see it:
http://www.thw-interaktiv.de