I'm installing Zen to begin building my first D7 theme. The README in starter kit references D6, so it should be updated for D7. As I install, I'll comment on anything I see that needs changed.

CommentFileSizeAuthor
#5 starterkit-README-D7.patch3.3 KBjohnalbin

Comments

Anonymous’s picture

Line 51 should be updated to say: "Then, visit your site's admin/appearance/update to refresh Drupal 6's cache of"

Line 85 & 86 should reference admin/appearance

Line 115 & 116 refernce Drupal 6, and give a link to D6 theming guide. Needs updated.

Anonymous’s picture

The README.txt inside STARTKIT/css/ has D6 references as well

heavy_engineer’s picture

I think this is a documentation issue; I followed the readme for manually creating a subtheme, then got:

Call to undefined function zen_theme() in /var/www/initsix.co.uk/trunk/sites/initsix.co.uk/themes/initsix/template.php on line 68

Appears to me that zen_theme() is no longer around (can't find it), so there is no need to return the hooks from zen_theme.

So to fix the above issue, comment out lines 67 through 75 in template.php of your subtheme (unless this breaks something somewhere)

and the documentation will need to be changed if there is no other impact from not using zen_theme()

n8tron’s picture

johnalbin’s picture

Status: Active » Needs review
StatusFileSize
new3.3 KB

Moving Nate's patch over here.

johnalbin’s picture

Title: Need new or updated starterkit README for D7 » Update README in STARTERKIT
Status: Needs review » Fixed

Thanks, n8tron and Mtro! You're in the CHANGELOG now.

Fixed. http://drupal.org/cvs?commit=502886

johnalbin’s picture

Status: Fixed » Closed (fixed)

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