https://github.com/backdrop-contrib/block_refresh
Allows blocks to automatically refresh their content.
https://github.com/backdrop-contrib/block_refresh
backdrop blocks php
Last synced: about 1 year ago
JSON representation
Allows blocks to automatically refresh their content.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/block_refresh
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2017-05-16T20:29:31.000Z (about 9 years ago)
- Default Branch: 1.x-2.x
- Last Pushed: 2022-03-07T01:39:49.000Z (over 4 years ago)
- Last Synced: 2025-02-10T13:21:15.625Z (over 1 year ago)
- Topics: backdrop, blocks, php
- Language: JavaScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Block Refresh
=============
As the name implies, Block Refresh is a module that lets people configure all
or some of their blocks to be refreshed, either automatically in a defined
number of seconds or by providing a link that can be clicked on to refresh
the block content, or both!
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules
- Visit the Layout configuration page at Administration > Structure > Layouts
(admin/structrre/layouts) and Manage Blocks for a layout.
- Configure a block you would like to refresh, and define the settings under
the "Refresh settings" fieldset.
Note: The inner element with the class .block-content will be replaced when
the block refreshes. If your block does not have this class, the contents of
the whole block will be replaced including the block title.
Documentation
-------------
Additional documentation is located in the Wiki:
https://github.com/backdrop-contrib/block_refresh/wiki/Documentation
Issues
------
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/block_refresh/issues
Current Maintainers
-------------------
- Jen Lampton (https://github.com/jenlampton)
- Seeking additional maintainers
Credits
-------
- Ported to Backdrop CMS by [Jen Lampton](https://github.com/jenlampton).
- Maintained for Drupal by [Phil Dodd](https://www.drupal.org/u/tripper54).
- Originally written for Drupal by [Michael Lander](https://www.drupal.org/u/michaellander).
License
-------
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.