Thursday 15 January 2004 1:26:07 pm
I'm not really shure but I think I tried to focus (perhaps a bit badly...) on something like this in this thread: http://www.ez.no/developer/ez_publish_3/forum/setup_design/sort_by_attribute_in_several_classes It can be accomplished by putting the attribute in the name pattern, a quite ugly hack: http://www.ez.no/developer/ez_publish_3/forum/setup_design/fetch_sort_via_specific_field_/re_fetch_sort_via_specific_field__3 I suppose the code could look like this: sort_by,array('attribute',false(), 'my_own_attribute') and it should work like sort_by name, published etc. (on all classes with that attribute). I'm not really shure that I use the correct vocabulary, hopefolly you understand what I mean... Any comments?
|