Overcome the limitations of Drupal's built-in content list using Content Management Filter

Posted Sep 17, 2009 // 1 comments
Dave:

The built-in content list provided by Drupal does a few basic things well, allowing you to filter by taxonomy term, status, and node type. However, in cases where you have a large volume of content or a lot of custom CCK fields, this doesn't quite cut it.

In the past, we would commonly run into issues and questions like:

  • Can I add a filter for "author" to the Content list?
  • Can I filter by keyword?
  • Can I increase the number of nodes shown at a time to perform bulk updates more efficiently?
  • Can I sort the content list using the column headers?
  • Can I get a list of content that was created within a specific date range?
  • Can I add a filter for a custom CCK field?

In many cases, we were ending up building custom views/filters that administrators could use to perform these types of functions. The drawback there is that you lose things like bulk updates, incremental filtering, etc.

Enter the Content Management Filter module, which knocks down all of these barriers (and more).

Here's a screenshot of the UI:

There isn't yet a means of adding a filter for a custom CCK field via an administration UI, but from what I am told the code is structured in a way that embraces such customization. 

Pretty powerful stuff that goes a long way in terms of streamlining workflow for content creators and editors.

Check out the Content Management Filter module page on Drupal.org.

UPDATE: I recently found out that Content Management Filter allows you to manage comments in a similar fashion, which is really awesome. This makes it easy to delete comments in bulk from a particular user, as deleting the user's account does not remove the comments that user created.

About Dave

Dave Leonard is a Solutions Architect with Phase2 Technology. He is responsible for identifying business needs and translating them into functional requirements.

Throughout the project lifecycle, he assists with initial project ...

more >

Read Dave's Blog

Comments

by Jamie Meredith (not verified) on Tue, 04/20/2010 - 01:15

How would this differ from the Views Bulk Operation

Just curious if you have made any comparisons to the VBO module as it appears much of what is here is available there with the added benefit of a much more end user friendly UI. Might be worth hitting up the module maintainer and seeing if a merge of code could happen here. Good work!

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <strong> <code> <p> <img> <ul> <ol> <li> <h2> <h3> <h4> <b> <u> <i>
  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.