Needs work
Project:
Balsami
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2011 at 00:54 UTC
Updated:
8 May 2012 at 04:15 UTC
Jump to comment: Most recent file
Hey,
I like this theme so here is my first attempt at the port. It works, no error that I saw. Just need to refine the template.php for the styling on button and other form elements.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Updated template.php file | 6.08 KB | jrsinclair |
| balsami.zip | 49.51 KB | ishmael-sanchez |
Comments
Comment #1
jrsinclair commentedI will give this a go.
Comment #2
jrsinclair commentedThere are a few things that need re-working for form elements to work. Mostly, the way D7 calls the
hook_FORMELEMENT()functions has changed. Where the D6 version received an$elementarray, the D7 function receives a$variablesarray that contains the$elementarray as a child.I managed to get most elements working for the installation that I tried, but I did not look at them all. The attached file moves things further along, but it definitely needs work.