This is not so much a feature request as a request for help in creating a feature or a port to be more precise. It seems like it would be possible to port goofy to phptemplate but I'm worried that it may not be becasue no one has done it so far. Is it doable and is the doing worth the effort. I know there are alot of images in there that would have to be mapped in the nodes and that would be fiddly work but not conceptually difficult unless I'm missing something.
I think Goofy is one of the best themes ever created for Drupal for certain purposes which are not really very goofy at all. Its ability to separate the users attention into the descrete ideas or blobs of content is superb and unique. Its also pleasant to look at.
Often with complicated ideas or websites its good to breake it down into descrete parts and focus on th eparts one at a time. Moder themes tend to try for a gestault like approach and this can actually be overy complicated or complicate relatively simple concepts. Sorry . back tot he question. Can it be done, should it be done. has it been done. etc..
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | pjbscreenshot.png | 36.79 KB | pbarnett |
| #8 | screenshot_26.png | 62.33 KB | pbarnett |
| #7 | goofy-phptemplate.tar.gz | 44.5 KB | Anonymous (not verified) |
Comments
Comment #1
gordon commentedIt wouldn't be that hard to convert.
Someone just needs to sit down and do it. IMO it would make it easier to extend the theme or modify it for other uses.
Comment #2
jsbthree commentedOkay,
I think I'll give it a try. Do you have any pretry words of wisdom. If anyone would have some advice on what to watch out for or pitfalls one might encounter it would be you. Thanks for the info btw.
Comment #3
ymcp commentedAny progress with this?
I just love the look of this template, but it would be so much easier to make minor modifications if it was in Phptemplate.
Comment #4
ryooki commentedI guess this hasn't been done yet? I'm trying to implement the flat-forum module, but it seems it needs to be in phptemplate format first?
Comment #5
mystop commentedI don't think any progress was made yet? has anybody started doing this?
Comment #6
bredemaboyz commentedHye everybody,
I was just wondering if somebody found or did the transcription of Goofy to Phptemplate...
I'm working on an important project and i just love this theme but i need to have it in Phptemplate otherwise other functionalities won't work, so I was just wondering if I will have to port it or if I could save some time using an existing one...
Thanx
Comment #7
Anonymous (not verified) commentedOk.. so I've ported it to phptemplate. It can be seen at http://ocpoetryfestival.com I'm sure it still needs some debugging. This is pretty much a straight port, although I did make a few changes, such as changing the bottom links to secondary links and adding a search box. I also added support for the mission statement, the site name, and the site slogan.
The original theme adds an additional setting to the theme settings page to control the visibility of the second logo. I don' t know if this can be done in the phptemplate engine. Does anyone have any thoughts on that?
Comment #8
pbarnett commentedI've ported it to phptemplate too; mostly a case of moving code from goofy.theme to the relevant .tpl.php files.
Works fine in 4.7.2; I've also got a GIMP file with a coloured drop-shadowed box that you can modify and cut the corners/edges out of.
It was done for a specific project, so a lot of it is project-specific, but I'm happy to share the images and .tpl.php files...
Screenshot of part of the screen attached, BTW, I hate the orange title text, too :-)
Comment #9
pbarnett commentedI've done a bit more work on the theme; box top section somewhat inspired by MicroGUI...
Comment #10
michelleJust changing the title back. Pesky issue titles, always getting changed... ;)
Michelle
Comment #11
mhewitson commentedthe default on this looks awfull, nothing like the .theme version
Is there a newer version I can try ?
Comment #12
mhewitson commentedOK - It takes some work with the php files, (all of them! ) but after a bit it was possible to get it looking right..
Just a shame that there ar what seems to be basic flaws in the download file...
Comment #13
michelleIf you've found and fixed problems, submit patches. :)
Michelle
Comment #14
hairylunch commentedCouple things I've found while trying to use this. Being new to Drupal, and not knowing PHP (though I have a decent knowledge of ASP and VB, and can get myself into trouble with perl), these may or may not be relevant to all.
<?php print $directory?>snippets with a / so that the image path would be absolute, and not relative to the current directory.To get it to work, change that block to:
<?php if ($search_box): print $search_box; endif ?>That's all for now . . . .
Comment #15
hairylunch commentedHmm, just found out that I had to rename the theme as well by changing the dash to an underscore . . .
(Reason for this: http://drupal.org/node/11819#comment-108528)
Comment #16
fgmA port to phptemplate based on the DRUPAL-6--1 version is under way, to become DRUPAL-6--2. If someone is still using 4.7.x, the backport will probably be easy.
Comment #17
fgmNew phptemplate version available as 6.x-2.x-dev for Drupal 6.
Comment #18
fgmDRUPAL-6-2 is now available, phptemplate-based.