Closed (fixed)
Project:
Advanced Profile Kit
Version:
5.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2008 at 21:06 UTC
Updated:
13 Jun 2008 at 04:34 UTC
Hello-
We were wondering if there is a way to use image cache and image_cache profiles with this kit. We have AP installed and working on it and when we try to use it with AP we get a tiny little box where the user image should be. This does not happen using the default image though? Is this compatible?
Comments
Comment #1
schenkin commentedI managed to get it to work, though i'm not exactly sure how. I just followed the instructions for both and it worked.
The only issue I had was with css. By default the column the picture sits in is something like 20% of the width. Since I have the image set to 200px, this wasn't wide enough and the text overlapped with the image.
To fix I edited the /web/portal/modules/advanced_profile/advprofile/advanced_profile.css file. Changing the following lines:
#mini-panel-user_basics div.panel-row-1 div.panel-col-1 { width: 220px; }
#mini-panel-user_basics div.panel-row-1 div.panel-col-2 { width: 20%; }
#mini-panel-user_basics div.panel-row-1 div.panel-col-3 { width: 40%; }
Perhaps you are having the same problem but your browser is rendering it differently? I'm using FFv3.
Comment #2
venusrising commentedThansk for the image fix I will try your Css fix today.
Thanks so much