Hello,
I am trying to set up an image galleries with some image varieties. I use an asset listing that should list some assets "varieties" and my root nodes is a directory with some image and their varieties . All the varieties are called 1.
In my page content body I have : %asset_listing%
In my default format body I have : %image_v_1%
This should work I think, but my page return a "No results were found"
Did I do something wrong ?
Thanks a lot
If you get no results it means the listing itself is not configured correctly. Make sure you check things like the type of asset being listed and the statuses/permissions of those images.
Maybe try setting your type format for images, and add the variety keyword within that.
Been there myself a couple of times! :lol:
Hehe 
well doneā¦thanks a lot
I found a other solution than using the image varieties. Using a asset listing page that list some image and adding <IMG height=80 alt=%asset_attribute_alt% src="%asset_url%" width=80 border=2> in the default format of the page.