You are here

README.txt in Dynamic display block 6

Same filename and directory in other branches
  1. 7 README.txt
Note: This is a development version after RC6 of the module for testing purpose only. 
Don't use it to replace RC6. Please test and review the module and post your issues 
in the issue queue of the module http://drupal.org/project/issues/ddblock 
to test and improve the module, so we can release a new version. The module is tested
by us and should work properly, although we are sure bugs can be found and there are a 
lot of code improvements possible. 


SUMMARY
-------
The Dynamic display block module enables you to create blocks to present content
in a dynamic way. For creating slideshow effects it uses the jQuery Cycle plug-in.

There are four ways to specify content for the Dynamic display block module:

* A folder containing image files
* A node from a content type with multiple input
* CCK and Views
* An instance of any created block

The headerimage module or CCK and Views makes retrieving and displaying content with
the Dynamic display block module very flexible.

Several effects and other setting can be set in the configuration settings of the
Dynamic display block module.


MORE INFORMATION
----------------
You can find more information in the handbook pages on Drupal.org
http://drupal.org/node/293714

Other tutorials can be found on http://ddblock.myalbums.biz
Basic tutorial: http://ddblock.myalbums.biz/tutorial
Advanced slideshow tutorial: http://ddblock.myalbums.biz/node/747

Frequenly asked questions on http://ddblock.myalbums.biz/faq

You can see a demo of the module at http://ddblock.myalbums.biz/


REQUIREMENTS
------------
jQuery-update module.

Note: From Drupal 6.3, Drupal includes jQuery 1.2.6., but still we prefer to install
      jQuery update module for future versions of jQuery. (soon 1.3.x)

See INSTALL.txt


INSTALLATION
------------
See INSTALL.txt


COLLABORATION WITH OTHER MODULES
--------------------------------
The dynamic display block module can work together with all modules that provide
blocks. The content of the block can be displayed dynamically (one by one width
transition effects) if the content consist of e.g. Images, A list of listitems,
A table with tablerows, etc.

Example modules and blocks you can use

Module       - blocks
---------------------
Headerimage  - blocks with images
Comments     - Recent comments
Forum        - Active forum topics
Forum        - New forum topics
CCK          - Content types
Views        - blocks with images, lists, tables
Worldclock   - World clock
etc.

* Set the blocks you want to use with the dynamic display block module in
  Administer >> Site configuration >> Dynamic display block - Settings tab.

* Make an instance of the block you want to use in Administer >> Site
  configuration >> Dynamic display block - Instance tab.

* Configure the block in Administer >> Site configuration >> Dynamic display
  block - List tab.

  Dont forget to set the Container value to the tag you want to show

* Add the block to a region in in Administer >> Site Building >> Blocks.

CONFIGURATION
-------------
* Configure user permissions in Administer >> User management >> Permissions
  >> ddblock module:

  - administer dynamic display blocks:

  - view dynamic display blocks:

* Customize module settings in Administer >> Site configuration >> Dynamic
  display block.

  - Create a dynamic display block and configure the block (leave all default settings).

  - Place some pictures in the /files/images/ddblock folder (.jpg, .gif or .png) files.

  - Navigate to Administer > Site building > Blocks

  - Place the block in one of the regions of your Site.

* Settings:

Input type: Which content to use with the dynamic display block

Image folder settings:

 - Image Folder: The folder containing image files to be used as the content of
   dynamic display block. Use a relative path. The default is files/images/ddblock

 - Number of images: The number of images to show in the block.

Content type settings:

 - Content Type: The nodes of the content type to be used as content of dynamic display
   block.

 - Node: The node to show in the Dynamic display block.

Content container settings:

 - Content container: Container of the content to show, eg. img, to show images.

 - Height: Height of the content to show.

 - Width: Width of the content to show.

Image settings:

 - Height: Height of the image to show.

 - Width: Width of the image to show.

Settings:

 - Transition Effect: The transition effect between content.

 - Speed: Speed of the transitions (1000 = 1 second).

 - Timeout: The time (in Milliseconds) between transitions (1000 = 1 second, 0 to
   disable auto advance).

 - Sort Order: The display order of the content.

 - Pause: Enable users to pause the cycle by hovering on the content.

 - Next: Enable users to advanced to the next content by clicking on the content.

 - Pager: Add a number pager or an image pager to a dynamic display block.
          You can only add a image pager if your use images from an image folder.

 - Pager_height: Height of the pager.

 - Pager_width: Width of the pager.

Custom Settings:

 - Custom Options: Add or override custom options for the cycle plug-in.
                   The settings transition effect, container and pager from
                   the settings are used, but can be overriden.

ADVANCED SLIDESHOWS
-------------------
See the Advanced slideshow tutorial on http://ddblock.myalbums.biz/node/747 for a
tutorial how to make advanced slideshows.

TROUBLESHOOTING
---------------
* If a dynamic display block is not displayed, check the following steps:

  - Is the 'view dynamic display blocks' permission enabled?
  - Did you put the block in one of the regions?

  Also have a look in the FAQ


FAQ
---
For Frequently Asked Questions - http://ddblock.myalbums.biz/faq


CONTACT
-------
Original idea cycle module by roopletheme - http://drupal.org/user/164625

Major rewrite by current Maintainers:
* Philip Blaauw (ppblaauw) - http://drupal.org/user/155138
* Iren T. Biasong (iren_cruz) - http://drupal.org/user/305000

We also offer installation, development, theming, customization.
You can contact us via the contact form on http://ddblock.myalbums.biz.
or via email to ppblaauw (at) gmail.com

File

README.txt
View source
  1. Note: This is a development version after RC6 of the module for testing purpose only.
  2. Don't use it to replace RC6. Please test and review the module and post your issues
  3. in the issue queue of the module http://drupal.org/project/issues/ddblock
  4. to test and improve the module, so we can release a new version. The module is tested
  5. by us and should work properly, although we are sure bugs can be found and there are a
  6. lot of code improvements possible.
  7. SUMMARY
  8. -------
  9. The Dynamic display block module enables you to create blocks to present content
  10. in a dynamic way. For creating slideshow effects it uses the jQuery Cycle plug-in.
  11. There are four ways to specify content for the Dynamic display block module:
  12. * A folder containing image files
  13. * A node from a content type with multiple input
  14. * CCK and Views
  15. * An instance of any created block
  16. The headerimage module or CCK and Views makes retrieving and displaying content with
  17. the Dynamic display block module very flexible.
  18. Several effects and other setting can be set in the configuration settings of the
  19. Dynamic display block module.
  20. MORE INFORMATION
  21. ----------------
  22. You can find more information in the handbook pages on Drupal.org
  23. http://drupal.org/node/293714
  24. Other tutorials can be found on http://ddblock.myalbums.biz
  25. Basic tutorial: http://ddblock.myalbums.biz/tutorial
  26. Advanced slideshow tutorial: http://ddblock.myalbums.biz/node/747
  27. Frequenly asked questions on http://ddblock.myalbums.biz/faq
  28. You can see a demo of the module at http://ddblock.myalbums.biz/
  29. REQUIREMENTS
  30. ------------
  31. jQuery-update module.
  32. Note: From Drupal 6.3, Drupal includes jQuery 1.2.6., but still we prefer to install
  33. jQuery update module for future versions of jQuery. (soon 1.3.x)
  34. See INSTALL.txt
  35. INSTALLATION
  36. ------------
  37. See INSTALL.txt
  38. COLLABORATION WITH OTHER MODULES
  39. --------------------------------
  40. The dynamic display block module can work together with all modules that provide
  41. blocks. The content of the block can be displayed dynamically (one by one width
  42. transition effects) if the content consist of e.g. Images, A list of listitems,
  43. A table with tablerows, etc.
  44. Example modules and blocks you can use
  45. Module - blocks
  46. ---------------------
  47. Headerimage - blocks with images
  48. Comments - Recent comments
  49. Forum - Active forum topics
  50. Forum - New forum topics
  51. CCK - Content types
  52. Views - blocks with images, lists, tables
  53. Worldclock - World clock
  54. etc.
  55. * Set the blocks you want to use with the dynamic display block module in
  56. Administer >> Site configuration >> Dynamic display block - Settings tab.
  57. * Make an instance of the block you want to use in Administer >> Site
  58. configuration >> Dynamic display block - Instance tab.
  59. * Configure the block in Administer >> Site configuration >> Dynamic display
  60. block - List tab.
  61. Dont forget to set the Container value to the tag you want to show
  62. * Add the block to a region in in Administer >> Site Building >> Blocks.
  63. CONFIGURATION
  64. -------------
  65. * Configure user permissions in Administer >> User management >> Permissions
  66. >> ddblock module:
  67. - administer dynamic display blocks:
  68. - view dynamic display blocks:
  69. * Customize module settings in Administer >> Site configuration >> Dynamic
  70. display block.
  71. - Create a dynamic display block and configure the block (leave all default settings).
  72. - Place some pictures in the /files/images/ddblock folder (.jpg, .gif or .png) files.
  73. - Navigate to Administer > Site building > Blocks
  74. - Place the block in one of the regions of your Site.
  75. * Settings:
  76. Input type: Which content to use with the dynamic display block
  77. Image folder settings:
  78. - Image Folder: The folder containing image files to be used as the content of
  79. dynamic display block. Use a relative path. The default is files/images/ddblock
  80. - Number of images: The number of images to show in the block.
  81. Content type settings:
  82. - Content Type: The nodes of the content type to be used as content of dynamic display
  83. block.
  84. - Node: The node to show in the Dynamic display block.
  85. Content container settings:
  86. - Content container: Container of the content to show, eg. img, to show images.
  87. - Height: Height of the content to show.
  88. - Width: Width of the content to show.
  89. Image settings:
  90. - Height: Height of the image to show.
  91. - Width: Width of the image to show.
  92. Settings:
  93. - Transition Effect: The transition effect between content.
  94. - Speed: Speed of the transitions (1000 = 1 second).
  95. - Timeout: The time (in Milliseconds) between transitions (1000 = 1 second, 0 to
  96. disable auto advance).
  97. - Sort Order: The display order of the content.
  98. - Pause: Enable users to pause the cycle by hovering on the content.
  99. - Next: Enable users to advanced to the next content by clicking on the content.
  100. - Pager: Add a number pager or an image pager to a dynamic display block.
  101. You can only add a image pager if your use images from an image folder.
  102. - Pager_height: Height of the pager.
  103. - Pager_width: Width of the pager.
  104. Custom Settings:
  105. - Custom Options: Add or override custom options for the cycle plug-in.
  106. The settings transition effect, container and pager from
  107. the settings are used, but can be overriden.
  108. ADVANCED SLIDESHOWS
  109. -------------------
  110. See the Advanced slideshow tutorial on http://ddblock.myalbums.biz/node/747 for a
  111. tutorial how to make advanced slideshows.
  112. TROUBLESHOOTING
  113. ---------------
  114. * If a dynamic display block is not displayed, check the following steps:
  115. - Is the 'view dynamic display blocks' permission enabled?
  116. - Did you put the block in one of the regions?
  117. Also have a look in the FAQ
  118. FAQ
  119. ---
  120. For Frequently Asked Questions - http://ddblock.myalbums.biz/faq
  121. CONTACT
  122. -------
  123. Original idea cycle module by roopletheme - http://drupal.org/user/164625
  124. Major rewrite by current Maintainers:
  125. * Philip Blaauw (ppblaauw) - http://drupal.org/user/155138
  126. * Iren T. Biasong (iren_cruz) - http://drupal.org/user/305000
  127. We also offer installation, development, theming, customization.
  128. You can contact us via the contact form on http://ddblock.myalbums.biz.
  129. or via email to ppblaauw (at) gmail.com