Auto Refresh Views
Component type
Maintenance status
Development status
Component created
Component changed
This is module that allows to set timer to Refresh in the views and auto update content.
This is module that allows to set timer to Refresh in the views and auto update content.
This is a fork of Media CKEditor module (https://www.drupal.org/project/media_ckeditor) that integrates the javascript library in the CKEditor Media module (https://www.drupal.org/project/ckeditor_media).
The goal is to use official releases and use as little patching as possible.
Requirements:
Drupal 8 has builtin migration paths from Drupal 6 and Drupal 7 - this module will extend the core support for migration from Drupal 5. The initial goal is simply getting the most basic site content - terms, users, and nodes - into Drupal 8, and we will refine from there.
This module allows post processing of render arrays just after them
being retrieved from cache. It allows you to apply small per-user modifications
on globally cached output, without having to resort to per-user caching.
Think of it as a poor man's ESI, or the same thing than #post_render callbacks,
except they will run at drupal_process_attached() time at initial rendering
and after drupal_render_cache_get().
Drupal's standard Field storage module loads makes 1 SQL query per field during entity load, which can be suboptimal with many fields. This module allows loading multiple fields per query, hence reducing the number of SQL queries during entity load.
This module only works when loading the current revision of an entity, trying to load an older revision will still use the Drupal standard way.
This project is no longer active.
Provides the ability to have a "Results Per Page" select list or links on an Apache Solr Search page.
Have a plain text summary textarea field instead of a wysiwyg editor when using the CKEditor module.
Provides some integration with the Google Wallet Objects API.
Provides an admin interface to input credentials. Provides hooks and form elements for displaying "Add to Google Wallet" buttons.
Requires Libraries and the google-api-php library from GitHub.
Example usage to generate a button:
This module adds user list in webform select options field.
To use this module Webform Module must be installed.