You are here

README.txt in ImageCache Profiles 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
Imagecache_Profiles module allows you to set user profile pictures that are consistent throughout your site and allows avatars on the user profile pages to be a different size.

- Download and enable the ImageCache module
  - create a new ImageCache preset with the following settings
    - preset namespace: user_image_default
      - select "Add Scale and Crop" from the New Actions fieldgroup
        - set width and height to 100
        - Update Actions
    - preset namespace: user_image_large
      - select "Add Scale and Crop" from the New Actions fieldgroup
        - set width and height to 200
        - Update Actions

- Download and enable the ImageCache_Profiles module as usual
  - Enable user pictures at admin/user/settings
    - if setting a default picture it should use a relative url path (ex. sites/default/files/default-picture.png)
    - set picture maximum dimensions to 1600x1400
    - set picture maximum file size to 1024
    - set your picture guidelines text to: "Photo must be larger than 200x200 pixels." To prevent upscaling, these dimensions should be the dimensions of your largest preset.
    - select the ImageCache preset to set the user picture size on a user's profile page
    - select the ImageCache preset to set the user picture size within comments
    - select the ImageCache preset to set the default user picture size throughout the site
    - set picture minimum width in pixels: 200
    - set picture minimum height in pixels: 200
      - To prevent upscaling, these dimensions should be the dimensions of your largest preset.
    - save configuration

WARNING! Do not use numeric identifiers for ImageCache presets!

File

README.txt
View source
  1. Imagecache_Profiles module allows you to set user profile pictures that are consistent throughout your site and allows avatars on the user profile pages to be a different size.
  2. - Download and enable the ImageCache module
  3. - create a new ImageCache preset with the following settings
  4. - preset namespace: user_image_default
  5. - select "Add Scale and Crop" from the New Actions fieldgroup
  6. - set width and height to 100
  7. - Update Actions
  8. - preset namespace: user_image_large
  9. - select "Add Scale and Crop" from the New Actions fieldgroup
  10. - set width and height to 200
  11. - Update Actions
  12. - Download and enable the ImageCache_Profiles module as usual
  13. - Enable user pictures at admin/user/settings
  14. - if setting a default picture it should use a relative url path (ex. sites/default/files/default-picture.png)
  15. - set picture maximum dimensions to 1600x1400
  16. - set picture maximum file size to 1024
  17. - set your picture guidelines text to: "Photo must be larger than 200x200 pixels." To prevent upscaling, these dimensions should be the dimensions of your largest preset.
  18. - select the ImageCache preset to set the user picture size on a user's profile page
  19. - select the ImageCache preset to set the user picture size within comments
  20. - select the ImageCache preset to set the default user picture size throughout the site
  21. - set picture minimum width in pixels: 200
  22. - set picture minimum height in pixels: 200
  23. - To prevent upscaling, these dimensions should be the dimensions of your largest preset.
  24. - save configuration
  25. WARNING! Do not use numeric identifiers for ImageCache presets!