Closed (fixed)
Project:
Meta Theme
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2007 at 07:15 UTC
Updated:
21 Mar 2009 at 16:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
MikeyGYSE commentedWould LOVe this theme on Drupal 5.x
Comment #2
diegohermes commentedI have the same question, the theme is amazing but my sites are 5x version and i wish to use the meta theme in them.
Comment #3
edegids commentedWe can't wait... want to update to Drupal 5 but want to keep the meta-theme. Please, is there anyone to make a 5.x release?
Comment #4
SymmetryPower commentedCome on.. someone please help on updating one for version 5.. I know there's a lot of us that want to use it. and I personally don't have the skill to do the changes myself.. I read the post about changing from 4.7 to 5.0 and man.. I was lost!
Comment #5
Ken Collins commentedI'm sorry everyone... I just do not have the time to take on the work. When I first did the Meta theme I knew absolutly "ZERO" about programming and PHP and only hacked my way thru integrating my XHTML/CSS designs into Drupal.
By know I have learned to program and hold a full time job as a Ruby developer. That combined with my contract jobs makes it impossilble for to work on this. If anyone did take the time to update the PHP in the template and submit patches I would love to commit them.
Comment #6
lopan.eti commentedI did try use this version Meta Theme at Drupal 5x. But, a have only one problem, the primary links, i solve this changing on file page.tpl.php:
From:
To:
I don't know if this "pacth" make any insecure code on drupal 5x. But, this work.
Anybody know?
regards,
Lopan
Comment #7
WeRockYourWeb.com commentedLopan, you rock!! Thank you, thank you, thank you!!!
Exactly what I was looking for :):):)
Cheers,
Alex
Comment #8
Ashraf Sufian commentedThe secondary links in the footer are broken to fix it replace:
with:
Comment #9
camypaj commentedHello everyone!
I had the same problem with tinymce and primary links.
Primary links can be fixed using the instructions from above (thanks to lopan.eti and ashraf-sufian) :)
Tinymce problem is another issue; I've found solution on a Tinymce faq:
http://groups.drupal.org/node/4114
("Q. TinyMCE doesn't show up when using theme X?")
but it did not say precisely where the:
part goes.
Since it took a little experimenting, I would like to share this with you:
in file: page.tpl.php
you should add the code:
print $scriptsin the
<head>part of the page, BEFORE the</head>line:I am not a drupal or php expert but this worked for me.
Regards,
Milan
Comment #10
camypaj commentedI guess that these are not the only problems with the theme.
The page looks ok in Firefox, but some parts are messed up in IE.
Finally, I realized that I need to make it fully compatible with drupal 5.2, because this problem is not manifested on meta theme demo site, and I don't have the time to install drupal 4.7 just to test my presumption :)
Anyone want to help?
Regards,
Milan
Comment #11
summit commentedAnyone a link to a drupal 5 Meta theme?
Thanks a lot in advance!!
greetings,
Martijn
Comment #12
mdowsett commentedI still have a site using meta that's on v4.7...I'd still love to upgrade it.
Comment #13
Ken Collins commentedI'd invite someone to pick up on it and convert it over. I was never a PHP fan, just a hack. Now I do full time ruby work the theme was converted to Mephisto some time ago.
http://www.metaskills.net/meta-theme-for-mephisto
If anyone wants to pick up the work... by all means do so.
Comment #14
mdowsett commentedgeez - after 21 months since posting the original post, I finally got the courage to ashraf-sufian's fix on my altered meta them. It works!
It was almost in desperation as I have to migrate that site from 4.7...and with Drupal 6 being the default version now, I better start on upgrading the theme to 6!
Attached is a zipped working copy of the unaltered (original look) meta theme. I think/hope it works! Now I have to work on upgrading the actual site...
Enjoy!
Comment #16
peterx commentedHello mdowsett, there is a description of a D5 to D6 theme conversion at http://d-theme.com/candy_corn. If you apply the changes to meta theme, you should have a version that works in D6 to the point where it is useful.
Comment #17
mdowsett commentedthx - I'll take a crack at it someday when I'm more motivated...it took me almost two years to do the last conversion so we'll see how long this takes me! :)
I'm sure Drupal9 will be out by then!
Comment #18
MKaiser commentedI updated my sites from drupal 4.7 to drupal 6 and had to convert the theme to drupal 6. I tried to implement it as a zen sub-theme. You can have a first look on it on
http://www.mickai.de (looks like the default meta theme) and http://www.familiekaiser.de
Both sites are in german.
Whenever possible i used standard modules like lightbox or external link and did not include these functions in the theme. The theme works with ie6 to ie8, chrome, firefox and safari. There are some smaller css issues to solve.