views_auto_refresh
502 sites
Security covered
A module to refresh a view after a specified time interval or when triggered by an event.
Includes advanced options to avoid reloading the whole view, and to avoid causing a full Drupal bootstrap at each refresh.
Install/Usage
- Install and enable like any other contrib module.
- Create a new page view or alter existing view.
- Add a new header of type Global: Auto Refresh.
- Set the interval time for view refresh.
- Disable cache on the view.
- Disable cache on the view (section: advanced/other).
- Enable "Use Ajax" on the view (section: advanced/other).
- Save view and now your view should be refreshing.