AnabolicResourc
02-05-2007, 08:40 PM
Now the thread title and the message icon only show up on the first post of a thread.
I would like to have it on all reply's also.
I'm using the Legacy (Vertical) Postbit Template and found this:
<if condition="$show['messageicon'] OR $post['title']">
<!-- 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 -->
</if>
I think i have to edit something here, but i'm just not sure what to edit.
Can someone help me with this ?
Thanks
I would like to have it on all reply's also.
I'm using the Legacy (Vertical) Postbit Template and found this:
<if condition="$show['messageicon'] OR $post['title']">
<!-- 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 -->
</if>
I think i have to edit something here, but i'm just not sure what to edit.
Can someone help me with this ?
Thanks