Maintainers strive to actively monitor issues and respond in a timely manner.

ded

Drupal theme making heavy use of Twitter bootstrap (github).

Twitter Bootstrap Theme vs Ded Theme

Twitter Bootstrap Project uses less. The PHP less compiler has issues that the less javascript / nodejs compiler doesn't have, creating inconsistent styles. Less inheritance is clunky, nested styles are not inherited. This means using semantic markup is out of the question. This makes it impossible to style Drupal using twitter without lots of theme overrides, which could mess up styles provided by 3rd party modules as the classes will be different.

Ded Theme uses sass to generate styles, this gives better inheritance, and makes integrating Bootstrap into Drupal painless. This theme also gives a smaller CSS footprint as there is no need to include all the bootstrap files, only the ones needed. Semantic markup, you don't have to sprinkle twitter classes in your code, simply use standard Drupal classes. Ded theme uses Drupal's built-in classes and styles them using twitter bootstrap css.

Creating a Subtheme

TODO

Altering the Styles

I recommend you use Compass to modify the themes.

Term Sibling Reorder

Term add/edit page and resulting hierarchy.

The Term Sibling Reorder module allows taxonomy term administrators to reorder a term and it's siblings from the add or edit page for a term.

This is especially helpful if you're using taxonomy for something more than backend categorization. If you have a list of all terms in a block for navigation with Views, or if you're using Taxonomy Menu with the sync option (currently only in the 7.x-1.x-dev release), this module can let you add a term without temporarily affecting your site's output.

Features

  • Place a term within a hierarchy from the add/edit form.
  • Reorder siblings to a term from that term's add/edit form.
  • Integrates with Taxonomy Menu if you have it configured for the vocabulary (see below).
  • Works well with with Taxonomy term Views (if you use the "Taxonomy term: Weight" sort).

To integrate with Taxonomy Menu:

  • As of May 12th, 2012: you must install the 7.x-1.x-dev release (I expect it will make it into a 7.x-1.3 release when there is one).
  • Configure Taxonomy Menu for the vocabulary as you need to.

Simple metatag

The Simple Metatag module is designed to add structured metadata automatically, simply and quickly on your web site .
This module allow add the meta tag description and keywords meta tag, as well as a custom title, to help improve the rankings and display of your site in search engine results.
Simple Metatag can add metadata by content type, by node id, and by url of the page.
This project was created initially to increase web pages loading time, because the metatag module was too heavy for big sites, and Simple Metatag module is intended to be lightweight and easy to use.

How to use Simple Metatag

Use Simple Metatag is easy.
There are three types of configuration:
1. - Node ID
2. - Type Content
3. - URL

For example, if you want to configure the metadescription and keyword for a content type ("page-text"), you have to use configuration for type-content "page-text".
Maybe you want have a specific configuration for the "nid 208" (the nid 208 is a page-text type), you can do a specific configuration for this node, and the other nodes "page-text" will be used for the configuration type-content.
If You have a views, panels, context... where you list, for example, all node of "page-text" you can use configuration for urls

Filefield Compress

Adds a link to download a zip containing all files attached to the nodes file field.

Subscriptions for Referenced Users

A little plugin into the Subscriptions framework.

Developers (or anyone via a variable_set, and soon administrators through the UI) can use this module to do either or both of these things when a post is published:

  • Subscribe users who are referenced in a userreference field.
  • Subscribe all authors of nodes belonging to a referenced taxonomy term.

The term reference part can automatically subcribe users to updates on a node if they have authored content in a taxonomy term that is referenced via a taxonomy term reference field.

The user reference part can automatically subscribe users who are in a References module user reference field.

Currently, what field instance this applies to needs to be set as a variable holding an array with one or more arrays with the keys entity type, bundle, and field name. Soon, which field instances trigger this will be configurable by the administrator in the user interface courtesy a separate UI module.

To configure in code, an update hook such as the following will work:

<?php
function hook_update_7001() {
variable_set('subscriptions_referencedusers_term', array(array('entity_type' => 'node', 'bundle' => 'case_presentation', 'field_name' => 'field_expertgroup')));

MTG Card Popup

Allows you to have Magic the Gathering card images as popups for card links.

It is implemented as a text format filter.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained