Is there anyone working on something like this? I looked through the current modules in the CVS list but don't see any. Could be named anything, I suppose.
Hmmm...I wonder if I could write something like this. Too bad I am not a very good programmer....if at all anymore. Whatever happened to Pascal, anyway.
Okay, any programmers out there with some time on their hands that want to write a sort.module?
This module would:
Sort any nodes being displayed in the following orders:
- alphabetically
- chronological (from date a to date b)
- reverse chronological (first published at top)
Am I missing any?
Nodes are mostly displayed by their publish date, but this just isn't cool enough for us kids.
Comments
own module
i suggest you write your own small module to do this and then designate your module as the home page. drupal does not currently offer this feature.
Is there anyone working on
Is there anyone working on something like this? I looked through the current modules in the CVS list but don't see any. Could be named anything, I suppose.
Hmmm...I wonder if I could write something like this. Too bad I am not a very good programmer....if at all anymore. Whatever happened to Pascal, anyway.
Okay, any programmers out there with some time on their hands that want to write a sort.module?
This module would:
Sort any nodes being displayed in the following orders:
- alphabetically
- chronological (from date a to date b)
- reverse chronological (first published at top)
Am I missing any?
Nodes are mostly displayed by their publish date, but this just isn't cool enough for us kids.
;-)
-
Shane Birley
Vicious Bunny Creative
http://www.vbcreative.com
---
Shane Birley
Left Right Minds
https://www.leftrightminds.com
You could try the layout module
Hi, you could try the layout module (http://drupal.org/node/18272 - see my comment with attachment for latest copy)
While it does more than you are looking for, it will let you sort the nodes in the order you want.