metalguy639
03-14-2010, 01:38 PM
I've been looking for months on here for a mod or hack or some sort of template edit that will make each post have a RE: Post title next to the post icon and I cannot find anything. There used to be a mod for this but i cannot find it anywhere. It would be in the postbit_legacy template that I need to change.
Here's the code in my postbit_legacy where the icon is located:
<!-- icon and title -->
<div class="smallfont" style="background-color:#111111;color:#FFFFFF;border:1px dotted #000000;padding:5px;">
<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]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
Now obviously I've changed some code to suit my site adding some css. But I need to know how to get it where the post title always shows in other posts right now its blank.
https://vborg.vbsupport.ru/external/2010/03/44.png
What I want is this...
https://vborg.vbsupport.ru/external/2010/03/45.png
Any help would be great, thanks.
Here's the code in my postbit_legacy where the icon is located:
<!-- icon and title -->
<div class="smallfont" style="background-color:#111111;color:#FFFFFF;border:1px dotted #000000;padding:5px;">
<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]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
Now obviously I've changed some code to suit my site adding some css. But I need to know how to get it where the post title always shows in other posts right now its blank.
https://vborg.vbsupport.ru/external/2010/03/44.png
What I want is this...
https://vborg.vbsupport.ru/external/2010/03/45.png
Any help would be great, thanks.