Login or Register

RSS IconRecent posts in this topic

avatar
tonythemediaguy on Oct 9. 2007. 8:22 pm
Just bought corporate 1.0, how do I make the avatar's a decent size?


Thanks,

Tony
avatar Staff
Ilija Studen on Oct 9. 2007. 10:32 pm
Hi Tony,

Can you please defined "a decent size"?

Thanks
activeCollab Team Member
avatar
tonythemediaguy on Oct 9. 2007. 11:01 pm
At least 160X160

avatar Pro
adamld on Oct 10. 2007. 1:07 am
160x160.. that is not workable. That is three times bigger than a desktop icon.

Avatar's are small, though not such a problem for us we are a business after all, 80x80 would be the largest I think.
avatar
tonythemediaguy on Oct 10. 2007. 1:28 am
80X80 is much better than 40. What about the company logo's? Can the size of those be increased? It's especially a problem with logos that are much much wider than taller. When you squeeze something down that small it's almost illegible.

Thanks for taking the time to talk to your customers.
avatar Pro
ncrossland on Oct 10. 2007. 9:18 am
Perhaps it should be a global setting?
avatar Pro
davidm on Oct 10. 2007. 9:23 am
Not sure but it would seem that it's a Theme issue, which can simply be adressed with proper CSS. Might be wrong, but I recall reading ac 1.0 admin is themable, maybe even has a template engine. This would mean you can tweak it to your liking :) Unless there is some auto resizing in which case you have to locate the parameters in the app's code and change them :P

This being said, global setting would be easier, sure...
The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)
avatar Staff
Ilija Studen on Oct 10. 2007. 5:38 pm
40x40 let users be visually recognized and still allows us to have a clean and simple interface. Making avatars / logos / project icons larger can make some screens far less usable without providing any real value.
activeCollab Team Member
avatar Pro
davidm on Oct 10. 2007. 8:28 pm
I agree with you but am I wrong thinking anything can be done by creating one's own theme anyway ?
Some people might need to tweak other items and theme them (a company theme is most likely in my case)...
The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)
avatar Staff
Goran Radulović on Oct 10. 2007. 10:09 pm
If you really, really need other avatar sizes, you can 'hack' activecollab.

You need to edit /application/modules/system/controllers/UserProfileController.class.php go to declaration of function edit_avatar()

and modify this lines as you want

$to = $this->active_user->getAvatarPath();
$small = scale_image($from, $to, 16, 16, IMAGETYPE_JPEG);

$to = $this->active_user->getAvatarPath(true);
$large = scale_image($from, $to, 40, 40, IMAGETYPE_JPEG);

You will need to modify theme to support those modified avatars.

Disclaimer: We are not obligated to provide any support for those hacks.
activeCollab team member

RSS IconRecent posts in this topic