Recent Topics

1 Jan 21, 2009 21:21    

My b2evolution Version: Not Entered

Is there a way to not display the post date?
THX 8|

2 Jan 21, 2009 21:28

of course.. it's skin related.. need a link to your website though.. and nice nick, i wonder why did not i think of that

3 Jan 21, 2009 21:33

What skin are you using?

EG: In Custom Skin index.main.php look for and delete or comment out.....

$Item->issue_time( array(
						'before'    => ' ',
						'after'     => '',
					));


$MainList->date_if_changed( array(
					'before'      => '<h2>',
					'after'       => '</h2>',
					'date_format' => '#',
				) );

It's implementation varies depending on which skin you use.

4 Jan 23, 2009 16:33

THX! Perfecto
I am using evocamp (modified) http://bewell.omclinic.org
I needed to comment out: $Item->issue_time( array(
'before' => ' ',
'after' => '',
));

in 2 files:
1. single.main.php
2. posts.main.php
P.S. hey tilqicom, you probably didn't think of it (b2 nic) cause your name doesn't start with B -- "I'm B too!" ;0)


Form is loading...