Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
OVERVIEW
--------
Module became independent - no need for another modules for work.
Any count of separates blocks with announcements is available now. It is possible to define different visibility for every announcement - for example, for different parts of site.
New admin page for managing all announcements.
Button and handlers for deleting blocks with announcements were added.
Ability to use text templates for welcome messages in separated files for each language was added.
This text is used for all new just created announcements.
Ability to define time delay after which announcement would be visible was added.
Deleting old records about visitors happens after 23 days instead of 90 days - as standard Drupal core value for session life time.
A lot of small improvements.
TECHNICAL DETAILS
-----------------
Class Popup_announcement_block was added.
Class Popup_announcement_visitor was added.
Code files were split by functional property.
Bugfix.
LIMITS
------
Only one announcement on one page.
Only one announcement to visitor during one visit.