Better Jump Menu

Component type

module

Maintenance status

Development status

Downloads

3506

Component created

Component changed

Better Jump Menu is a module who provides:

  • The Drupal menu blocks with menu links in a select box instead of a list.
  • A Views style plugins to display links into a select box.
  • It can display any entity field in a select list, see features below.

This module has been made to cope with bugs in the original CTools implementation but some new features has been added.

Commerce Cart Context Product Type

Component type

module

Maintenance status

Development status

Component created

Component changed

Inspired from commerce cart context module. This module provides a context condition that allows you to check whether a user's shopping cart contains a specific product type or not.

You could use this to show a view block of listing product only if the user already have another specific product in his/her cart.

Requirement:

HTTP Field Update

Component type

module

Maintenance status

Development status

Downloads

153

Component created

Component changed

HTTP Field Update (HFU) is an extremely lightweight module for updating entity fields via HTTP requests. This is not a RESTful implementation and is not intended to be one. Its aim is to provide a very simple and quick way to do bulk updates or have an external system make quick, simple updates to an entity.

What it does:

It's pretty simple, HFU provides the following endpoint:

/hfu/<entity type>/<entity id>

Format-XML

Component type

module

Categories

Maintenance status

Development status

Downloads

160

Component created

Component changed

Why this module is developed

We have developed this module because while developing any Drupal portal, we generally need a 3rd party integration where we expose some data in the form of XML, JSON or array and some time we have to use data in these formats from other sources to drupal.

In that case we have to read XML then have to play with some functions of encode and decode.

Flag per node

Component type

module

Maintenance status

Development status

Downloads

1338

Component created

Component changed

The Flag per Node module extends the Flag module and provides a flexible way to control which flags are visible on which nodes. Flag per Node can define custom flag access for individual pieces of content with a default setting per content type. The code is heavily inspired by the Content Access module, but is specifically applied to flags.

Form Confront

Component type

module

Maintenance status

Development status

Component created

Component changed

Form confront will allow a view to be mapped to a webform. So if a user visits that view for the first time, they will be confronted with the webform first. Once the webform is filled in and submitted successfully, they will be able to see the view normally.

PdfCreator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

PdfCreator is a pdf generator for drupal 8, that uses jspdf Api. The basic module, only allows to print to Pdf all text informations inside a div. You can change the default div from the custom.js file in the module directory or from the configuration page(although this might be a bit buggy so i reccomend changing the div manually for now). H1 to h5 and p tags supported. Plus colors!