Path Nofollow

Component type

module

Maintenance status

Development status

Downloads

8125

Component created

Component changed

Specify paths on which a metatag is added to prevent search engines from indexing the page. In this way you can limit the search results when you use google site search.

How?

Both the actual url (alias) and the system path are validated to the specified paths, the same way as it is implemented in the block module. When there is a match, a metatag is added to the HTML head section of the page.

Goal Progress

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a module to create a simple progress bar, you can add start and ending values for your Goal, and the progress bar will fill in the correct percentage for that range.

SQLite Booster

Component type

module

Categories

Maintenance status

Development status

Downloads

822

Component created

Component changed

This module can speed up any drupal installation that uses the SQLite database driver. It has no effect on other database drivers so if you migrate databases and forget this module, nothing will happen.

Usage

You can just enable and forget this module.

Background

The speedup is done by wrapping the whole request in one transaction, so the database file will only be written once. Of course this blocks the database for the whole request, but SQLite is not suitable for several concurrent requests anyway.

Git Status

Component type

module

Maintenance status

Development status

Downloads

2147

Component created

Component changed

When using git, Git Status module provides information and the current status of the git repository, via the Status report of the administration interface.

Instructions

Just install the module and go to the Status report page (/admin/reports/status).
See screenshots.

testmod

Component type

module

Maintenance status

Development status

Downloads

513

Component created

Component changed

Test project to help verify project packaging bugs.

Addressfield BE

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a plugin for Addressfield. It provides a user friendly Belgium address form.

After installation, edit your addressfield and check "Address form (country-specific)" and "Address form (specific for Belgium)" to use it.

When you select "Province (Show province selector for Belgium)" you get an extra selectbox with all the provinces of Belgium.

readonly textarea

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is simply a copy of the D7 core text module located at /modules/field/modules/text that has been pared down and re-named noedit_text for the sole purpose of adding the attribute 'readonly' to a textarea field for a specific use-case:

XML sitemap for multidomain

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Existing contributed module for xml sitemap does not serve multidomain functionality like desktop and mobile site..
So I have updated existing sitemap in such a way that instead of taking baseurl it will take browser url and generate the link according to whatever there is in browser URL.

Now it will generate the sitemap for multiple domains..