By rvnd on
I've built simple address book using cck, and will use views to present it on one page. I wonder if this is the best method though. My goal as always, is to supply the best UI to the content manager.
The first problem that I've considered is that each entry is discrete and cannot be ordered manually, so that CEO comes first, CFO second etc. The solution is to use nodequeue, but that adds an extra step, and the content manager might forget that step, so the entry won't be seen. I suppose the solution that I'd love best is one where the entries can be moved via drag, like Blocks. Any ideas?
Comments
Weighting
I do know about using weighting as well, nut I feel that its inelegant for a non-developer.