Tuesday 18 January 2005 7:24:32 pm
Hi,
Im attempting to fetch articles in a folder via priority and am having no luck. I have a folder with order based on priority and have assigned all the articles in it to have different priority numbers from 0 through 7. I am getting the articles returned from my fetch, but not in priority order. I cant even figure out what the order is based on (not published date, not priority and not alphabetical). The limit and offset appear to work fine. Here is the code Im currently trying to use and have tried various other combinations with no luck.
{set news=fetch( 'content', 'list',
hash( 'parent_node_id', $news_node,
'priority', 'true',
'offset',$offset,
'limit',$limit,
)
)
}
Can anyone see what Im doing wrong here? Any help greatly appreciated. cheers Arran
|