Drush Delete All

Component type

module

Maintenance status

Development status

Downloads

1414

Component created

Component changed

This module provides the drush command to delete all the dummy contents through drush Command.

Currently it will work with the command,
drush delete-all article

How to use?

  1. Download and enable as like any other module
  2. Through terminal Go to 'Project root folder' and run the command drush cc drush
  3. Then run drush delete-all machine-name-of-content-type

MailSpool

Component type

module

Maintenance status

Development status

Component created

Component changed

This simple module turns your website into a email gateway. This might be
useful if you have some other webservices/applications but wants all
messages sent from Drupal site. Another usecase could be if you have some
important mail hooks implemented and wants them to be applied for email
messages from other applications.

After module installation allowed clients would be able to send json-ed
email messages via POST request to the dedicated address - /mailspool/in .
Then Drupal perform usual routing for a received message.

Loading animation

Component type

module

Maintenance status

Development status

Downloads

337

Component created

Component changed

This module shows a loading layer on page loading events. These may be triggered by form submission or clicking a hyperlink.

Hyperlinks may be excluded from trigger by adding a "no-loading-animation" class. Further "javascript" and "#" hyperlinks are automatically excluded. Loading and animation may be aborted by pressing "ESC".

It is possible to change the loading animation image and customize the layout by overriding the library.

Double Entry Bookkeeping

Component type

module

Maintenance status

Development status

Downloads

278

Component created

Component changed

Bookkeeping provides double entry bookkeeping inside Drupal. This can be integrated with any system via the API or Rules to keep track of the movement of money between accounts. Comes with a basic integration with Drupal Commerce.

This data can then be exported for import into out accounting systems.

Ajax loader

Component type

module

Categories

Maintenance status

Development status

Downloads

8943

Component created

Component changed

The ajax loader module provides you alternatives to the default drupal core ajax throbber. When this module is configured, it overrides the default drupal throbber.
(the custom throbbers are pure CSS)

Installation

See the README.txt file for detailed installation instructions.

SHS Entity count

Component type

module

Categories

Maintenance status

Development status

Downloads

226

Component created

Component changed

SHS Entity count is an extension to the Simple hierarchical select module. With it you can display the count of any entities that have certain taxonomy terms associated with them. You can select which bundles should be counted and whether the children of the term should be counted also.

Nice login

Component type

module

Maintenance status

Development status

Downloads

4075

Component created

Component changed

Nice login is a very light and simple module which improve look of pages /user/login, user/register and user/password, by removing standards tabs Login, Reset Password and Create an account, and injecting inside each form the relevant links.

Nice login module provide basic css and wrapper for the login / register/ reset password forms. You should theme these forms according to your active theme.

For example, using a bootstrap base theme, you could add these following rules in your styles to center the forms.

System Entity

Component type

module

Maintenance status

Development status

Downloads

245

Component created

Component changed

System entity seeks to provide configuration and export on individual entities, dubbed "system entities", that should not be created by content managers and have unique functionality/appearance per entity. The module is based on a machine name field that provides a semantic unique identifier per entity. This opens the door for special purpose entities that do not have common configuration or content layout with other entities as provided with Drupal's entity type/bundle scheme.