Recent Topics

1 Jul 16, 2010 14:33    

My b2evolution Version: 3.3.3

Hello all

Does anyone know how you can prevent the author's name from appearing at the head of posts?

I thought it was in skins > style.css where there's something called .evo_post_head a. I can change the colour of the text of the author, but I'd like to get rid f it altogether.

3.3.3 / asevo

2 Jul 16, 2010 14:44

Oops - sorry, got it.

skins > asevo > _item_block.inc.php

comment out lines 60-63 approx:

$Item->author( array(
'before' => ' '.T_('').' ',
'after' => '',
) );


Form is loading...