This project is under active development.

Randomness

Randomness

Randomness is a block module which provides a set of randomly moving "pseudo particles" such as points, img or a html tag elements.

Configurable options:

  • Canvas Options
    • Specify any selector as "canvas"
    • Default canvas width
    • Default canvas width
    • Define offsets
  • Particles
    • Define z-index multiplicator
    • Specify acceleration and speed of the particles
    • Specify easing of the particle animation
    • The amount of displayed particles
    • Specify acceleration and speed of the particles
    • Specify display mode (Points, Images, Links)
    • Upload multiple image files
    • Define custom links (link-text, href, tooltip, css-class)
    • ...

All display modes come with individual css classes, so that custom styles for your layouts can be applied to the moving elements. For example if you choose the custom link display mode, you can define a individual class for every custom link: via css you are now able to set height, width, background-image or anything else via your custom stylesheet

Sign for acknowledgement

This pictures shows a node with a checkbox added by the module

DRUPAL VERSION
This module works with Drupal 7.x
Beta version for Drupal 8.x is now available

WHAT THE MODULE DOES
This module is useful if you have to check which users have read your drupal documents. When these documents are displayed, a checkbox appears and the current user should be able to sign for acknowledgement by clicking on it.
Near this checkbox, administrators will view a list of all users with specification of whether or not they have signed the document.

VERSION 2.0
-------------
- bug in preview page fixed
- users table moved to the administrative interface
- more templates so you can customize the interface
- now the author can specify the date by which the document must be signed

VERSION 2.4
-------------
- alternate acknowledgement form (e.g. for agreements)
- user's fields can be shown in users table
- the module now checks user roles (configuration available in settings form)
- filters now are available in users table.

VERSION 2.7
-------------
- user fields are now ordered by weight in display table (2.5)
- you can select users (not only roles) to enable them to sign documents
- annotation field now can be a required field
- new special permissions to delete acknowledgements

VERSION 2.9
-------------
- new button to reset filters in the users table
- dynamic check of roles, users and status (bug fixed)
- now default roles can be used as a pre-selection
- 'add single user' feature now can be hidden

REQUIREMENTS
Date module

INSTALLATION
install and activate this module as usual.

CONFIGURATION
To configure this module you must login as administrator, go

Performance report

Screenshot of a performance report

This module tries to give an report about the current performance settings and tries to come with some recommendation related to performance extension that every Drupal site should be using to boot

Restaurant Booking

Booking system for the Restaurant Distribution.

Faker

Use the PHP Faker library to generate more meaningful sample content.

Devel Generate is great for creating a lot of sample content in a hurry, but sometimes you want samples that are more meaningful, or closer to the content you expect users to generate. This is where Faker comes in.

Faker is a PHP library that generates fake data for you

Faker (the library) can generate real looking names, addresses, emails, domains and more. Faker (the module) combines the library with quick content creation abilities provided by Devel Generate, to give you the power to easily generate real looking sample content.

Installation w/ Drush make

The module includes a drush make file that will automatically download the necessary library when installing via drush make. Just add faker to your project's drush make file.

Manual installation

Usage

  • Implement hook_faker_node_generate() from your module/feature. See faker.api.inc in the source for more info about the available hooks.

Pages

Subscribe with RSS Subscribe to RSS - Under active development