Field Formatter Range

Component type

module

Maintenance status

Development status

Downloads

1490

Component created

Component changed

Field Formatter Range is very simple module that provides the option to display only selected range of values for multivalued entity fields.

For example if you have an image field attached to an entity and the entity has 15 images attached to it but you want to display only the first 5 of them, this module is exactly what you are looking for.

Beside setting the range(offset and number of items to show) you can also reverse the order so you can display just the last 5 images and by setting proper values you can display them in order or in reverse order too.

Lenses

Component type

module

Maintenance status

Development status

Downloads

263

Component created

Component changed

Lenses allow you to view, edit, or create content while only being shown a particular subset of its fields.

When you look at or edit a piece of content through a lens, you only see the parts of it you are interested in, allowing you to focus on a particular task at hand.

Variable editor

Component type

module

Maintenance status

Development status

Component created

Component changed

* The Variable editor module provides a UI for editing, editing or deleting any
global variable.
* There is a one click submit for saving array as well as any other variable
type. There is a ctool popup that helps to add new variables
* The project provides root user to edit all kind of variables. Other users can
define their own variable and edit them.

Issue Page

Linkit Upload

Component type

module

Maintenance status

Development status

Downloads

622

Component created

Component changed

Linkit Upload is an extension to Linkit. It adds the possibility to upload files from the Linkit modal when the 'Managed files' search-plugin is enabled.

Once the file is uploaded, it's available in the Linkit Search plugin.

INSTALLATION:
-------------
1. Place the entire linkit_upload directory into your Drupal sites/all/modules/
directory.

2. Check if Linkit module is enabled. If not, enable by navigating to:
administer > modules

3. Enable the linkit_upload module by navigating to:
administer > modules

Cron Interval Actions

Component type

module

Categories

Maintenance status

Development status

Downloads

1600

Component created

Component changed

Cron Interval Actions is a module to create hooks which will be executed on
timed intervals ran by the cron.

When this module is enabled, an administration page becomes available on
admin/config/system/cron_interval_actions.
This administration page brings the permission 'Administer Cron Interval Action Settings'.

On this page it is possible to create multiple intervals. Each interval generates
an unique hook generated from the
interval name. Once created, the interval name can be changed but the hook name
stays the same.

Unlimited Number Field

Component type

module

Maintenance status

Development status

Downloads

6261

Component created

Component changed

Adds a custom render element and field widget allowing the user to choose "Unlimited" or a number value.

The unlimited_number element renders a radios form element with an inline number field. Custom prefix and suffixes can be applied to the number field. The radio labels can also be customized.

This field eliminates the UI oddity where form descriptions will often request the user to leave a field empty, set to 0, or set to -1, where an unlimited value takes effect.

Advanced User Registration and Management

Component type

module

Maintenance status

Development status

Downloads

2439

Component created

Component changed

Note: There is no active development on this module, use LoginRadius Customer Identity and Access management module instead.

User Registration made simple for your Drupal Website! Let users register via email registration or social login as per their choice and manage their profile with simple LoginRadius Dashboard!

This plugin requires Paid Subscription of LoginRadius service..

Export Logs

Component type

module

Maintenance status

Development status

Downloads

1323

Component created

Component changed

Sometimes you want to debug the code quickly and there is a need that you do not have much time for it. If you go to Drupal`s log message report, it will contain lot of pages and you need to walk through all of the pages. Here in this module; you do not have to navigate anywhere and you have to set no configuration just simply call a url and export the logs.
The logs will be in text file which is properly formatted. One can easily find the error or text for which developer looks mainly.