You are here

README.txt in ImageCache Profiles 5

Same filename and directory in other branches
  1. 6 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 "scale" from the add a new selection drop down menu
        - set width and height to 100
        - set scale to fit to Outside dimensions
        - set weight to 0
        - update preset
      - select "crop" from the add a new selection drop down menu
        - set width and height to 100
        - set x offset and y offset to center
        - set weight to 1
        - update preset
    - preset namespace: user_image_large
      - select "scale" from the add a new selection drop down menu
        - set width and height to 200
        - set scale to fit to Outside dimensions
        - set weight to 0
        - update preset
      - select "crop" from the add a new selection drop down menu
        - set width and height to 200
        - set x offset and y offset to center
        - set weight to 1
        - update preset

- Download and enable the ImageCache_Profiles module as usual
  - Enable user pictures at admin/user/settings
    - set picture maximum dimensions to 1600x1400
    - set picture maximum file size to 1024
    - set your picture guidelines text to: “Photo must be larger than 100x100 pixels.”
    - select the ImageCache preset to set the user picture size on a user's profile page
    - 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
    - save configuration

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 "scale" from the add a new selection drop down menu
  6. - set width and height to 100
  7. - set scale to fit to Outside dimensions
  8. - set weight to 0
  9. - update preset
  10. - select "crop" from the add a new selection drop down menu
  11. - set width and height to 100
  12. - set x offset and y offset to center
  13. - set weight to 1
  14. - update preset
  15. - preset namespace: user_image_large
  16. - select "scale" from the add a new selection drop down menu
  17. - set width and height to 200
  18. - set scale to fit to Outside dimensions
  19. - set weight to 0
  20. - update preset
  21. - select "crop" from the add a new selection drop down menu
  22. - set width and height to 200
  23. - set x offset and y offset to center
  24. - set weight to 1
  25. - update preset
  26. - Download and enable the ImageCache_Profiles module as usual
  27. - Enable user pictures at admin/user/settings
  28. - set picture maximum dimensions to 1600x1400
  29. - set picture maximum file size to 1024
  30. - set your picture guidelines text to: “Photo must be larger than 100x100 pixels.”
  31. - select the ImageCache preset to set the user picture size on a user's profile page
  32. - select the ImageCache preset to set the default user picture size throughout the site
  33. - set picture minimum width in pixels: 200
  34. - set picture minimum height in pixels: 200
  35. - save configuration