PDA

View Full Version : Getting rid of the line under post title in reply


wally
04-24-2008, 02:21 PM
As topic says i 've got a line showing in all reply's (see attached image)

I want to know how to get rid of this

Regards,

Wally

Lynne
04-24-2008, 03:16 PM
That looks like an <hr> line (if I'm seeing what you want me to see). So, edit your postbit (or postbit_legacy) template and take out the <hr>

Boofo
04-24-2008, 03:45 PM
In the postbit template

Find:
--------------------------

<if condition="$show['messageicon'] OR $post['title']">

--------------------------
REPLACE it with:
--------------------------

<if condition="$post['title']">

--------------------------

wally
04-24-2008, 06:27 PM
thx Boofo that did the trick :D

Boofo
04-24-2008, 06:28 PM
You had doubts? ;)

wally
04-24-2008, 06:30 PM
You had doubts? ;)

no off course not (but i first tested it out :p)

stupid of myself that i didnt find this myself

Boofo
04-24-2008, 06:50 PM
Don't feel too bad. It took me a few tries to get it right. ;)