Feature proposal #1593
closedallow selecting default image for image fields or no image at all
Description
Would be a good additional parameter to allow selection of default image or no image at all for image fields. As is it displays the blank avatar image for ALL image fields, which is unsightly and doesn't seam correct.
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,126123/catid,112/
Updated by beat almost 13 years ago
- Target version changed from CB 1.8 to CB 2.1
Updated by krileon over 11 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- Target version changed from CB 2.1 to CB 2.0.0
Implement 2 parameters to image fields to select a pending default and normal default image. Both can be set to "None" for no image. Implement 2 parameters within CB > Configuration > Images directly below "Image" parameter for avatars as the field params aren't used in the avatar URL function. Only use the configuration params if image specific params are not specified. Basically behave the same as the max width/height, etc.. params.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
2 new parameters added to CB > Configuration > Images to change the avatar defaults globally. This will affect all image fields unless the image field individually has parameters changed for that specific field (basically same as image size params). Default value is "Normal CB Default".
2 new parameters added to Image fields with same options as global parameters except with an option to have "No image".
Note legacy usages still using avatarFilePath will only use the global parameters.
All usages fallback to default CB in event of any sort of failure (for example, selected default is missing).