I was asking myself if there’s a better way of sorting content in Drupal.
Right now, when I go to admin>content all the nodes are mixed up. I installed the module “Content administration” (http://drupal.org/project/nodeadmin) and now you can not only filter but also sort them by title, type, author… but that’s all.
Is there any good module to improve the content administration a part from the one I mentioned?
For instance, it would be great if I could filter the nodes by their CCk field values.
An easy way to improve the content AI, is to build your own with views and views bulk operations. With it, you can run tasks on many nodes at once, like publish/unpublish and you get all the views filtering / display options you have in any view.