You are here

INSTALL.txt in Dynamic display block 7

Same filename and directory in other branches
  1. 6 INSTALL.txt
REQUIREMENTS
------------
* Javascript-enabled web browser
  libraries module

For advanced options

* Views module (optional) <http://drupal.org/project/views>

PRE-REQUISITES
--------------
* If you are upgrading from a previous version, please

  - Delete the previous ddblock module directory

  - Read notes about important changes that may affect your site or theme in
    CHANGELOG.txt.

UPGRADING
---------
* ddblock for drupal 7 uses new theme packages.
* ddblock for drupal 7 does not use preprocess functions in the theme anymore
  you need to delete existing preprocess functions from the template.php file.
* To download and install the new themes see:
  DDBLOCK THEMES INSTALLATION

INSTALLATION
------------

DYNAMIC DISPLAY BLOCK INSTALLATION
----------------------------------
* Download the jquery cycle plugin from http://malsup.com/jquery/cycle/download.html 
  (use jquery.cycle.all.min.js (packed version) or jquery.cycle.all.js, tested till version 2.99)

* Install the jquery cycle plugin in /sites/all/libraries/jquery.cycle/


* Download, extract and copy the ddblock folder to your sites/all/modules directory.

* Enable the module at Administer >> Site building >> Modules.

* Run update.php if you upgrade the module from a previous version.

For more information about configuration, see README.txt of the ddblock.


DDBLOCK THEMES INSTALLATION
---------------------------
* Download the theme package (upright10p-60p.rar) from http://ddblock.myalbums.biz/download
  Make sure you download the version for Drupal 7

* Extract the rar file to a temporary directory

* Copy the custom directory with all subdirectories to the theme directory of the
  theme you use. (which is probably at sites/all/themes/[YOUR_THEME_NAME])

DDBLOCK EXAMPLE CONTENT TYPE AND VIEW
-------------------------------------
Create a content type e.g. "Slideshow Item" with the fields

Label              field
-----              -----
Title              title
Image              field_image
Slide Text         field_slide_text
Pager Text         field_pager_text
Body               body

Create a view using these fields

DDBLOCK MODULE CONFIGURATION
----------------------------
Choose a slideshow theme
Map fields from the view to slideshow theme fields
Configure the other slideshow settings
Save the block

Place the block in a region of your overall theme.

File

INSTALL.txt
View source
  1. REQUIREMENTS
  2. ------------
  3. * Javascript-enabled web browser
  4. libraries module
  5. For advanced options
  6. * Views module (optional)
  7. PRE-REQUISITES
  8. --------------
  9. * If you are upgrading from a previous version, please
  10. - Delete the previous ddblock module directory
  11. - Read notes about important changes that may affect your site or theme in
  12. CHANGELOG.txt.
  13. UPGRADING
  14. ---------
  15. * ddblock for drupal 7 uses new theme packages.
  16. * ddblock for drupal 7 does not use preprocess functions in the theme anymore
  17. you need to delete existing preprocess functions from the template.php file.
  18. * To download and install the new themes see:
  19. DDBLOCK THEMES INSTALLATION
  20. INSTALLATION
  21. ------------
  22. DYNAMIC DISPLAY BLOCK INSTALLATION
  23. ----------------------------------
  24. * Download the jquery cycle plugin from http://malsup.com/jquery/cycle/download.html
  25. (use jquery.cycle.all.min.js (packed version) or jquery.cycle.all.js, tested till version 2.99)
  26. * Install the jquery cycle plugin in /sites/all/libraries/jquery.cycle/
  27. * Download, extract and copy the ddblock folder to your sites/all/modules directory.
  28. * Enable the module at Administer >> Site building >> Modules.
  29. * Run update.php if you upgrade the module from a previous version.
  30. For more information about configuration, see README.txt of the ddblock.
  31. DDBLOCK THEMES INSTALLATION
  32. ---------------------------
  33. * Download the theme package (upright10p-60p.rar) from http://ddblock.myalbums.biz/download
  34. Make sure you download the version for Drupal 7
  35. * Extract the rar file to a temporary directory
  36. * Copy the custom directory with all subdirectories to the theme directory of the
  37. theme you use. (which is probably at sites/all/themes/[YOUR_THEME_NAME])
  38. DDBLOCK EXAMPLE CONTENT TYPE AND VIEW
  39. -------------------------------------
  40. Create a content type e.g. "Slideshow Item" with the fields
  41. Label field
  42. ----- -----
  43. Title title
  44. Image field_image
  45. Slide Text field_slide_text
  46. Pager Text field_pager_text
  47. Body body
  48. Create a view using these fields
  49. DDBLOCK MODULE CONFIGURATION
  50. ----------------------------
  51. Choose a slideshow theme
  52. Map fields from the view to slideshow theme fields
  53. Configure the other slideshow settings
  54. Save the block
  55. Place the block in a region of your overall theme.