modules archive

kronda's picture

PNW Drupal Summit Session: Calendaring with Drupal

Things You Can ( or Can't ) Do With the Full Calendar Module This session led by Tim Plunkett covered the kinds of things you can do with his Full Calendar module. Thanks to those who pointed out this is it's own module not a plugin. The dependencies are Views and the Date module. I was a few minutes late to this session, and the basic demonstration on getting it up and running was already finished, which leads me to believe that setting it up is a pretty smooth and easy process. Here are a few take aways from the session: Read More…

dan's picture

Ranking Drupal Modules on Drupal.org

One of the biggest dilemmas I faced as a new Drupal developer was figuring out which module was the best to use in any given situation. Only when I finally got around some other Drupal developers did I get a real sense of which were good and which weren’t as good. The best indicator on the drupal.org site before that for me was the number of sites using it. Being a bit of a rebel, this rubs me wrong. Just because a few thousand sites are using it, doesn’t mean that it’s good, right? And what if a newer, better-developed module gets released? It would not pass that test. Read More…

scott's picture

Drupal Theming 101: Theme Developer Module

If you haven't already heard of it, the Theme Developer is a great tool. It works like firebug, but for Drupal. You can click any element on the page to inspect it, and the Theme Developer window will show you what template files and functions were used to render it, and give you suggestions on which files you can edit to affect it. For a newbie Drupal themer, this can be a god-send. Read More…