I would like to create a list of companies using the Panels module. The panes will have curved edges and I would like to have a curved edged image thumbnail alongside the text within each pane showing.. for example a company logo or a members avatar etc.

Does anyone know the easiest way of adding this thumbnail option.. or if it is indeed possible?

Any pointers would be much appreciated

Thanks

Comments

summit’s picture

Subscribing, looking for the same, greetings, Martijn

merlinofchaos’s picture

My guess is that the only reasonable way to do this is to use imagefield and imagecache, associate the image with a node and use the field pane or the node content pane and use a custom node.tpl.php using the panel identifier to place the image.

crea’s picture

Status: Active » Fixed

Getting lists of something is not scope of Panels. You should use Views instead.
Create company node, add imagefield, create imagecache presets for it.
Then you can create View containing list of companies, and insert to Panel or use it alone.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.