FYI: How to change maximum allowed dimensions for spaces logo
Posted by vegardjo on August 31, 2009 at 1:53pm
Struggled a bit today to find out how I could increase the maximum allowed dimensions for the spaces logo, this as I wanted to use the logo as a banner, and it needed to be around 900px wide. Whichever setting I changed in Drupal all I got was:
"The image was resized to fit within the maximum allowed dimensions of 600x600 pixels."
..turns out this is not a setting, but a part of Spaces. To change it find /sites/all/modules/spaces/spaces_design.spaces.inc
..and edit function found at around line 122
<?php
function spaces_design_upload_validate($element, &$form_state) {
