Will you be porting this to drupal 6? Thanks for the theme. Going to be my blog.

Comments

Stephane91’s picture

Oh please yes,
It's my favorite in 5.x I cried when I realize I cannot use it directly on my 6.x upgrade...

marquardt’s picture

Status: Active » Needs review
StatusFileSize
new6.45 KB

Hello,

the attached patch against the released dev-version made the theme working in Drupal 6 for me. It includes the fix from http://drupal.org/node/210519.

Christian.

marquardt’s picture

StatusFileSize
new18.37 KB

Attached is a second iteration of a patch providing a port to Drupal 6; the previous version didn't support the layout with two sidebars, which is now fixed. The patch also includes the fixes from http://drupal.org/node/210519, http://drupal.org/node/210767 and http://drupal.org/node/269122.

dan_k’s picture

StatusFileSize
new351.56 KB

patch files? unbelievable.

here's a zip file (not a gzip or tarpit for dinosaurs) of the template with marquardt's second patch implemented.

patchfile and log from the patch included.

pbergmann’s picture

StatusFileSize
new341.12 KB

Extracted zipped theme shows several fatal errors like: "Fatal error: Cannot redeclare grid_inspired_preprocess_page() (previously declared in .../sites/all/themes/grid_inspired6patched/template.php:167) in .../sites/all/themes/grid_inspired6patched/template.php on line 337"

Drupal 6.10 on Apache/2.2.9 PHP/5.2.6 with Suhosin-Patch

Solved by deleting lines 295-431 in template.php (functional content of 138-295 and 296-431 seems to be equal)

Furthermore:
page.tpl.php: Change line 2 to:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">

Zip with applied changes attached (not jet well tested).

bobthecow’s picture

just subscribing :)