Recent Topics

1 Jul 13, 2005 23:04    

Hi... i´ve been using the multiblogs code and when i use this piece of code as an include in my home page:

while( $Item = $BlogBList->get_item() )
		{
		?>
	
<p><img src="images/icon_minipost.gif" border=0 class="middle">
<?php $Item->categories(false); echo', '; $Item->issue_date(); echo ', '; $Item->issue_time() ?>

most of time i get instead of the category name listed, a blank...
so all i see is

(icon_minipost) -BLANK- , date, time

No category where it should be, just a blank space and the comma.

Any ideas why this is happening and how to fix it?

Note:
you can see the output im getting here, this is the included file

http://www.noticierodigital.com/b2evo/soc_gente.php

2 Jul 14, 2005 22:42

Try removing the false in the parenthesis or enclosing it in quotes.

3 Jul 17, 2005 01:19

thanks personman... tried that but it does the same thing...

4 Jul 17, 2005 01:38

Hmm, I was going to take another look, but it looks like your b2evo folder is gone now.


Form is loading...