We're seeing a weird problem in our Drupal themes administration. We've used Deco as a starting point for a customized theme. We then copied this theme to a new directory (in sites/all/themes) called ourtheme. We modified the deco.info file to list "ourtheme" as the theme name and saved it as ourtheme.info. We also made a new screenshot.png. The trouble is, in the themes list in administration the list shows "This version is incompatible with the 6.2 version of Drupal core." and lists no theme name. We can select it as the default theme but it still shows no theme name in the configure theme page/ Ideas?
Your best bet is to post this to the Deco support queue: http://drupal.org/project/issues/deco?categories=support&states=all . The theme creator/maintainer is pretty active in supporting his work.
That said, you would do well to search for deco in the text of all the theme files. Pay particular attention to template.php. Functions, particularly hook calls often start with the theme name or an underscore followed by the name, and if they don't match the actual theme name, bad stuff happens. This is one of the reasons that subthemes are a popular apporach, although they don't work in every situation.
Cary Gordon The Cherry Hill Company http://www.chillco.com
I'm riding my bicycle 545 miles from June 1-7, 2008 to end AIDS. Find out how you can help at http://www.aidslifecycle.org/5312
On Apr 21, 2008, at 3:55 PM, Lists wrote:
We're seeing a weird problem in our Drupal themes administration. We've used Deco as a starting point for a customized theme. We then copied this theme to a new directory (in sites/all/themes) called ourtheme. We modified the deco.info file to list "ourtheme" as the theme name and saved it as ourtheme.info. We also made a new screenshot.png. The trouble is, in the themes list in administration the list shows "This version is incompatible with the 6.2 version of Drupal core." and lists no theme name. We can select it as the default theme but it still shows no theme name in the configure theme page/ Ideas? _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes