By soyo on
Hi, I created an dictionary module, and every word in the dictionary is a node. Now I want to create an alphabetical index for the words.
The index page will list the 26 letters with link:
All A B C D E F G H...
If I click "A", it will list all the nodes whose titles is start with "A". If I click "All", it display all the nodes sort by node title like this:
A
are
art
...
B
baby
but
...
Is it possible to do this by view?
Thanks!
Comments
aaaand ... search?
alphabetic pager views?
Result #4 is the home page. The others are related.
Worked good last time I tried it.
Hm, no D6 right now :-(
.dan. is the New Zealand Drupal Developer working on Government Web Standards
_
Doesn't help you now, but views 2 (d6 only) ships with the 'glossary' view which functions this way.
alphabetic pager views is what I want!
Thanks a lot, the alphabetic pager views works perfect for me!
A-E F-J ... sort
Hi I need similar thing but I need a way to sort my content like this:
A-E , F-J, ...
clicking on these it should sort the content ...
any suggestions?