My need was to sort questions on alphabetical order inside a category.
This demand had been expressed earlier in the following closed issue http://drupal.org/node/135164
I suggest a patch where the user can choose in the admin form on what field they want to sort questions (creation date, modification date, and detailed_question) and how (ascending or descending).

CommentFileSizeAuthor
faq-improve_sort.patch2.88 KBJosine

Comments

Steven Brown’s picture

If you have views ui enabled you should see a view named FAQ. In here you will find several page views that have been created for you. You can override each of these views to sort the proper way.

I know this doesn't work on the faq-page that comes default with faq. However, if you enable the view you can use those display instead of the default display that comes with FAQ module.

jay-dee-ess’s picture

Can the default FAQ order be made available in Views? I only see weight.

stella’s picture

Status: Active » Fixed

The "FAQ weight" is the FAQ ordering. It was already exposed to Views in D6, but not in D7. I've added this in now and have also added in the ability to sort on this field. This is available in the D6 and D7 dev versions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.