imgres
Component type
Maintenance status
Development status
Component created
Component changed
Create Image styles on the fly; insuring that all mobile first websites don't require any resizing of images.
Create Image styles on the fly; insuring that all mobile first websites don't require any resizing of images.
A Drupal module which allows required fields to remain empty as long as the node is unpublished. Also, it creates a "Save as Draft" button.
There is a D6 module which does this already: https://drupal.org/project/required_for_pub
Try to make compatible with Workbench, which handles status per revision rather than per node. Allow Workbench to set "require" level to an arbitrary state? (For instance, not required for "Draft" but required for "Needs Review" or "Published"?)
This module uses the picqer barcode generator (https://github.com/picqer/php-barcode-generator) to display barcodes and writes them in files/barcode folder.
This module connects Linkit with Entity Reference or References (user and node reference), and allow users to search for entities in Linkit instead of the standard Drupal autocomplete field when adding references.
This module adds syntax highlighting to the PHP Filter. This makes editing PHP code directly from Drupal much cleaner and easier to read. This module integrates CodeMirror into the previously standard text-area.
Refresh the block for every few seconds.
Don't use this, I gave up on D8 and therefore this module! Suggest you look at link_class or link_attributes.
Formated date in buddhist
Looking at this:
https://www.drupal.org/node/1824506#comment-6881382
MySQL (versions older 5.5.3 or not using utf8mb4) is unable to save unicode characters of 4 bytes. So having any of these characters in your long text fields will cause a MySQL error and break things.
This is to convert all characters of 4 bytes into HTML entities. Recommended to add this filter to the bottom of the stack in your text format.
Drupal creates new table for every single field creation. In greenfield projects, where select drop down is required at many places. It leads to issue to many tables in database with little data.
This module works on single field base and multiple field instance concept thus leads to less table creation.