Shange view sequence
khan2ims - April 11, 2008 - 05:23
Hi,
I am preety new to Drupal development. So plz don't mid if I sound to ask a very basic question.
My question is, whether and how it is possible to change the sequence of a list view already created.
For example, suppose I have a list view which goes like this.
- E-Books
- Educational Music
- Online Radio
- Games
- Inspiring Poems and Music <==
- Making of the Show
- Meet the Characters
And I want to change it this way
- Meet the Characters
- E-Books
- Games
- Making of the Show
- Educational Music
- Online Radio
- Inspiring Poems <==
- Music <==
Is it possible to change such sequence of a view.
Any help would be greatly appreciated

Edit the view and at the
Edit the view and at the bottom add a sort criteria specific to how you want to rearrange your list. For example, you can sort by Sticky, date created, date update etc.
www.myappleguide.com
thanx
thanx