I am having an issue getting the staff to appear in a certain order. I see where the query is suppose to be sorting the staff by weight. When I add or edit a staff member and change the weight, it is not being saved. Does anyone know what my issue could be OR what table this information is stored in where I could possibly edit the tables manually?

Comments

drupalninja99’s picture

This issue is probably still in the Drupal 7 version. I think I order by name. You would need to add a nodequeue to make it weighted which is probably like an edge case feature perhaps. I don't know if that is something everyone will want.

drupalninja99’s picture

Actually I think you are right, I will order by staff type. So the groupings which are staff type will go by weight, not alphabetical, but the individual staff pages underneath each type will still go alphabetical.

drupalninja99’s picture

Status: Active » Needs review

+Changed sort order to staff type weight, then staff name
+Made staff type required

I have this in head now, I will test alongside some other fixes I am making later today when I push everything out to the OC site.

drupalninja99’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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