Error Level Permission

Component type

module

Categories

Maintenance status

Development status

Downloads

953

Component created

Component changed

This module overrides the error level setting with a permission.

So you can
* have a sitebuilder role (or even a special debugger role) see errors and notices
* have others not see errors and notices.

You may also like Role toggle with this.

rules random

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

A simple rule action to generate either a random string or integer. Can define the length of the random result. For random strings, can also choose to include numbers and lowercase letters.

drush_vset_array

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Update a value in a multidimensional associative array using drush.

E.g.

variable_set('my_array', array('foo' => array('bar' => 0)));

drush vseta my_array foo bar 1

print_r(variable_get('my_array'));

outputs:

Array( [foo] => Array( [bar] => 1 ) )

Rules Get Real Path

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This is a very simple rules action which, when provided with a file entity, returns the real local file path of that entity - useful if you are doing server side processing of the file.

Colorbox Inline

Component type

module

Categories

Maintenance status

Development status

Downloads

7781

Component created

Component changed

colorbox_inline allows you to open content already on the page within a colorbox. If you would like to load content via AJAX, you can use colorbox_load.

To create an element which opens the colorbox on click: