First of all I want to say that this theme is great, I work at an Organic Groups environment where every group wants to have its own visualization theme, I just copy MAYO to "Group1", change all the mayo and MAYO to grup1 and GRUP1 respectively and I have a new theme which I can adjust to the group needs.
But there is one thing I can not do, make the logo point to the group home page, the logo points to the "site" home page by default.
So my request is if you can add a customization dialog for the logo link:

See the image to grasp what I'm requesting...

CommentFileSizeAuthor
logolink.png13.03 KBAndrés Chandía
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Andrés Chandía’s picture

Issue summary: View changes

Orthographic correction

mermentau’s picture

Issue summary: View changes

Trying to get more into support here. Is there still an interest in this issue?

Andrés Chandía’s picture

Yes man, definetly!

mermentau’s picture

I'm not sure whether this would be a popular feature since most sites link to the home page from the header area.
Have you given thought to using sub-themes? You could have a page.tpl.php in there with $front_page defined with your chosen URL.

It would be easy enough for me to incorporate into MAYO, but folks like the theme because it's not overly feature loaded and I'm slow to get away from that.

Andrés Chandía’s picture

Ok, I understand your point, would you be so kind to throw me a light on how to achieve the front page definition, any way, (this is my thinking only), as it would be an option may be that your theme becomes one of the favorits in group environment.

mermentau’s picture

Copy page.tpl.php from MAYO and put it in the templates directory of your sub-theme of MAYO. Then add a line to define $front_page like:

<?php
  $front_page = 'http://example.com';
  $page_wrapper_style = '';
  $page_width = theme_get_setting('page_width');
  if (empty($page_width)) $page_width = '90%';
Andrés Chandía’s picture

Thanks a lot, once I try it I tell you back how it worked....

mermentau’s picture

Status: Active » Closed (fixed)
Andrés Chandía’s picture

Status: Closed (fixed) » Active

Sorry I didn't try it before, any way it didn't work, any other suggestion?

mermentau’s picture

Sorry no other suggestions if #5 won't work for you. I don't think there are enough users that would need this to add it as a feature. Mayo tries to be kind of a simple theme, allowing that the more complex will be in a sub-theme.

mermentau’s picture

Status: Active » Closed (fixed)