By leemchildress on
I am using the relatedlinks module to display a dynamic menu based on vocabulary and terms.
"Out of the box", relatedlinks.module displays the listing in an apparently random order. I would like to display the list in alphabetical order. I looked at the code, but didn't say where to change the order.
Has anyone done this?
Comments
I don't use it so this is a
I don't use it so this is a guess:
Try changing the sql queries to 'ORDER BY link DESC'?
Pobster