Hey,
Are there any plans to port this beautiful theme to Drupal 6.x?
-ray murphy
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | golden_hour-d6-v4-1.tgz | 74.98 KB | highermath |
| #11 | golden_hour-d6-v4.tgz | 74.99 KB | highermath |
| #9 | golden_hour.v3-validates.tgz | 85.48 KB | rfay |
| #3 | golden_hour2.2_to_d6.patch | 4.86 KB | rfay |
| #3 | golden_hour_d6.tgz | 86.06 KB | rfay |
Comments
Comment #1
jwolf commentedI have no plans to port Golden Hour to D6.
If you (or anyone) submit an update / patch for D6 I will review it and post a D6 version.
Comment #2
jwolf commentedComment #3
rfayHere is a patch to take Golden_hour from 2.2 to Drupal6. It works OK in my environment, and I've deployed a subtheme of it in production.
I've attached both a patch against 2.2 and a full version of the module.
Thanks for creating this in the first place! It has served me well.
-Randy
Update 2/17/09: See revised patch later in this thread
Comment #4
andzs commentedI tried out theme from golden_hour_d6.tgz archive. In my Drupal 6 setup clicking on menu and Read More Links throws an error "warning: preg_match() expects parameter 2 to be string, array given in C:\xampplite\htdocs\includes\bootstrap.inc on line 761."
Comment #5
rfay@andzs - I'll be happy to work on your problem, but I don't completely understand it yet, and was not able to re-create it based on what i understood.
Are you saying that when you click on the "read more" link in a teaser list, that you get the error you saw? You say "clicking on menu and read more links", but I can't figure out your path.
Please post with more details about your issue. You may also contact me directly by email here.
Comment #6
rfayHere is the revised version of Golden Hour for Drupal 6 with the problem reported by andzs fixed. It was just a silly porting issue with the l() function.
Comment #7
andzs commentedProblem fixed.
Comment #8
peterx commentedI tested the revised version at http://d-theme.com/golden_hour. There is one thing to fix to achieve XHTML 1.0 Strict validation.
The following line contains a style attribute and the default style sheet language is not specified. The best approach is to put this width into a class and use the class in this line.
<div id="content" style="width: 72%;">There is also a weird backtick at the end of the description in the .info file.
style.css produced the following validation errors.
199 Parse Error ----------node styles----------*/ .node { margin:0; padding:0; }
253 Parse Error ----------page styles----------*/ .page { margin:0; padding:0; }
icons.css produced the following validation error.
35 .comment .title Value Error : background-position middle is not a background-position value : 3px middle
With these items fixed, the theme will pass WCAG AA and some other tests.
Comment #9
rfayThis version of golden_hour validates as XHTML 1.0 Strict, and the CSS validates also. Let's get this committed!
Comment #10
jwolf commented@rfay - I looked over your update and here are some issues that need addressing:
<div id="forsimplemenu"></div>?Comment #11
highermath commentedHere is my take on this. I think that I have addressed most issues.
Comment #12
highermath commentedComment #13
highermath commentedMinor fix.