Currently, the only graphic that can be selected to appear in the user list (a.k.a. member directory on some sites) is the thumbnail of the user's avatar. Is there a plug-in or an API that would allow additional images (thumbnails or otherwise) to be included in a user list?
Is there a way to make sure ALL images including those selected from the list of avatars conform to the size parameters... we have some that are being resized appropriately to the right size and others that are not... anyone know of a reason for this or a solution?
Thanks and happy new year.
Jeff
EDIT: I'm referring to the image that shows in the USER LIST and CONNECTIONS box etc...
Post edited by: jeffreydbrown, at: 2007/01/05 18:22
The size constraints on those images are specified in the CB configuration manager in the "Images" tab. There you specify the maximum size you wish to allow members to upload and also what size you want the generated thumbnails to be. CB checks these against what's actually uploaded by the user and does not resize the uploaded image, but instead rejects it. Whether these are too big or not is kind of dictated by the template you are using.
In earlier versions of CB, I saw the thumbnail get generated anyway in such cases and it was only partially rendered.