Date Format Help

Component type

module

Maintenance status

Development status

Component created

Component changed

How often have you been creating a custom time format and couldn't remember which code does which. Is it 'g' I want, or is it 'H'? Is 'm' for month, or minutes, and is it the long or short form?

Sure, you could follow the link to the PHP manual and look it up there, but why can't the docs be on the same page where you're typing it out?

Date Format Help does just that.

Module configure links

Component type

module

Maintenance status

Development status

Downloads

1699

Component created

Component changed

You've just installed a module, but now you need to configure it. Where is that new menu item?

You can check the README.txt or look at admin/by-module in Drupal 6. Drupal 7 made this slightly better by allowing modules to provide a configure link in their info file. These configure links are shown on the module list, but it becomes a hassle to locate that link once many modules are installed.

Content Type Filter

Component type

module

Maintenance status

Development status

Component created

Component changed

The Content Type Filter lets you filter content listing pages simply by adding admin/content/types/story to the URL (for example).
You want to see the blog content type content then you need to use following URL
http://YOURSITE.com/admin/content/types/blog

Demo site: http://digcms.com/drupal/
Admin Username : admin
Admin password : admin

Administer Users

Component type

module

Maintenance status

Development status

Component created

Component changed

The administer users permission is more broad than necessary and not prudent to give most roles. For example, it is often the case that we need to be able to allow a role the permission to create users, but this is within the "administer users" permission. (A problem solved with the UCreate module, but it has not been upgraded to Drupal 7 yet.)

I'd also like to allow users with a given permission the ability to assign other users with a configurable list of roles or a family of permissions. I'm not sure what the UI for that will look like yet though.

Quick Jump

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple and handy module that allows you (or mainly the administrators / site maintainer) to quickly navigate to any content or administration pages in Drupal website.

Inspired by Quicksilver app for Mac, this Drupal module was written.

The search box is triggered via hotkey with the help of jQuery Hotkeys library by John Resig.

Resolve IP

Component type

module

Categories

Maintenance status

Development status

Downloads

1692

Component created

Component changed

Resolve IP is a very simple module that adds the hostname of the IP that generated the watchdog entry in the recent log messages report.

This is helpful to understand and easier debug log entries.

For example, knowing that the IP 66.249.66.212 resolves to crawl-66-249-66-212.googlebot.com, makes it easier to understand the log message.

You see the resolved hostname besides the IP without having to copy-paste the IP in a web resolver.