I have created a photo gallery for several web sites using CCK. I created a new content type and added a numeric select list field that allows the client to change the order of the photos in the gallery (views with a jquery lightbox).
The problem is that there are now too many photos to manage the sort easily. The only way for the client to change the sort order is to edit each photo node individually.
Is there some sort of drag and drop sorting that I utilize to give my clients a GUI interface to sort these nodes?
I had considered Nodequeue, but I thought there might be a better solution.