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

Simple Page Title

Simple Page Title is a module exclusively designed to provide Search Engine friendly title tags for SEO purposes. Titles can be applied to any kind of page whether it is a node, a user, a view, a "hard coded" page created in a custom module or any other kind of page.

The way this module works is that the text for the title tag is assigned to a URL path. This can be a standard drupal URL (e.g. node/1, user/3) or a friendly URL generated from a module, path or pathauto (e.g. news/todays-latest-news). Simple Page Title is different from the standard Page Title module in that by assigning the title to the url path it can handle assigning titles to things like views and panels where the standard Page Title module can have trouble with these things.

Conversely, Simple Page Title is only a basic module and does not have most of the functionality of Page Title, such as Token Integration. It is designed purely with SEO use in mind and has an easy to use interface for SEO professionals who may work on websites (in addition to being user friendly for regular Drupal users).

This module was originally developed for use on the WikiJob website. It is the first official module contribution back to the community from FiveRDesign.

Simple Page Title + Page Title?

Field suppress

Suppress field data from being loaded during entity_load(). Since field data will not be loaded it will not be displayed nor editable through the interface. This can be handy if you are using an alternate means to display or edit data and/or if you have a large amount of data in fields which will cause the node edit (or similar) interface to use a huge amount of memory and take a very long time to build.

Two new field settings are provided.
field_suppress: The following three states are provided.
never: Never suppress field data.
always: Always suppress field data. Any changes to field data will be ignored during entity update and insert.
load: Only suppress field data during entity_load() so any data added will be saved during entity update or insert.

field_suppress_blank: In some cases it may be useful to have a "blank" entry be added for a field that is suppressed. An example is when using this module with Field group views which uses field_group to replace the fields that are children of the group. If none of the fields have a value then the group will not be displayed. Keep in mind this is somewhat hackish since the field API does not provide a standard array structure so adding a "blank" row may not always work.

H2O Theme

A versatile theme that starts out using Blankwork for grid positioning because Blankwork is semantic, which means it does not rely on grid specific id or class polluting the markup -- Blankwork lets us do grid positioning without altering existing markup. Instead of:

<div class="main-content grid-12">
blah blah
</div>

which Drupal does not produce on its own, but Drupal does output volumes of markup, at the top level, it has something like:

<div class="main-content">
blah blah
</div>

No grid class. Using Blankwork, we will be able to simplify our stylesheet yet keeping our markup semantic.

Before going any further, Let's describe out css generation framework. For css generation, we're using SASS/Compass. In fact, blankwork is just a plug-in of Compass.

Now, the problem of layout/positioning is solved using Blankwork like this:

.main-content
    +column(12)

We can take any Drupal generated markup and dress/paint a finished page without changing Drupal generated markup, all in css.

OG Forum

OG-150x150.png

I am going to be merging OG Forum D7 back into this namespace once I ensure that SA-2011-004 is no longer an issue.

I will NOT support D6!

I have finished marking all of the open issues as Closed (won't fix). Please do NOT file any issues against 6.x branches. As stated above, I am not planning on supporting D6.

Creates a forum per organic group and restricts viewing forum nodes by group membership.

Drush Language Commands

Drupal 8 Version

The 8.x-dev version currently is undergoing a massive streamlining in the translations-export and translaions-import commands to eventually move this component to core (#1820542: Make customized translations deployable). Please check on updates for syntax changes. If you want to track this or help, see #2922656: Roadmap to stable D8 release.

Overview

Drush commands allowing languages to be added, switched, enabled, disabled, imported, exported and update prefix from the commandline. This module only provides drush commands, so you will see no functionality in the UI.

Translation Workflow

Translation Workflow is a translation management and workflow for Drupal 7.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained