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

Entity Reference EFQ Views

This is a helper module that allows you to use EFQ Views as an entity selection source for Entity Reference fields.

JS Snippets

This is a utility module. The goal it to provide a simple UI to allow content
creators to append arbitrary javascript snippets to pages. It provides an
Object Oriented wrapper around drupal_add_js that gives a simple UI for creating
and storing a snippet or a series of snippets.

*NOTICE*
By its very nature, this module is a security risk. Please note that this
module will allow users to append arbitrary unfiltered javascript and other
markup to any page. If not used with caution, this module can break or
compromise your site.

This module uses the Entity API module to store snippets as entities.

You can deploy your snippets in several ways:

* via text filter, a WYSIWYG plugin has been provided (tested with tinyMCE). The Snippet Filter uses tokens in the format of [{[js_snippet:1:Snippet%20Title]}]
* via designating snippets to be available as blocks to be used site wide, then using this block on a page, view, or panel.
* in code, using alter hooks. It can also be a useful developer tool. You can easily create snippets for frequently used combinations and attach them to elements or .

<?php

function hook_form_alter(&$form, &$form_state) {

// Load your snippet
$snippet = js_snippets_load(1);

// Fully rendered HTML with javascripts added via drupal_add_js
$form['my_snippet']['#markup'] = $snippet->asHtml();

// OR

Malinis (Responsive Theme)

Screenshot of Malinis sub-theme in different color schemes.

Malinis (Filipino word. English: Clean) is a progressive mobile first theme with modular scale typography, powerful grid-based layout engine and clean design.

  • HTML 5
  • Responsive design (mobile-first) with configurable breakpoints. Defaults to 768, 960 and 1152
  • Typography using modular scale.
  • Web accessibility optimized with ARIA roles
  • Bulletproof flexible grid system with 24 columns (units) as default.
  • Configurable grid
    • Configurable number of columns in the grid
    • Configurable gutter width
  • Comes with its own special font "Noceda Font Pro", a light, elegant and open sans-serif font built in with 304 Gwikons (Groundwork icons)
  • Supports both sidebars
  • 17 regions with a special "Aside" region visible only in nodes.
  • Optimized typography for all standard elements
  • Block source ordering per region
  • Powerful layout engine provides unlimited layout possibilities
  • Collection of preset CSS classes
  • LESS CSS enhanced with loads of Drupal-specific mixins and bundles.
  • HTML5 polyfill to support older browsers
  • and many more.

Malinis is a sub-theme of Groundwork

Credits

Drupal design and development by Noceda Media Lab
Development of the Groundwork project is sponsored by Noceda Media Lab.

Simplified formats

Multiple text fields on a page often break up the user experience of editing content to an unacceptable level.

peppermint

this is really my first theme! how exciting!

Load and save

This module does a very simple task : it loads all nodes from a selected type and saves them, using the batch API.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained