You are here

README.txt in Ubercart Option Images 6

Same filename and directory in other branches
  1. 7 README.txt
      Ubercart Option Images
      Provided by www.vision-media.ca
      Developed by Tj Holowaychuk <tj@vision-media.ca>      
     
      ------------------------------------------------------------------------------- 
      INSTALLATION
      ------------------------------------------------------------------------------- 
      
      Install the imagecache module located at http://drupal.org/project/imagecache 
      then enable this module (supports both 1.6 and 2.x). Settings become available 
      on the attribute settings page which is located at admin/store/settings/attributes
      
      To display an image when no option image is available, the module will call theme_uc_option_image_no_image()
      This defaults to grabbing and image called 'noimage.png' in your themes 'images' folder. By
      default this theme with implement the imagecache preset size chosen in order to
      adjust the noimage image similar to that of the option images.      
      
      Example: sites/all/themes/mytheme/images/noimage.png
      
      ------------------------------------------------------------------------------- 
      MARKUP REQUIREMENTS
      ------------------------------------------------------------------------------- 
       
      Due to the nature of JavaScript dependency upon markup, this module supports
      default node.tpl.php and form item markup in order to switch images properly.
       
      -------------------------------------------------------------------------------
      PERMISSIONS
      ------------------------------------------------------------------------------- 
      
      view option images
      administer option images
              
      -------------------------------------------------------------------------------
      KNOWN ISSUES
      ------------------------------------------------------------------------------- 
      
      When multiple nodes are displayed on the same page they will not switch 
      properly due to "call_user_func_array('array_merge_recursive', $data)" in
      drupal_add_js();
      
      This issue is being investegated, but for now this feature has been disabled.                              
          


File

README.txt
View source
  1. Ubercart Option Images
  2. Provided by www.vision-media.ca
  3. Developed by Tj Holowaychuk
  4. -------------------------------------------------------------------------------
  5. INSTALLATION
  6. -------------------------------------------------------------------------------
  7. Install the imagecache module located at http://drupal.org/project/imagecache
  8. then enable this module (supports both 1.6 and 2.x). Settings become available
  9. on the attribute settings page which is located at admin/store/settings/attributes
  10. To display an image when no option image is available, the module will call theme_uc_option_image_no_image()
  11. This defaults to grabbing and image called 'noimage.png' in your themes 'images' folder. By
  12. default this theme with implement the imagecache preset size chosen in order to
  13. adjust the noimage image similar to that of the option images.
  14. Example: sites/all/themes/mytheme/images/noimage.png
  15. -------------------------------------------------------------------------------
  16. MARKUP REQUIREMENTS
  17. -------------------------------------------------------------------------------
  18. Due to the nature of JavaScript dependency upon markup, this module supports
  19. default node.tpl.php and form item markup in order to switch images properly.
  20. -------------------------------------------------------------------------------
  21. PERMISSIONS
  22. -------------------------------------------------------------------------------
  23. view option images
  24. administer option images
  25. -------------------------------------------------------------------------------
  26. KNOWN ISSUES
  27. -------------------------------------------------------------------------------
  28. When multiple nodes are displayed on the same page they will not switch
  29. properly due to "call_user_func_array('array_merge_recursive', $data)" in
  30. drupal_add_js();
  31. This issue is being investegated, but for now this feature has been disabled.