Making a gallery

Author Message

Kjell Inge Sandvik

Friday 22 April 2005 6:16:32 pm

How do I make a simple gallery?

I have made a gallery folder, and assigned that to a section, but how do I setup the template for this?

Sandvik Web & Data

Ekkehard Dörre

Saturday 23 April 2005 2:51:16 am

Put some images inside and you'll see.

Greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

Kjell Inge Sandvik

Saturday 23 April 2005 4:18:33 am

I still can't see the pictures.

I have overrided the node/view/full.tpl, and assigned that to folder/section(gallery).

What happens, is that on the gallery-screen, I get the choice to make a new template by clicking a link.

I'm new to eZpublish - so what am I doing wrong here?

Sandvik Web & Data

Kjell Inge Sandvik

Saturday 23 April 2005 4:56:47 am

BTW: Here's my template:

<h1>Galleritest</h1>
{let bilder=fetch( 'content', 'tree', hash( 'parent_node_id', '60') )}
{section name=Bilde loop=$bilder}
   <img src={$Bilde:item.object.data_map.image.content.full_path|ezroot} border="0">
{/section}
{/let} 

Sandvik Web & Data

Ekkehard Dörre

Saturday 23 April 2005 9:33:22 am

Try a different new install:

Gallery is a default Template Set in ez. In Setup You can choose it:
http://ez.no/ez_publish/guided_tours/setup_wizard_guide/step_5_site_type

Then there is no problem. Does your images work in article etc?

More infos:
http://ez.no/community/forum/setup_design/image_gallery_package_usage

http://ez.no/ez_publish/documentation/configuration/troubleshooting/images_do_not_work
http://ez.no/ez_publish/documentation/configuration/troubleshooting/images_do_not_work/you_are_sure_that_you_have_imagemagick_but_its_not_working

You can search for images.

Greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

Kjell Inge Sandvik

Saturday 23 April 2005 11:39:59 am

Yes articles with pictures show up all right, but I want to know what the commands in a template are to show a picture in a spesific section :-)

Sandvik Web & Data

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.