With the Protected Node module, users can restrict access to a node with a password they provide when creating the node (or a site wide password or a per node type password).
Flickr Rippr reads flickr.com for users latest public photos, and turns these into content (nodes) on your drupal website.
You need only publish to flickr.com, and they will automagically appear on your drupal website after each cron run. Join this up with the Views module and make photo galleries, blocks, and other awesomes.
The core taxonomy system allows vocabularies to be assigned to node types. This module extends that by allowing the editing and/or display of the vocabulary to be controlled by user role. It attaches itself to the vocabulary add/edit form and gives the administrator three options for each role - (1) edit and view, (2) view only, and (3) none.
This module makes it possible to create a vocabulary for administrator purposes, hide this category from most users, and then use the category as a views filter.
Here are two use cases:
a vocabulary that had the terms "special offers", "front page", "user advertisement", etc; this vocabulary could be used in various views to pull the tagged content into a particular block or page.
a vocabulary that had the terms "editor post", "editor tagged", and "community post" and a role type of "editor" that was less than an admin, but had privilige to write editorial content (as opposed to unedited community content), but also had permission to tag community content as something that was propogated to higher visibility.
This is an install profile designed to jump-start module development. It rewrites the install forms, providing a default username and password of admin/drupal (this has changed from the old package which was drupal/drupal). It also installs and configures developer modules like devel and coder.
Default username and password: admin/drupal.
WARNING! This profile contains potentially dangerous user settings, permissions, do not use it on a live site.
Installation and update
Either download the large tarball below, or create a small makefile (also packaged with the distribution):
Use it with drush make like so: drush make dd.make [mysite], where dd.make contains the text above and [mysite] is the target directory to build the new site in.
The Translation template extractor provides a web based and Drush-integrated Gettext translation template extractor interface for Drupal as well as a reusable API to look for translatable strings and translatability errors.