Since there has not been more posts on this theme, i tested it for a possible conversion.
Quoting http://drupal.org/node/72604#comment-164315, the code is ugly, and long, but the drop down panel is still worth the try.
The issues that arise are as follows:
None of the items on the checklist here http://drupal.org/node/64292 appy, for example:
- primary links is replaced by the drop down menu.
- style.css is automatically loaded, but the ie6 fix is added manually.
- a javascript file was added manually into page.tpl.php
Once inside a 5.x enviroment:
- Field labels are replaced with "Array" just as reported here: http://drupal.org/node/64228
All of them, in all pages with form fields, including those with empty strings like in the blocks page.
This wasn't happening on 4.7 with the same version of the theme.
This "Array" issue needs work if there's going to be any upgrade to 5.x as it renders the theme unusable.
But other than that, it works relatively fine without any fixing, so perhaps it's just a matter of cleaning the code.
Comments
Comment #1
heydere commentedI've almost completed a port of the Mollio theme for Drupal 5.1. If there is interest I would like to contribute it. Please let me know!
Comment #2
inforeto commentedYes, of course, contributions are most helpful.
Personally, i got stuck at the issue where Field labels are replaced with "Array".
If your forms have no such trouble then you got it right, so go ahead and post a patch.
Comment #3
heydere commentedI've posted a patch here: http://drupal.org/node/156474. The CSS still needs some work for IE, but please check it out and let me know whether you have any other issues with it!
Comment #4
MacRonin commentedJust found Mollio from a post on Drupal Planet about finding a good designer. It looks interesting and would also be interested in seeing it on Drupal 5
Comment #5
heydere commentedThanks for the interest. Please check out the patch on the other thread - it works for Drupal 5.1 and hope to get it released formally.
Comment #6
Christefano-oldaccount commentedLet's follow this at http://drupal.org/node/156474. Thanks for sharing your work, heydere.