I am using the mod_comprofileronline module to display the newest members who have joined my site. It appears that the image sizes of the thumbnails have some variation within the display area.
When users upload their profile image I would like to be able to have the thumbnail display in the mod_comprofileronline as the same size as the other thumbnails in order to ensure consistency.
Is this possible?
Attachments:
Last edit: 7 years 11 months ago by krileon. Reason: Added [SOLVED] tag to subject
Thumbnail size is based off the sizing parameters you have specified globally within CB > Configuration > Images or on a field by field basis within the avatar field it self under Parameters > Image Limits. These are just maximum image limits unless you use a different Maintain Aspect Ratio mode to enforce squared images for example. You can also use CSS to resize the images just in the module to fit whatever design layout you have in mind.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Another question regarding the thumbnails in the online/new member module.
After your response I was able to adjust the settings so that all new registrations have the thumbnail sizes I configured. I noticed that some of the old thumbnails are still to big.
Would size adjustment affect the existing thumbnails or only the new ones?
If the sizes should adjust do I need to clear the cache?
If not is there a way to change the sizes of the existing ones as an administrator?
- I just batch resized them using Photoshop and replaced them on the server, but would still like an answer if possible.
Last edit: 7 years 11 months ago by drhustle. Reason: An action was taken to solve issue
Changing those parameters has no affect on existing images. Reprocessing every image anytime those parameters change would just be way too heavy and crash any server. You'd need to manually batch process them as you've done with Photoshop.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.