spaces
Groups, Spaces, Context, Features...Do I need all those?
I'm building a website that consist of a main website and three office locations/branches websites. The main website pulls content from all three locations.
Location websites must have a 'home page' with a unique url, as well as the main website ofcourse. Each location must have an allocated admin role that can manage that location content only.
Module Developer | GoingOn
GoingOn (http://www.goingon.com/) is actively seeking Drupal developers who can create high quality modules for our platform. We are building upon a Spaces, Features and Organic Groups system, so much of the work we will contract out will be building og_spaces compatible features and any modules necessary to drive the feature. We're building a social e-learning platform on Drupal where many of the features will be social, collaboration and education focused.
Build group features of modules that does not use views?
Hia, sorry if this is a stupid question, but I'm struggling to build (OG) features of modules that does not use Views, as I do not know how to filter for Space without Views.. With Views you select the spaces filter, and set for instance "show nothing" when node is not in space.
But, what if the feature I wish to build does not use Views? Am I out of luck?
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) {


