Yourls

Component type

module

Maintenance status

Development status

Downloads

1770

Component created

Component changed

Drupal Yourls Integration

Allows for the automatic creation of short urls using a Yourls installation. Simply select which content types should have short urls generated and they are generaeted on the next update or when a new node is created.

Simple Facebook Wall Post

Component type

module

Maintenance status

Development status

Downloads

1959

Component created

Component changed

Note:

Facebook now provides a stand alone send button, which does something similar to this module. This module posts Drupal content to a wall, but the stand alone send button sends a page to a friend or a group.

Overview

Sometimes you just want to post to a Facebook wall, without having to go through the hassle of building a Facebook app for such a simple use case. The solution is easy:

Comment Access

Component type

module

Maintenance status

Development status

Downloads

8686

Component created

Component changed

Overview

Comment Access allows your users to control the comments on their posts. It adds permissions to administer, approve, and delete comments on nodes they create without granting full comment administration access. Permissions are granted by node type, so it's a great way to allow your users to manage comments on their own blogs,

RESTful Web Services

Component type

module

Maintenance status

Development status

Downloads

330248

Component created

Component changed

Exposes Drupal resources (e.g. entities) as RESTful web services.

The module makes use of the Entity API and the information about entity properties (provided via hook_entity_property_info()) to provide resource representations for all entity types (nodes, comments, users, taxonomy terms, ..). It aims to be fully compliant to the REST principles.

User Expire

Component type

module

Maintenance status

Development status

Downloads

15836

Component created

Component changed

This module allows an administrator to define a date on which to expire a specific user account or to define a period at a role level where inactive accounts will be locked.

You need this module if:

FileField Sources Reference Options

Component type

module

Maintenance status

Development status

Downloads

1941

Component created

Component changed

This module is an extension of FileField Sources and adds the functionality described in #730578: Options for Autocomplete (restrict file list). It modifies the official Autocomplete Reference options, adding the ability to restrict the files retrieved by the autocomplete field using a view.

CSS Watch

Component type

module

Maintenance status

Development status

Downloads

3877

Component created

Component changed

CSS watch allows themers to live edit theme CSS files. When a css file is saved, the file is reloaded on the page without a page refresh. This can save thousands of refreshes and may end up saving you considerable time.

It works by using JavaScript to poll the server for theme css files and ask if it has been modified. If yes, it will reload the stylesheet.

Only css files declared in your theme and base theme's .info file are polled, potentially saving the overhead of polling 30+ stylesheets.