Posted by Gmal-1 on March 9, 2011 at 6:41pm
I created a content type and view which is a listing of business names. When I enter the info it posts it by the "time" I entered the info. My question; is there a way that it can be displayed in alphabetical order?
Please note I am a novice and if it requires some sort of hack I guess i will have to live with it because my programming skills are very limited.
Thanks for the help.
Comments
It's a View setting
Go into your view and under Sort Criteria on the right, do two things:
Click on the up/down arrow thingee and delete the date sort. Save. Now click on the + sign. Select Node: Title as the thing you want to sort on. Save that, then save your view, and voila.
Sorting
When you say you "created a content type and view" are you using "Views" the module?
If so then all you need to do is add a "Sort Criteria" (located in the upper right hand corner of Views 2 in Drupal 6). Sort by "Node: Title" and then select "ascending" in the options. Then the views output will be sorted A-Z.
If you are not using Views, then you would need to be more specific as to what you are doing.
Thanks for the fast replies.
Thanks for the fast replies. Worked perfectly. Your help is much appreciated!