You are here

README.txt in Site Banner 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
  3. 1.0.x README.txt
-- SUMMARY --

Site banner allows you to display a banner at the top and bottom of a
Drupal site. It is displayed at a fixed position so content is viewed
within these top and bottom banners much like the administrator's
toolbar. It also adds the banners to printed copies of Drupal site
content.

It's a useful module for:
- internal sites where you hold sensitive information, and want to
make sure that your users are aware of the content's sensitivity.
It would also help if you need that information displayed on the
printed version of the site.
- site admins deploying a test site and want to let all visitors know
that the site is for testing.

It also has integration with the Context module, so you can configure
contexts to alter the banner status, background and text color and
text depending on the context displayed. I found this is particularly
useful if you combine it with the "Taxonomy" condition: so your
banner text changes along with the content being displayed. For
example, if you have sensitive information on a particular Drupal
node that your visitors need to know is sensitive.

This module is compatible with Internet Explorer 8 - where the top
and bottom banners are rendered correctly on screen and in print.
Firefox 22 renders these banners well, except you need to change the
page margins in the print version. Chromium 25 renders the top and
bottom banners on the first page, but  it does obscure some text on
the first page footer area. I haven't found a way to change the
print settings in Chromium. All testing was done on Windows XP
or Windows 7.

I have not been able to test this module in Opera, Safari or other
versions of browsers or operating systems, but I welcome
contributions from anyone!

********************************************************************
The Drupal 8 version is a rather hacky version, just so
there is a compatible version of the Site Baner module available
********************************************************************


-- REQUIREMENTS --

* No formal prerequisites

-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further
  information.

-- CONFIGURATION --

* Edit the variable "$banner_text = "Blah dee blah blah";" in
  site_banner.module, replacing the text "Blah dee blah blah" with
  your required text.

* Edit the following text in the css/site_banner_screen.css file
  with your required background and foreground colours.

         background-color:#ff0000;
         color:#ffffff;

-- REFERENCES --

The CSS code used to create the top and bottom banners was based on
the article from Dynamic Drive CSS library:

http://www.dynamicdrive.com/style/layouts/category/C11

-- CONTACT --

Current maintainers:
* Anthony Joseph (ajosephau - https://drupal.org/user/2543514)

File

README.txt
View source
  1. -- SUMMARY --
  2. Site banner allows you to display a banner at the top and bottom of a
  3. Drupal site. It is displayed at a fixed position so content is viewed
  4. within these top and bottom banners much like the administrator's
  5. toolbar. It also adds the banners to printed copies of Drupal site
  6. content.
  7. It's a useful module for:
  8. - internal sites where you hold sensitive information, and want to
  9. make sure that your users are aware of the content's sensitivity.
  10. It would also help if you need that information displayed on the
  11. printed version of the site.
  12. - site admins deploying a test site and want to let all visitors know
  13. that the site is for testing.
  14. It also has integration with the Context module, so you can configure
  15. contexts to alter the banner status, background and text color and
  16. text depending on the context displayed. I found this is particularly
  17. useful if you combine it with the "Taxonomy" condition: so your
  18. banner text changes along with the content being displayed. For
  19. example, if you have sensitive information on a particular Drupal
  20. node that your visitors need to know is sensitive.
  21. This module is compatible with Internet Explorer 8 - where the top
  22. and bottom banners are rendered correctly on screen and in print.
  23. Firefox 22 renders these banners well, except you need to change the
  24. page margins in the print version. Chromium 25 renders the top and
  25. bottom banners on the first page, but it does obscure some text on
  26. the first page footer area. I haven't found a way to change the
  27. print settings in Chromium. All testing was done on Windows XP
  28. or Windows 7.
  29. I have not been able to test this module in Opera, Safari or other
  30. versions of browsers or operating systems, but I welcome
  31. contributions from anyone!
  32. ********************************************************************
  33. The Drupal 8 version is a rather hacky version, just so
  34. there is a compatible version of the Site Baner module available
  35. ********************************************************************
  36. -- REQUIREMENTS --
  37. * No formal prerequisites
  38. -- INSTALLATION --
  39. * Install as usual, see http://drupal.org/node/70151 for further
  40. information.
  41. -- CONFIGURATION --
  42. * Edit the variable "$banner_text = "Blah dee blah blah";" in
  43. site_banner.module, replacing the text "Blah dee blah blah" with
  44. your required text.
  45. * Edit the following text in the css/site_banner_screen.css file
  46. with your required background and foreground colours.
  47. background-color:#ff0000;
  48. color:#ffffff;
  49. -- REFERENCES --
  50. The CSS code used to create the top and bottom banners was based on
  51. the article from Dynamic Drive CSS library:
  52. http://www.dynamicdrive.com/style/layouts/category/C11
  53. -- CONTACT --
  54. Current maintainers:
  55. * Anthony Joseph (ajosephau - https://drupal.org/user/2543514)