This can be approached in several ways.<div><br></div><div>Nodequeue <a href="http://drupal.org/project/nodequeue">http://drupal.org/project/nodequeue</a></div><div><br></div><div>Draggable Views <a href="http://drupal.org/project/draggableviews">http://drupal.org/project/draggableviews</a></div>
<div><br></div><div>Additionally, using CCK you can use a parent content type with a multi-value node reference field and display the view at the bottom of the parent node. This is useful for creating multiple gallery instances and things like that. <a href="http://drupal.org/project/views_attach">http://drupal.org/project/views_attach</a> might also be relevant</div>
<div><br></div><div><br><div class="gmail_quote">On Fri, Mar 25, 2011 at 8:44 AM, Jason Flatt <span dir="ltr">&lt;<a href="mailto:drupal@oadaeh.net">drupal@oadaeh.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, 25 Mar 2011 09:18:57 -0500<br>
<div class="im">&quot;Joel Willers&quot; &lt;<a href="mailto:joel.willers@sigler.com">joel.willers@sigler.com</a>&gt; wrote:<br>
<br>
</div><div><div></div><div class="h5">&gt; If I have a View and want a certain sort order, how would you guys approach<br>
&gt; it?  My solution is to just break it apart in the tpl.php file, but I’m<br>
&gt; curious if there’s a better way.<br>
&gt;<br>
&gt; So let’s say we have days of the week (just an example, could be other<br>
&gt; items, but this seems universally available).  I can’t sort alphabetically,<br>
&gt; I need it to be Sunday, Monday, Tuesday, etc.<br>
<br>
</div></div>There are many variables you didn&#39;t specify, so I&#39;m going with the most common<br>
denominators.  This is untested, so the details may need tweaking, but one<br>
option is that you can include the actual date field as part of your &quot;Fields&quot;,<br>
specify that it be &quot;Exclude(d) from display&quot; (when you configure it), and use<br>
it for your &quot;Sort criteria&quot;.<br>
<br>
<br>
&gt; Thoughts?<br>
&gt;<br>
&gt; Joel<br>
<br>
<br>
--<br>
Jason Flatt<br>
Custom Website development solutions: <a href="http://www.oadaeh.net/" target="_blank">http://www.oadaeh.net/</a><br>
Father of seven: <a href="http://www.flattfamily.com/" target="_blank">http://www.flattfamily.com/</a> (Joseph, 18; Cramer, 16; Travis,<br>
14; Angela; Harry, 10; William, 5; and Dolly, 2) Linux user:<br>
<a href="http://www.ubuntu.org/" target="_blank">http://www.ubuntu.org/</a> Android user: <a href="http://www.android.com/" target="_blank">http://www.android.com/</a><br>
Drupal fanatic: <a href="http://drupal.org/" target="_blank">http://drupal.org/</a><br>
<font color="#888888">--<br>
</font><div><div></div><div class="h5">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]</div></div></blockquote></div><br></div>