spaces

Events happening in the community are now at Drupal community events on www.drupal.org.
vegardjo's picture

FYI: How to change maximum allowed dimensions for spaces logo

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) {

Read more
Subscribe with RSS Syndicate content