news block doesnt work correctly

hi,

My newsblock (Pastblock) doesn't work correctly... It only shows 3 entries and not the definied 10...
Okay, solved now...Programmed my own block...
Hi,
I have problems with the past block too.
I can't show it. I have stories in the News module, but the block doesn't work.
I dont't know if it's a general problem of the block (the case of WorldRacer is diferent) or I don't know the real use of this block (which news it has to show?)
Thank you,
Joan
That's wierd. I can't get Past articles to show up either in the block.

Anyone else able to use this block?

--
[ stevencopley.com ]
I will confirm an issue.


--
David Pahl
Zikula Support Team
Okay.. here a new block...

it needs some changes in the pnuserapi.php from the news module..

Add this lines:...

Code

if(isset($args['ordabai'])){
    $orderby = $args['ordabai'];
    }


Between:

Code

if (!empty($order)) {
        $orderby = $storiescolumn[$order].' DESC';
    }

//and....


$permChecker = new news_result_checker();



Here is the block:
http://www.simulation-games.org/pn/News-block.zip