Theming output
escoles - January 9, 2009 - 16:00
| Project: | oyoaha Liquid Layout |
| Version: | 5.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm trying to use Liquid Layout to produce a gallery listing, using a CCK image field. But I'm having trouble getting the images to show up.
So I'm assuming I need to produce a custom node template. But I can't figure out what name to use in the node template. "node-oaliquid.tpl.php" doesn't seem to get picked up.
NOTE: I'm selecting 2.x as the version even though I installed the version that's labeled 1.x, because the version numbers appear to have become confused -- the version that's labeled '2.x' appears to be the '1.x' version.

#1
(I don't do dev all the time -- maybe one week in six -- so I have to re-remember a lot of this stuff....)
In case anyone searches on this: I needed to use the name of the content type I created for gallery images. (In this case, "gallery_image", for a node template filename of "node-gallery_image.tpl.php".)
#2
(I always forget that changing the "issue title" in the comment box changes the whole issue's title.)