Multiple Selects provides a widget for the the following fields types:
- 0Active installs
- Version: 1.x-1.0.0
- Released: Apr 11th, 2021
Multiple Selects provides a widget for the the following fields types:
This is a collection of modules to extend Backdrop core multilingual
capabilities and be able to build full-featured multilingual sites. This
module makes possible:
Helper module to prevent PDOExceptions, if your database isn't able to save
utf-8 4-byte characters, but users try to insert emojis, Asian symbols or
mathematical symbols.
If that happens, you get errors like:
This module provides an image formatter that allows you to set an image in
background of a tag. The images are from a field of an entity and not from a
configuration page or a custom entity or something else, so it's very easy to
setup and manage.
Use cases:
The Restrict Abusive Words module restricts the use of specific words and
phrases when submitting various forms. The restriction can be applied on the
content creation form, the comment form, the user profile form, the user
registration form, and webforms.
International date formats and timezones are a mess. Let the browsers render
date fields in the right localized format and timezone and stop worrying
about that on your site.
A typical use-case is an international event listing, where the regional
date format and timezone of potential participants is unknown.
Allows delimited data files to be imported as submission (results) into
webforms. This is useful for importing submissions from other systems, or from
other websites also using webform, or from one webform to another.
The module can also be used to Edit existing submissions via Export / Import as
long as the export contains the Submission ID column.
This module makes it so that the Image module can accept SVG files when uploaded
through an Image field. It also makes it so that image styles will not attempt
to process SVGs. Instead the original SVG image will always be shown, even for
images that run through theme_image_style(). Despite using the original image,
This module provides support for displaying a date or time in the user's own time zone in both formatted date fields and (via token text) within the body of any formatted text field.
A typical usage would be to give the time(s) of an event in the body of a page that will be seen by people in multiple time zones.
This module creates an administrative page that lists all tokens, like the Drupal page that was at admin/help/token but was removed in Backdrop when the admin Help menu was removed.
It also provides a developer page at admin/development/information/tokens that lists the data that various tokens need and/or provide, which is useful when developing token-related modules.
This module adds listings for individual roles to the administration pages, specifically:
Luxon is a lightweight Backdrop module that provides the
Luxon library (bundled with the module) for manipulating and formatting dates and times in Javascript.
@font-your-face provides an administrative interface for browsing and applying web fonts (using CSS @font-face, supported in all popular browsers) from a variety of sources.
This is module is in early development. It allows a user to insert a CiviCRM
Contribution page into a Backdrop Layout via a block.
This is module is in early development. It allows a user to create a field that
will embed a Jitsi Meet video conference into the page.
Classy paragraphs ships a new field type "Class list" which allows an editor to
apply a selected class to paragraph items via a drop-down list. Site builders
can add this functionality by creating a custom "Class list" field. Classes can
be added by implementing the hook_classy_paragraphs_list_options
hook, or
The Lightweight Directory Access Protocol (LDAP) project provides integration
with LDAP for authentication, user provisioning, authorization, queries, feeds,
and views. It also provides API and building blocks (query and server
configuration storage) for other modules. It allows you to integrate your
The LDAP Single Sign-On module implements Single Sign On (SSO) LDAP
Authentication, provides an administrator with the ability to configure
a Backdrop site to use either NTLM or Kerberos to authenticate Backdrop users.
Role watchdog automatically logs all role changes made through the user profile
or the User List in its own table. A record of these changes is shown in a Track
role history tab on each user's page. Role watchdog can optionally monitor one or
more specific roles for changes and notify members of selected roles via email
whenever a change occurs.
This module will provide simple synchronization between Backdrop Nodes and
CiviCRM Groups based on rules defined by the administrator.
This will allow a variety of references between Backdrop functionality and
CiviCRM contacts via this relationship. For example:
This module adds the ability to create and authenticate JSON Web Tokens through global PHP functions. It is intended to facilitate developers wishing to integrate JSON Web Tokens into their projects.
A module to refresh a view after a specified time interval.
Includes advanced options to avoid reloading the whole page, and to avoid
causing a full Backdrop bootstrap at each refresh.
The easiest way to use this module is to add a Header of type
Global: Autorefresh to your view via Views UI.
This module provides per-language access control for creating and updating nodes
by adding a list of checkboxes for each available language to the user add/edit
form (only visible to users with 'administer users' permission). These language
permissions are combined with the normal user permissions to give more
fine-grained access control.
This module reproduces some, but not all, of the functionality of the
Drupal Biblio module. It defines:
Activity Calendar module creates an activity calendar heatmap for each user of
your Backdrop website, similar to GitHub contribution calendar.