@Yulianita
If fastField doesn't work, you can try pdoField or getResourceField to get TV-values in
there is now also a &joins - property where you can get TVs and other objects in for sorting and displaying.
Example for one TV:
[[!siblingNav?
&debug=`1`
&sortBy=`{"publishedon":"ASC","id":"ASC"}`
&joins=`[{"alias":"Price","classname":"modTemplateVarResource","on":"Price.contentid=modResource.id and Price.tmplvarid=3"}]`
&infinitLoop=`1`
]]
You can get the value of the TV in this case with:
Quote from: Bruno17 at Apr 11, 2015, 08:56 AM@Bob
Seem to get the correct order also for prev and next links
With this new version, you can get some debugging - infos with &debug=`1`, if that helps.
https://github.com/Bruno17/siblingnav/blob/master/core/components/siblingnav/model/siblingnav/siblingnav.class.php
Thanks, I'll give it a try.
@bruno I got it!
My bad, I only needed clear my cache, now it does work! Thank you very much, I love ModX.
@yulianita