Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
Mockups don't tell a story. Build a prototype in no time.
The difference between a good site and a great site is iteration — building something, playing with it, refining it. In Foundation, we've included dozens of styles to help you quickly prototype a site.
OG Content Access provides the ability to rely on group-specific roles for providing (view/load) access to specific content.
The use-case is as follows: you have a group with several content types - blog, announcements, file downloads.
Any members of that group will automatically have access to view any of the above contents. You can control access to create, delete, and edit
content for different roles, yes, but every member will ALWAYS have access to view all of the contents of a group.
With this module you can restrict viewing each content to different members by setting the role which is allowed to view/access each content
and then, within the group context you may assign roles as necessary for each member.
Tadaa! is a module aimed at simplifying the process of enabling/disabling modules and altering configuration when switching between different environments, e.g. Production/Staging/Development.
The environments and the corresponding configuration is completely configurable.
Possibilities
Modules
You have the ability to select modules that should be enabled only for specific environments. Let's say you have one development environment and one production. A common configuration would be to enable Devel for the development environment, and leave it disabled for the production environment.
Variables
Variables are completely configurable per environment. This makes it possible to alter any variable based configuration. An example would be to disable caching and aggregation in a development environment, and enable them when the site is in production.
Drush integration
Tadaa! integrates with Drush. This will allow you to perform the basic Tadaa! tasks from the command line.
Three commands are available:
drush tadaa Prints the state for the current environment.
drush tadaa-fix Fixes any errors for the current environment, by enabling/disabling modules and changing the values of variables.