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

dman’s picture

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 :-(

WorldFallz’s picture

Doesn't help you now, but views 2 (d6 only) ships with the 'glossary' view which functions this way.

soyo’s picture

Thanks a lot, the alphabetic pager views works perfect for me!

shv_rk’s picture

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?