Coder

Component type

module

Categories

Maintenance status

Development status

Downloads

881408

Component created

Component changed

Coder checks your Drupal code against coding standards and other best practices. It can also fix coding standard violations for you with the phpcbf command from PHP_CodeSniffer, see the installation instructions and usage examples. Those checks apply to all versions of Drupal, so you can use Coder 8.x-2.x to check Drupal 7 code.

Coder is not a module, it is used as command line tool and in IDEs.

Submit Again

Component type

module

Categories

Maintenance status

Development status

Downloads

7951

Component created

Component changed

Submit Again can re-route users immediately back to node/add/xxx pages after they have submitted a node. It can be turned on for each content type and is off by default. It includes a theme function to control whether or not a status message is displayed to alert users of the location of their recently submitted posts.

Dript - A Scripting Language for Drupal

Component type

module

Downloads

1176

Component created

Component changed

Dript is a scripting engine running around Drupal. Dript can be used by other modules to add scripting or formula capability. The module itself implements a filter that can be applied to nodes and other contents. Dript is simpler and safer than PHP. It is meant to be a glue language similar to formula in spreadsheet with the casual programming concept "once coded it will be forgotten". As a dialect of LISP and a simpler LISP, Dript is for non-programmers who want to alter their contents slightly according to certain behaviors. Dript will give ordinary users or administrators a capability to add function and logic on the fly while working with Drupal without having to go down with PHP or creating a module.

Asynchronous Loading API

Component type

module

Downloads

1233

Component created

Component changed

This Module enables both developers and end-users to introduce asynchronous loading into the normal node listing. This module was initially developed for the DevelopmentSeed and has now been made public for the drupal community.

The Module offers:

A themeable stand-alone Node Listing of all the nodes.
A Views integration for the async loading
Easy way for developers to load content Asynchronously
A Pagination system that works asynchronously(like searchmash.com).

Contact Link

Component type

module

Maintenance status

Development status

Downloads

7653

Component created

Component changed

Contactlink provides a "contact the author" link for nodes and comments. Admins can choose which content types to display the links for.

Links will show up only for node or comment authors who have chosen to be contactable via their contact forms.

Requires contact.module. Initial development sponsored by CivicSpace.

Administration menu

Component type

module

Maintenance status

Development status

Downloads

4583917

Component created

Component changed

Provides a theme-independent administration interface (aka. navigation, back-end). It's a helper for novice users coming from other CMS, a time-saver for site administrators, and useful for developers and site builders.

Administrative links are displayed in a CSS/JS-based menu at the top on all pages of your site. It not only contains regular menu items — tasks and actions are also included, enabling fast access to any administrative resource your Drupal site provides.

Notepad

Component type

module

Categories

Downloads

2672

Component created

Component changed

A very simple module which provides a way for users to have a 'notepad' area where they can record any arbitrary text.

Notes are defined as a new node type and are listed in a block or a summary page. Notes consist of a title, a body (subject to filters) and a priority which governs the list in which they are displayed in the summary page and block.

Menu Subtree Permissions

Component type

module

Categories

Maintenance status

Development status

Downloads

5558

Component created

Component changed

This module will be merged with Advanced Menu. No further releases of this project will be made.

---------------------------------------------------------------------

Provide means to allow users to modify parts of the menu without giving permissions for the whole menu structure.

Some info is available in the README.txt file.