You are here

README.txt in Accordion Blocks 6

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7.2 README.txt
// $Id

CONTENTS
---------
 * Introduction
 * Installation
 * Custom themes

Introduction
------------
This module will display blocks in a accordion widget. 
It will apply accordion widget for both left side and right side blocks.


Installation
------------
Requirements: jquery_update development module, jquery_ui module

1. Install jquery_update development module and enable it.

2. Install jquery_ui module by following the instructions specified at http://drupal.org/node/388384#comment-1530114

3. Install accordion_blocks module and enable.

4. Visit admin/settings/accordion_blocks page and select the regions to which this accordion blocks effect should apply

Clear your cache, then block on left side and right side(if you have blocks both sides) will appear in accordion widget.

Custom themes
-------------

If you want to change the themes for the accordion widget, 
1. download theme from jquery ui theme roller(http://jqueryui.com/themeroller/)
2. extract the theme bundle. 
3. copy the development-bundle/themes/[custom-theme-name] folder to jquery_ui/jquery.ui/themes/
4. go to admin/settings/jquery_ui page and select the theme what you want.

File

README.txt
View source
  1. // $Id
  2. CONTENTS
  3. ---------
  4. * Introduction
  5. * Installation
  6. * Custom themes
  7. Introduction
  8. ------------
  9. This module will display blocks in a accordion widget.
  10. It will apply accordion widget for both left side and right side blocks.
  11. Installation
  12. ------------
  13. Requirements: jquery_update development module, jquery_ui module
  14. 1. Install jquery_update development module and enable it.
  15. 2. Install jquery_ui module by following the instructions specified at http://drupal.org/node/388384#comment-1530114
  16. 3. Install accordion_blocks module and enable.
  17. 4. Visit admin/settings/accordion_blocks page and select the regions to which this accordion blocks effect should apply
  18. Clear your cache, then block on left side and right side(if you have blocks both sides) will appear in accordion widget.
  19. Custom themes
  20. -------------
  21. If you want to change the themes for the accordion widget,
  22. 1. download theme from jquery ui theme roller(http://jqueryui.com/themeroller/)
  23. 2. extract the theme bundle.
  24. 3. copy the development-bundle/themes/[custom-theme-name] folder to jquery_ui/jquery.ui/themes/
  25. 4. go to admin/settings/jquery_ui page and select the theme what you want.