Heading Normalizer

Component type

module

Maintenance status

Development status

Downloads

1191

Component created

Component changed

Headings (h1..h6) are the key elements to create structural content. This project normalizes heading usage to a common denominator. All pages start at the same heading level in output. You can configure the start level of headings. Furthermore, there's an option to start at a different heading for views.

So what real problem is this solution for?

If you use a wysiwyg editor you might have already heard of the question of wisdom: "which is the first heading to use? h2? h3?".

shortlink

Component type

module

Maintenance status

Development status

Downloads

1466

Component created

Component changed

Which module to pick?

No new URL shortening features will be accepted into this module: consider this a backport of the Drupal 7 shortlink functionality. For a module with more flexibility, please look at the Short URL module.
ShortURL is the module with all the features and this one the one without any configuration!

Adjusti-Search

Component type

module

Categories

Maintenance status

Development status

Downloads

10266

Component created

Component changed

The Adjusti-Search module provides a simple and clean block for Drupal that allows integration of all searches (those provided by Drupal, other modules, and external to Drupal itself) that take their querystring from the URL into one search block. This is a useful module if you are running multiple searches on your site or wish to integrate external searches into the search mechanisms of your site.

This module does not provide any new search functions itself. Rather, it creates a simple interface that all searches can be reached through.

simplehtmldom API

Component type

module

Maintenance status

Development status

Downloads

278817

Component created

Component changed

What this module is and what it does

This is a bridge between the latest version of the PHP Simple HTML DOM Parser (simplehtmldom) library - so that Drupal developers can easily write their modules using its API.

What the library does is that it gives you the simplest way to parse the html DOM tree whenever you need to parse html:

GraphMind

Component type

module

Maintenance status

Development status

Downloads

76245

Component created

Component changed

GraphMind is a mindmap editor for Drupal. It has the basic mindmap
features and some Drupal specific enhancement. You can see a demo of
Graphmind in action at http://graphmind.com.

GraphMind is looking for co-maintainers and/or supporters. Please, let us know if you can help us in the contact form.

Moderate Bypass

Component type

module

Categories

Maintenance status

Development status

Downloads

2563

Component created

Component changed

Moderate bypass adds some functionality to the popular modr8 module. It solves the problem of requiring moderation for some roles and not others. A common moderation use case is to require pre-moderation for certain roles and no moderation at all for other roles (e.g. admins).

Moderate bypass works by exposing a permission for each moderated content type, allowing you to select which roles may bypass moderation for each content type. In addition it also provides two configuration options:

Relative Path to Absolute URLs

Component type

module

Maintenance status

Development status

Downloads

17657

Component created

Component changed

When you use IMCE with FCK Editor, there's a problem with images on simplenews newsletters and feed images, because the path to images and internal links are referrer in relation to current site.

This module implements a simple filter which replaces src and href attributes like /path/to/link with http://www.example.com/path/to/link, making use of core's url() function.