Closed (fixed)
Project:
Panels
Version:
6.x-3.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 18:58 UTC
Updated:
29 Jun 2009 at 08:50 UTC
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
Comment #1
summit commentedSubscribing, looking for the same, greetings, Martijn
Comment #2
merlinofchaos commentedMy 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.
Comment #3
crea commentedGetting 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.