How does this themable group stuff work? I guess you choose a full theme per group (I haven't tested it out yet)? I wonder if it would make sense to work with the /admin theme idea? For example, you could specifiy /group and then /group/alternate01 and /group/alternate02 for different color schemes or something? I dunno. Sorry for stabbing in the dark. Chris On Mon, 28 Mar 2005 21:33:43 +0200, moshe weitzman <og@tejasa.com> wrote:
Issue status update for http://drupal.org/node/17286
Project: Organic groups Version: cvs Component: Miscellaneous Category: feature requests Priority: normal Assigned to: moshe weitzman Reported by: Alaska Updated by: moshe weitzman Status: active
comitted to HEAD. since this feature is not yet optimized, i don't recommend using HEAD og on a production site for a few days until a patch to core gets approved. i will close this issue when that happens.
moshe weitzman
Previous comments: ------------------------------------------------------------------------
February 13, 2005 - 16:19 : Alaska
Using your module to create two groups. These are accessed from the home Drupal page. The groups are green and brown. Green has a node of node/5 and brown is node/2. Both are accessible from the groups menu and work well. There is an issue that may not be a part of your code. When using section module to add a unique theme to each group I run into an interesting issue. The new theme is available when I go to green at node/5. However, when in the green theme and comments, reply or blog are accessed the theme returns to default of blue. i.e. path is then not correct. This is the path for accessing a comment when on the green part of the site. http://localhost/drupal/node/18#comment. The issue appears to be related in generating the correct path for the section module. There is a place for that code, but I am not sure what the interaction is between the two modules. i.e. what path code should be used so that all of the sub pages (nodes) in green will still be in the green theme and not revert back to the default of blue. The overall plan is to have a number of groups in one Drupal site , but each with their own unique theme. This issue may have nothing to due with either module but just my understanding of how a path works in Drupal. Any help in addressing the path issue is appreciated. Jim
------------------------------------------------------------------------
March 1, 2005 - 21:54 : moshe weitzman
it is not yet possible to theme each group differently. this is a non trivial feature request.
------------------------------------------------------------------------
March 20, 2005 - 00:54 : moshe weitzman
coming soon