Fix for Fix for Overview of new CCK Gallery module

  1. Dependencies:
  2.  
  3. CCK
  4. Nodereference
  5. Imagefield
  6. Filefield
  7. Content Copy
  8. Views
  9. Content Access
  10. ACL
  11. ImageCache
  12. Image API
  13.  
  14. On install:
  15.  
  16. Set up default CCK content type for Image (imagefield and nodereference to galleries). drupal_execute the content import feature for CCK.
  17. Set up default CCK content type for Gallery.
  18. Set ImageCache presets required by default gallery view.
  19. Position any required blocks.
  20.  
  21. On user registration:
  22.  
  23. Auto-create initial Gallery node.
  24. Set ACL permissions for Gallery node (according to settings).
  25.  
  26. Settings:
  27.  
  28. Select content type for Image.
  29. Select content type for Galleries.
  30. Select view for gallery display.
  31. Select view for gallery list display.
  32. Set default ACL settings for a new gallery (maybe this is already part of Content Access?)
  33.  
  34. Additional code:
  35.  
  36. Default view for each user's gallery list.
  37. Default view for each gallery.
  38. Template for default Gallery content type to load the specific gallery view.
  39.  
  40. Look at optional integration with User Relationships module to allow ACL according to friend lists and groups of friends.

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.