User login

administrative UI

Making DraggableViews work for Files (and any Entity) Not Just Nodes

If you make a Files view a draggable view, with an integer field and using the FieldAPI handler, everything looks great except for this error:

Undefined property stdClass::$nid in draggableviews_handler_fieldapi->get() draggableviews_handler_fieldapi.inc

and the fact that it doesn't work at all.

Available role: A module for Drupal to allow users to choose which roles permitted to them they currently use

When developing a site it is well known you need to log in as different users to properly test functionality, or you will always be surprised by incorrectly-configured permissions.

However, it should be much easier to test out working as a given user role by anyone with these privileges.

Administrator Experience for Drupal: Skip Confirmation for Deletion of Less Important Items

CS would like a module that lets you set in which places you want to be required to confirm delete and which places should just let you delete.

  • Menu items-- don't make me confirm
  • Content-- make sure

I don't think the confirm form is necessary to present cross-site scripting-- that's in the token with the form (or delete link— that might be an easy way to do this, change one or the other to links so you can visually see if you're getting a confirmation or not, and maybe think twice faster).

How to add new contextual links

We may want to do this for a present project, and in any case i wanted to flag one of the coolest things in Drupal 7,
Adding new contextual links: http://drupal.org/node/1089922

See also http://deglos.com/blog/2011/02/06/hacking-contextual-links-drupal-7

If view Row style isn't visible, change the style to one that allows both

When editing a view, the Row style option may not be available. Change the Style to one that is available to all (both) row styles, such as Unformatted, and you will be able to change from Row style Fields to Row style Node.

The row type of node is not available when the grid style is in use, for instance.

Drupal (Site Builder) Usability module

the Drupal usability module, Book module edition:

move Book module's Add child page link to the action links location.

make an Add book action item (or items if multiple content types are enabled) to the book listing page at admin/content/book

Content Gallery

actually, you'd want to see an example of one entity of each entity type per build mode! All conveniently linking to the respective manage displays page.

File: 
Syndicate content