I'm a noob so forgive me if this is misplaced. Can this theme be used in D7? If not, can it be modified to do so?

Comments

Sungsit’s picture

I'm working on Colourise D7 but we should wait till Onus is ready and stable because I decided to create new flexible base theme for Colourise D7 and my other themes. Onus is based on Tao which is a great simple theme.

WorldFallz’s picture

any update on this? I'm considering making a straight d7 port, but would rather contribute to your existing work if it already exists. Thanks.

Sungsit’s picture

You're welcome to create new Colourise D7 and if you want to be a new or co-maintainer for this project, just let me know. I'm so much ashamed to let people waiting for my port 'cos I rarely have extra time to do further development. Thanks!

WorldFallz’s picture

no worries-- we all get busy at one time or another. I just didn't want to waste time on a fork if you had code already. I'm still working out whether I'm going to do a straight port, use a base theme, or create a different theme altogether. I'll post back any code I create for this.

WolfSoul’s picture

I would use it if there's a 7.x version

Deepika.chavan’s picture

Hi,
I have Ported the Colourise theme to D7. Please check it here : http://drupal.org/node/1219922

Thanks & Rgrds,

Deepika Chavan.

WorldFallz’s picture

nice-- i'll test it out as soon as i have a chance.

WorldFallz’s picture

From what I can see it works great-- and I'm not getting any watchdog entries or other errors with a standard d7 install (haven't tried e_all). Nice work.

@gibbozer -- it might be worth committing this as an initial d7 version, then use a 7.x-3.x branch for your intended rewrite based on tao.

WorldFallz’s picture

FYI, to re-enable the custom theme search form styling, you need to:

  1. add a new 'search_form' (or whatever you want to call it) region to colourise.info
  2. change form#search-theme-form to form#search-block-form in layout.css (and in fact, it's better to use #search-block-form as id's don't need a tag and are faster without).
  3. add the following to page.tpl.php between the $primary_nav and $breadcrumb sections:
    <?php if ($page['search_form']): ?>
      <div id="search" class="container-inline">
        <?php print render($page['search_form']);?>
      </div>
    <?php endif; ?>
    
  4. actually add the block to the newly created search_box region on the blocks config page.
Sungsit’s picture

Hey guys,

Sorry for late reply, please check this out for more info about Colourise D7.

Thanks WorldFallz for your encouragement even I did nothing with my old source, but pushed Deepika Chavan's source into 7.x-2.x branch!
Gibbozer

mohammed76’s picture

Version: 6.x-2.1 » 7.x-2.x-dev
Category: feature » task
Status: Active » Fixed

this has already been done and committed. duplicate of #1219922: Port of D6 Colourise theme to D7

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.