<![CDATA[ Arrange list items by upcoming date instead of order of entry? - My Forums]]> https://forums.modx.com/thread/?thread=83464 <![CDATA[Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460448
The problem with this is that it's right next to my calendar. It would make more sense to arrange the list by next available start time. So the list would be arranged in order of date, instead of order entry. Meaning since today is: 3/26 the next item on the list would be... say... 3/27 (If I had an event), then the next one entered would be... say... 3/28 (If event). So you can see the list in order what is up next according by date (in this case: start time).

I could not find anything that relates to this order. Has anyone found or may have a solution?]]>
wbbuilder Mar 26, 2013, 10:22 PM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460448
<![CDATA[Re: Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-525609 Quote from: charless at Mar 28, 2013, 05:29 AM
You can use the &sort=`startdate` &dir=`ASC` in your snippet call to adjust the sorting of events for any view. If you are still having issues turn on the debug parameter &debug=`1` and view the SQL that is rendered for possible resolution and past back if issue persist.

I seem to be having this problem again. I think I was able to fix the problem in list view, but have since changed it to modal view. My items listed for each day are not organizing by start time, they are organizing by entry time. At least if there is a re-ocurring entry it always shows first.

Here is my calendar snipplet call:
<span class="calendarLeft">[[!mxcalendar?&displayType=`calendar`&ajaxResourceId=`10` &sort=`startdate` &dir=`ASC`]]</span>


I just added the code below to the snipplet (which was missing):
&sort=`startdate` &dir=`ASC`


But my calendar is still not arranging events by start time. This makes my events calendar look unorganized. How can I make these display in order from event start time for each date (including re-occuring events)?]]>
wbbuilder May 16, 2015, 09:22 AM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-525609
<![CDATA[Re: Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460806 wbbuilder Mar 28, 2013, 07:43 PM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460806 <![CDATA[Re: Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460634 Quote from: wbbuilder at Mar 28, 2013, 04:34 AM
Please look here: http://www.pinecovecampground.com/events.html (under- Upcoming Events)

No-one else had this issue or fixed it? I would love to figure out how to change this list order from descending to ascending. Anyone?

You can use the &sort=`startdate` &dir=`ASC` in your snippet call to adjust the sorting of events for any view. If you are still having issues turn on the debug parameter &debug=`1` and view the SQL that is rendered for possible resolution and past back if issue persist.

Cheers]]>
charless Mar 28, 2013, 12:29 AM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460634
<![CDATA[Re: Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460631 properties list that applies to list view.]]> sottwell Mar 28, 2013, 12:23 AM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460631 <![CDATA[Re: Arrange list items by upcoming date instead of order of entry?]]> https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460623 http://www.pinecovecampground.com/events.html (under- Upcoming Events)

No-one else had this issue or fixed it? I would love to figure out how to change this list order from descending to ascending. Anyone?]]>
wbbuilder Mar 27, 2013, 11:34 PM https://forums.modx.com/thread/83464/arrange-list-items-by-upcoming-date-instead-of-order-of-entry#dis-post-460623