How can I order the nodes alphabetically in my Drupal back-end ?
I cannot sort the columns by clicking on the headers unfortunately. Should I hack the code or install any plugin ?
How can I order the nodes alphabetically in my Drupal back-end ?
I cannot sort the columns by clicking on the headers unfortunately. Should I hack the code or install any plugin ?
You can use views and views bulk operations to setup a customized admin interface for your nodes where you can run operations like delete, publish etc.
If you just want to make a listing of the nodes, you don't need views bulk operations but can instead use views to make a customized sortable listing.