You are here

README.txt in Popup Dialog 8.2

README file for popup dialog.

File

README.txt
View source
  1. /**
  2. * @file
  3. * README file for popup dialog.
  4. */
  5. CONTENTS
  6. --------
  7. 1. Introduction
  8. 2. Installation
  9. 3. Usage
  10. 4. Configuration
  11. 5. Maintainers
  12. 1. INTRODUCTION
  13. ---------------
  14. * Show a message in a Responsive Popup for your first time users.
  15. The module doesn't require any JavaScript library but
  16. uses pure JavaScript to show a nice Popup.
  17. * The module stores the browser cookie information about the user
  18. so the popup is displayed only once,first time the user visits your website.
  19. 2. INSTALLATION
  20. ---------------
  21. * Install as you would normally install a contributed Drupal module. See:
  22. https://www.drupal.org/docs/8/extending-drupal-8
  23. /installing-contributed-modules-find-import-enable-configure-drupal-8
  24. for further information.
  25. 3. Usage:
  26. ---------
  27. * Once the module is installed, go to
  28. '/admin/config/popup_dialog/popupsettings'.
  29. * When enable checkbox is checked,
  30. users will be getting the Popup based on cookie.
  31. * Custom Content, Blocks, Views options is there in Category Settings.
  32. * You can select existing blocks or views or can create custom content
  33. to show in the popup.
  34. * Delay amount is the time lag after which the popup will be shown
  35. to the user.
  36. * Top Offset is the vertical spacing of the popup from top.
  37. 4. CONFIGURATION
  38. ----------------
  39. * Configuration settings : /admin/config/popup_dialog/popupsettings
  40. 5. MAINTAINERS
  41. --------------
  42. Current maintainers:
  43. * Malabya Tewari (malavya) - https://drupal.org/user/2641255
  44. * Mahaveer Singh Panwar (mahaveer003) - https://drupal.org/user/3063119