Tuesday 06 July 2004 7:49:35 am
That helped a lot and I actually even figured it out before I received your reply. However, I found that I had to set the sort in the template in order to get it to take. Specifically, I had to change:
{let children=fetch('content',list,hash(parent_node_id,2))}
to
{let children=fetch('content',list,hash(parent_node_id,2,'sort_by',array('priority',true())))}
That doesn't seem like the right approach, however, as the whole point of this system is to allow people to set such things as sort order without having to touch the code, no? Any idea why I had to resort to modifying the template? I'm using eZ 3.2-6... Ted
|