OK, I am getting somewhere now, I re-edited the showthread.php and it works fine, here is what I have so far on my test site:
http://coloradok5.com/vbtestforums/s...d.php?t=123105
I want it to act just like the forum below:
http://www.world-a-team.com/showthread.php?t=1720
I can't quite get the code right to remove the old Re: title setup, I know it involves this code I think:
----------------------------------------------------------------
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
----------------------------------------------------------------
Any ideas?
Also, what is the best way to handle the reply button on every post like
http://www.world-a-team.com has?
Thanks for the help.