Comment on anything
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
This module allows commenting on entities that are not nodes, such as users or media entities.
This module allows commenting on entities that are not nodes, such as users or media entities.
Provides markup to indicate user roles and roles that can access restricted content.
Enables image styles to be applied to oEmbed thumbnails.
Provides a light-weight alternative to marker popups for Leaflet maps using labels, provided by the Leaflet Label javascript plugin.
Drupal uses php's json_encode() to convert php arrays and objects into javascript's object literal syntax. The JSON specification however is much more narrow than the full breadth of object literals; in particular, values are more or less limited to strings and numbers. This disallows expressions, anonymous functions, and even variable references.
This module provides a method to unquote values sent to Drupal.settings! To use simply do something like this:
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
When editing a menu link, this module provides a file field to upload an image to associate with a menu item. In the array returned by menu_link_load, the fid of the image file is contained in [options][content][image].
Randomness is a block module which provides a set of randomly moving "pseudo particles" such as points,
imgorahtml tag elements.
Configurable options:
The masquerade module allows users to name the users they can masquerade as. This module does it the other way around.
Instead, on their profile page, users nominate other users who can masquerade as them.
Maintain a list of source and destination URL's for which redirects (301 or 302) will be performed. Source URL is absolute, destination URL may be a path, or another absolute URL.
Source-destination URL pairs are stored in the variable urlrouter_array as an associative array. The actual redirect takes place in hook_boot(), so that URL routing takes place as quickly as possible.