You are here

INSTALL.txt in Dynamic display block 6

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

* jQuery update module, <http://drupal.org/project/jquery update>

* jQuery easing plug-in (optional) <http://plugins.jquery.com/files/jquery.easing.1.1.1.js>
  This jQuery plug-in is not included in the Drupal distribution because it is not licensed
  under GPL which is required by Drupal.

* Header image module (optional) <http://drupal.org/project/headerimage>
  Other block modules (optional)
  
For advanced options
  
* CCK module (optional) <http://drupal.org/project/cck>
* ImageApi (optional) <http://drupal.org/project/imageapi>
* FileField (optional) <http://drupal.org/project/filefield>
* ImageField (optional) <http://drupal.org/project/imagefield>

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

PRE-REQUISITES
--------------
* Only use this developement version to test the module
  Don't replace your RC6 version with this development version

  - Delete the previous ddblock module directory (development version)
  
  - Read notes about important changes that may affect your site or theme in
    CHANGELOG.txt.


UPGRADING
---------
* This dev relaese uses a different  theme package (added the upright-60 slideshow theme)
preprocess functions and export files are the same as RC6. 
* To download and install the new themes see: 
  DDBLOCK THEMES INSTALLATION 
* To download and install the  preprocess functions see: 
  DDBLOCK PREPROCESS FUNCTIONS INSTALLATION

  
INSTALLATION
------------
* The dynamic display block depends on the jQuery-update module.
* Please install this module first.


JQUERY UPDATE INSTALLATION
--------------------------
Note: Drupal 6.3 already has the jQuery 1.2.6., but still we prefer to install
  jQuery update module for future versions of jQuery.

* jQuery Update module upgrades Drupal's stable version of jQuery in order to
  support the most current jQuery version available.

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

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

* Set the jQuery compression type at Administer >> Site configuration >> jQuery Update.

For more information, see README.txt of the jQuery Update module.


DYNAMIC DISPLAY BLOCK INSTALLATION
----------------------------------
* 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.

JQUERY EASING PLUG-IN INSTALLATION
----------------------------------
* Download version 1.1.1 at http://plugins.jquery.com/project/Easing.

* Copy jquery.easing.1.1.1.js to sites/all/modules/ddblock/js.


DDBLOCK THEMES INSTALLATION
---------------------------
* Download the theme package (dev-upright10-60-vx-x.zip) from http://ddblock.myalbums.biz/download

* Extract the zip 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])

EXPORT PACKAGE
--------------  
* Download the export package (Export_files.zip) from http://ddblock.myalbums.biz/download

DDBLOCK EXAMPLE CONTENT TYPE AND VIEW 
-------------------------------------
You can use the News item content type export to import the News item content type 
into your Drupal installation.

Note:

You need to have CCK, imageapi, filefield and imagefield installed and enabled on 
your Drupal installation, otherwise the import will not be successful.

For more information see the Advanced slideshow tutorial on
http://ddblock.myalbums.biz/node/751

You can use the News items views block export to import the News items views block 
into your Drupal installation.

For more information see the Advanced slideshow tutorial on
http://ddblock.myalbums.biz/node/753
  
DDBLOCK PREPROCESS FUNCTIONS INSTALLATION
-----------------------------------------
* The preprocess functions are included in the export package

* Copy the preprocess functions to your template.php file in your theme

* Rename [THEME_NAME] to the name of your theme for both preprocess functions

* Change the view_name in both preprocess functions if your view has another name 
  then: news_items
 
* Change the fields to convert if you have other fieldnames in your view

Note: You can see the view_name and the available view_fields by uncommenting the
lines at the top of each preprocess function.

For more information see the Advanced slideshow tutorial on 
http://ddblock.myalbums.biz/node/747

For frequently asked questions see the FAQ on
http://ddblock.myalbums.biz/faq

File

INSTALL.txt
View source
  1. REQUIREMENTS
  2. ------------
  3. * Javascript-enabled web browser
  4. * jQuery update module,
  5. * jQuery easing plug-in (optional)
  6. This jQuery plug-in is not included in the Drupal distribution because it is not licensed
  7. under GPL which is required by Drupal.
  8. * Header image module (optional)
  9. Other block modules (optional)
  10. For advanced options
  11. * CCK module (optional)
  12. * ImageApi (optional)
  13. * FileField (optional)
  14. * ImageField (optional)
  15. * Views module (optional)
  16. PRE-REQUISITES
  17. --------------
  18. * Only use this developement version to test the module
  19. Don't replace your RC6 version with this development version
  20. - Delete the previous ddblock module directory (development version)
  21. - Read notes about important changes that may affect your site or theme in
  22. CHANGELOG.txt.
  23. UPGRADING
  24. ---------
  25. * This dev relaese uses a different theme package (added the upright-60 slideshow theme)
  26. preprocess functions and export files are the same as RC6.
  27. * To download and install the new themes see:
  28. DDBLOCK THEMES INSTALLATION
  29. * To download and install the preprocess functions see:
  30. DDBLOCK PREPROCESS FUNCTIONS INSTALLATION
  31. INSTALLATION
  32. ------------
  33. * The dynamic display block depends on the jQuery-update module.
  34. * Please install this module first.
  35. JQUERY UPDATE INSTALLATION
  36. --------------------------
  37. Note: Drupal 6.3 already has the jQuery 1.2.6., but still we prefer to install
  38. jQuery update module for future versions of jQuery.
  39. * jQuery Update module upgrades Drupal's stable version of jQuery in order to
  40. support the most current jQuery version available.
  41. * Download, extract and copy the jquery_update folder to your sites/all/modules
  42. directory.
  43. * Enable the module at Administer >> Site building >> Modules.
  44. * Set the jQuery compression type at Administer >> Site configuration >> jQuery Update.
  45. For more information, see README.txt of the jQuery Update module.
  46. DYNAMIC DISPLAY BLOCK INSTALLATION
  47. ----------------------------------
  48. * Download, extract and copy the ddblock folder to your sites/all/modules
  49. directory.
  50. * Enable the module at Administer >> Site building >> Modules.
  51. * Run update.php if you upgrade the module from a previous version.
  52. For more information about configuration, see README.txt of the ddblock.
  53. JQUERY EASING PLUG-IN INSTALLATION
  54. ----------------------------------
  55. * Download version 1.1.1 at http://plugins.jquery.com/project/Easing.
  56. * Copy jquery.easing.1.1.1.js to sites/all/modules/ddblock/js.
  57. DDBLOCK THEMES INSTALLATION
  58. ---------------------------
  59. * Download the theme package (dev-upright10-60-vx-x.zip) from http://ddblock.myalbums.biz/download
  60. * Extract the zip file to a temporary directory
  61. * Copy the custom directory with all subdirectories to the theme directory of the
  62. theme you use. (which is probably at sites/all/themes/[YOUR_THEME_NAME])
  63. EXPORT PACKAGE
  64. --------------
  65. * Download the export package (Export_files.zip) from http://ddblock.myalbums.biz/download
  66. DDBLOCK EXAMPLE CONTENT TYPE AND VIEW
  67. -------------------------------------
  68. You can use the News item content type export to import the News item content type
  69. into your Drupal installation.
  70. Note:
  71. You need to have CCK, imageapi, filefield and imagefield installed and enabled on
  72. your Drupal installation, otherwise the import will not be successful.
  73. For more information see the Advanced slideshow tutorial on
  74. http://ddblock.myalbums.biz/node/751
  75. You can use the News items views block export to import the News items views block
  76. into your Drupal installation.
  77. For more information see the Advanced slideshow tutorial on
  78. http://ddblock.myalbums.biz/node/753
  79. DDBLOCK PREPROCESS FUNCTIONS INSTALLATION
  80. -----------------------------------------
  81. * The preprocess functions are included in the export package
  82. * Copy the preprocess functions to your template.php file in your theme
  83. * Rename [THEME_NAME] to the name of your theme for both preprocess functions
  84. * Change the view_name in both preprocess functions if your view has another name
  85. then: news_items
  86. * Change the fields to convert if you have other fieldnames in your view
  87. Note: You can see the view_name and the available view_fields by uncommenting the
  88. lines at the top of each preprocess function.
  89. For more information see the Advanced slideshow tutorial on
  90. http://ddblock.myalbums.biz/node/747
  91. For frequently asked questions see the FAQ on
  92. http://ddblock.myalbums.biz/faq