Context Error 404

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module grant users the possibility to set a context condition to manage 404 Errors (page not found) and set related reactions to it. It was developed to work with the latest version of Context module, 3.0. You can get Context module here.

To see what i am talking about check out the screenshot i added, right in the sidebar ----->

This is still in development and every kind of suggestions, modifications are well appreciated.

Data Services

Component type

module

Maintenance status

Development status

Downloads

345

Component created

Component changed

Data Services allows administrators to very quickly and easily expose any table in the current database as a Service. Tables can be queried for information via a simple syntax.

To list all data:
/my-endpoint/my_db_table.json

To search for data by the table's primary key:
/my-endpoint/my_db_table/38.json

To search for data using explicit field values:
/my-endpoint/my_db_table/field1:39,field2:something,field3:778899.json

Expire Nodes

Component type

module

Maintenance status

Development status

Component created

Component changed

Expire Nodes is a set of modules which allow you to set expiration periods per node-based content type.

You can choose whether to unpublish and/or delete nodes of a given content type, a given number of days after creation. Nodes marked Sticky are not unpublished or deleted. Nodes will be unpublished or deleted on cron runs, or any system event that triggers hook_cron().

This module is for Drupal 7. It has no dependencies other than the node module. It does exactly what it says on the tin.

Mixcloud filter

Component type

module

Maintenance status

Development status

Downloads

899

Component created

Component changed

Summary

This is a filter module to embed a Mixcloud track in your site using a simple tag.

Usage

In 1.x branch

Enable the filter and use [mixcloud:url>. The module will replace the patter to the embedded code.

In 2.x branch

Adding wysiwyg support, so you van easy add url's via editor button.

Example

[mixcloud:http://www.mixcloud.com/innitboc/outlook-festival-competition-entry/]

Ubercart Shortcodes

Component type

module

Maintenance status

Development status

Downloads

329

Component created

Component changed

This add-on to the shortcode module provides provides additional shortcodes for use with Ubercart.

Usage

Places the sell price of the specified product into the page:

[sellprice nid=X (class="additional class") /]
[sellprice sku="X" (class="additional class") /]

Places the list price of the specified product into the page:

Embargo

Component type

module

Maintenance status

Development status

Component created

Component changed

In some cases you want to publish a certain piece of content on a specific date. You can use the Scheduler project for this but this means the content will not be available until the specified date. This will result in people not being able to find content that will be published in the future.

Sortable Grid Views Plugin

Component type

module

Maintenance status

Development status

Downloads

4067

Component created

Component changed

This project aims to provide a Views plugin for the user to be able to show a grid composed of draggable elements and save the displayed order of these element.

The user may then create other displays to show the elements in the order defined above.

This project is very similar in its goals to Draggable views, yet a lot simpler as there is no hierarchy management. It doesn't depend on Draggable Views though.