You are here

README.txt in Block Class Styles 7

Same filename and directory in other branches
  1. 7.2 README.txt
SUMMARY: Extends the block_class module to incorporate styles rather than css
classes. Adds style-based tpl suggestions. Allows HTML in your block titles.


OVERVIEW:
Styles are:
* one or more classes with a given Human Name
* defined by admins
* used by content managers
* allow separation og css names from semantic or logical style names
* generate style-based block template suggestions for themers
* assigned to blocks either singularly or in multiple (based on settings)

When you assign a style to a block...
* it receives the classes of that style
* the theme engine checks for a block template for that style

Additional features...
* Allows the ability to set a global text format for custom block titles; this
  allows you to now have HTML in your custom block titles. Yes, you can now have
  block titles that contain HTML markup!


REQUIREMENTS: Requires the block_class module


INSTALLATION:
* Download and unzip this module into your modules directory.
* Goto Administer > Site Building > Modules and enable this module.


API:
* block_class_styles_info()
* block_class_styles_info_alter()


--------------------------------------------------------
CONTACT:
In the Loft Studios
Aaron Klump - Web Developer
PO Box 29294 Bellingham, WA 98228-1294
aim: theloft101
skype: intheloftstudios

http://www.InTheLoftStudios.com

File

README.txt
View source
  1. SUMMARY: Extends the block_class module to incorporate styles rather than css
  2. classes. Adds style-based tpl suggestions. Allows HTML in your block titles.
  3. OVERVIEW:
  4. Styles are:
  5. * one or more classes with a given Human Name
  6. * defined by admins
  7. * used by content managers
  8. * allow separation og css names from semantic or logical style names
  9. * generate style-based block template suggestions for themers
  10. * assigned to blocks either singularly or in multiple (based on settings)
  11. When you assign a style to a block...
  12. * it receives the classes of that style
  13. * the theme engine checks for a block template for that style
  14. Additional features...
  15. * Allows the ability to set a global text format for custom block titles; this
  16. allows you to now have HTML in your custom block titles. Yes, you can now have
  17. block titles that contain HTML markup!
  18. REQUIREMENTS: Requires the block_class module
  19. INSTALLATION:
  20. * Download and unzip this module into your modules directory.
  21. * Goto Administer > Site Building > Modules and enable this module.
  22. API:
  23. * block_class_styles_info()
  24. * block_class_styles_info_alter()
  25. --------------------------------------------------------
  26. CONTACT:
  27. In the Loft Studios
  28. Aaron Klump - Web Developer
  29. PO Box 29294 Bellingham, WA 98228-1294
  30. aim: theloft101
  31. skype: intheloftstudios
  32. http://www.InTheLoftStudios.com