Context Acquia

Component type

module

Maintenance status

Development status

Downloads

617

Component created

Component changed

Provides a Context condition for Acquia server environment variables.

This means you can react to whether the current instance of your site is local dev, or Acquia dev/stage/production.

This module works by wrapping the code provided by Acquia at https://docs.acquia.com/cloud/configure/env-variable in a Context condition in the simplest way possible, it's very lightweight.

js path

Component type

module

Maintenance status

Development status

Component created

Component changed

JS path enhances any theme by allowing the front-end developer the opportunity to automatically include and cache javascript into pages and forms by js file naming conventions.

Example #1: If you desire to use jQuery (included in your theme) to add input tag events to a content type edit form with the <form id="post-node-form"> then you save your js file as "js/forms/post_node_form.js" within your current theme's folder.

WordPress

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Have you got experience with developing plugins and themes using WordPress actions and hooks such as "add_action" and "do_action"? Do you wish you could use similar mechanisms in Drupal? Well now you can with this module. In it's infancy at the moment, but will evolve over time to include more functionality.

Currently add_action, add_filter, do_action and apply_filter all work, but none of the normal WordPress hooks are implemented yet.

Nodeinfo

Component type

module

Maintenance status

Development status

Component created

Component changed

Information
Nodeinfo displays information about the currently viewed node in Drupal messages area.

Nodeinfo allows users to see easily the following information:
- node ID (NID) with easy copy-paste of node/id url
- node type (content type)
- last updated date and time
- last updated author (D7 only)
- published status
- promoted to front page status
- sticky status
- Domain access publishing status (D7 only)