SEO UI

Component type

module

Categories

Maintenance status

Development status

Downloads

7543

Component created

Component changed

The SEO UI module glues together the Path, Pathauto, Redirect and Metatag module functionality into a single vertical tab. The basic functionality of the modules is not altered, although some aspects of the form presentation such as descriptive text and labels are altered.

Redirect project by Dave Reid
Meta tag project by Dave Reid

Easy Breadcrumb

Component type

module

Maintenance status

Development status

Downloads

156047

Component created

Component changed

The Easy Breadcrumb module provides a plug-and-play block to be embedded in your pages, typically at some place near the page's header. Easy Breadcrumb takes advantage of the work you've already done for generating your paths' alias, while it naturally encourages the creation of semantic and consistent paths. This modules is currently available for Drupal 7 and 8.

Kill Blocks - Love Boxes

Component type

module

Maintenance status

Development status

Downloads

294

Component created

Component changed

Some sites use the boxes module, but other modules in the site may depend on Drupal's core blocks module. When using context for placing boxes it becomes confusing for users to see the blocks menu item and associated admin UI.

Kill Blocks removes most of the blocks UI while still allowing the boxes UI to function properly.

This is a work in progress. Right now it is impossible to delete a box via the UI.

iLink

Component type

module

Maintenance status

Development status

Downloads

814

Component created

Component changed

iLink, short for "integrated link", is an abstraction layer and plugin system to consolidate all the required callbacks to build links. This is not meant for simple links, but complicated concepts that require a "trigger" to invoke a series of operations, and optionally handle a response. Usually this would require a lot of callbacks and misc. boiler-plate code (think Drupal's ajax system), but iLink allows you to delegate the logic and callbacks into separate, manageable plugins, so it is kept out of the main module file.

PURL Static

Component type

module

Maintenance status

Development status

Downloads

517

Component created

Component changed

Provides a simple UI for manually creating static Persistent URLs which activate a Context.

A site administrator can enter a pipe-delimited list of desired PURL modifiers and Context machine names, one per line. For example, "backstage|backstage_context", if the Path PURL Processor is enabled, would result in URLs beginning with "backstage" activating the "backstage_context" Context.

Page Titles by Path

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a very basic module for filling in some of the gaps left over by the Page Title module. I was frustrated with the fact that it was very difficult to get custom title tags on panels_pages and apachesolr search pages so I quickly wrote this basic module to provide a path to title mapping in a simple text field (one mapping per line).

This module does require the Page Title Api

Mixed session

Component type

module

Maintenance status

Development status

Downloads

496

Component created

Component changed

The Mixed Session module enables mixed HTTP(S) sessions for a site, securely and without loss of session data. The phrase "mixed sessions" refers to providing, with respect to a user visiting a site, some content over an insecure (HTTP) connection and other content over a secure (HTTPS) connection. For example, a shopping site may prefer to display product content in insecure mode (HTTP) while being able to protect sensitive content (e.g credit card details and authenticated user account information) using secure mode (HTTPS).

Domain RobotsTxt

Component type

module

Maintenance status

Development status

Downloads

2638

Component created

Component changed

This module allows you to add additional lines to each domain's robots.txt file. The most frequently used scenario is probably to exclude a certain domain from being indexed by search engines entirely. You would use:
Disallow: /

Requirements:

The admin settings form is at:
admin/structure/domain/robotstxt