i really like this theme, and am using it on a site, so i decided to upgrade it to 5.0. on the way, i ended up tossing in a few new features and doing some basic code cleanup. apologies for the mega patch! here's what i've done:

  • upgraded the necessary components to 5.0
  • added options for toggling a site logo, site slogan, and search box
  • added a javascript hack that works around IE's deficiency with transparent .png's -- this was necessary to allow a usable site logo. the feature requires a .js file which i placed in the same directory as the theme file--i'll attach it to a comment here for addition to the repository
  • separated the site name out into it's own div to increase themability via css
  • added some css classes for the page title and the breadcrumb
  • wrapped the node taxonomy links with the user and date info, so that it can be displayed/hidden as a unit
  • small edit to the display of the headerlinks class -- it now displays the delimiter on both sides of the items as well
  • removal of white space
  • various small code cleanups

although i'm a fairly experienced module/core coder, this is my first real work in the theming area. i asked for help where i thought it necessary--hopefully i haven't screwed things up too badly... :)

CommentFileSizeAuthor
#2 pngfix.js.txt1.54 KBhunmonk
#1 interlaced_0.patch26.35 KBhunmonk
interlaced.patch26.35 KBhunmonk

Comments

hunmonk’s picture

StatusFileSize
new26.35 KB

whoop. last patch had the wrong default stylesheet in the theme. let's try this one... :)

hunmonk’s picture

StatusFileSize
new1.54 KB

...and the .js file for the IE .png hack...

DayShallCome’s picture

How does one go about installing this?

hunmonk’s picture

@DayShallCome: not sure i understand your question. if this patch is committed, then it's built right into the theme. if you're asking about how to apply the patch, have a look in the drupal handbook for that procedure.

DayShallCome’s picture

Right, and since the last update hasn't been since April 7th, that means that to get this fix, I need to apply the patch myself, right?

hunmonk’s picture

you got it.

nancydru’s picture

Considering the length of time now since your patch and the fact that it appears to not be committed yet, I can only assume that Interlaced will not be ported to 5.x?

hunmonk’s picture

Status: Needs review » Fixed

i've gotten permission to add myself as a committer on this theme, and committed this patch, and it now has an official drupal 5 release.

note that i am not the maintainer of this project, and will take no further responsibility for it's development/upkeep!

Anonymous’s picture

Status: Fixed » Closed (fixed)