PDA

View Full Version : Postbit help...


jack.wasabibot
09-03-2009, 08:39 AM
Hello all,

Can anyone help me get rid of the title and little line that seperate post title from the rest of the post?

jack.wasabibot
09-05-2009, 07:18 AM
nm, i played around with the code and got it working

Shelley_c
09-05-2009, 03:40 PM
Lynne will probably look and confirm or correct this but at a glance you may be looking for the following code to remove, well, some of it if you want to keep the posticon in.

<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]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

Lynne
09-05-2009, 05:42 PM
I'm pretty sure what you posted is correct, Shelley.

jack.wasabibot
09-05-2009, 11:01 PM
Yes, I think that's what i ripped out. Thank you for taking the time to find that though shelly. I'm sure more people will have this question in the future and can find the answer here now!