Recent Topics

1 Aug 06, 2004 17:26    

Hi,

I did various hack in the core etc and I realized just now that the titles of my posts aren't displayed on any of my blogs.
I'm talking about

<?php $Item->title(); ?>


It is not due to the skins (I replaced the skins folder by a fresh one).
There's no error messages.
I had a look at function get_the_title() and function the_title(
but this is not part of what I hacked.

Does anyone know where to fix that ?

PS : my posts DO have titles, I typed it while posting.

2 Aug 06, 2004 22:30

open b2evocore/_class_item.php and look for the function title:
right before

		if( empty($this->title) && $add_link )

insert

 echo "i'm in";

anything happen?

3 Aug 06, 2004 22:43

Ah ha ! got u.
For some reason I commented the echo and forgot to add my marker to retrieve this hack.
In fact I wanted to get rid of the link and...I don't remember what happened afterwards. lol
Fixed, thx.


Form is loading...