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.

Comments

escoles’s picture

Title: After reading documentation, still unclear on how to theme / customize » D'oh! Nevermind -- needed to use the content type name...
Status: Active » Closed (fixed)

(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".)

escoles’s picture

Title: D'oh! Nevermind -- needed to use the content type name... » Theming output

(I always forget that changing the "issue title" in the comment box changes the whole issue's title.)