Article
Posted on 7th February 2009
Takes about 1 min to read

We love the views bulk operations module here at ComputerMinds, and frequently use it to create some lovely administrative interfaces. However we often find a need for an administrator to be able to perform operations in a quick and easy way on an individual node. While some of the core operations (publish, make sticky etc) can be performed from the edit tab of the node, many other node operations do not offer this facility ("rebuild...

Article
Posted on 15th April 2008
Takes about 1 min to read

A rather obscure one this, but we found a problem today on one of our Drupal sites with the filter form on the node admin screen (admin/content/node). Changing the filter settings on the form had no effect, which prevented you from filtering the list of nodes. We tracked the solution down to the $_SESSION array being cleared between page reloads, and a quick google pointed the finger at the Remember me module. Disabling the module...

Published in: #Administration #Drupal Planet