By default, the wayfinder plugin in modx revo sorts by menuindex. This doesn't seem to work.

I have the following:

[[!Wayfinder? &startId=2 &level=1 &ignoreHidden=TRUE &outerClass=news &sortBy=menuindex &sortOrder=DESC]]

I suspect it's something stupid i overlooked...:s

EDIT: I got it to work now.

I looked at the wayfinder code in wayfinder.class.php The following line was commented: $c->groupby($this->modx->getSelectColumns('modResource','modResource','',array('id')));

It was commented out because of the following comment in the code:

/* not sure why this groupby is here in the first place. removing for now as it causes issues with the sortby clauses */

Maybe this helps anyone in the future

link|improve this question

78% accept rate
If you want to answer your own question, please write it on answer textarea and mark it as solved :) – GusDeCooL Dec 14 '11 at 18:26
feedback

1 Answer

up vote 0 down vote accepted

I looked at the wayfinder code in wayfinder.class.php The following line was commented: $c->groupby($this->modx->getSelectColumns('modResource','modResource','',array('id')));

It was commented out because of the following comment in the code:

/* not sure why this groupby is here in the first place. removing for now as it causes issues with the sortby clauses */

Maybe this helps anyone in the future

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.