Gallery with external images

Posted by Helmut_pdorfHelmut_pdorf on 27 Jan 2012 16:02, last edited by Helmut_pdorfHelmut_pdorf on 26 Nov 2014 14:15
Tags:

This is the page to show a gallery with external Images.

A CLICK ON ONE OF THE THUMBNAILS OPENS THE GALLERY-VIEWER!

The idea

My idea is the usage of "data form" pages of category "image-ext:" with autonumbering of the pages.
This pages have (using the "image-ext:_template" page) as content only the:

  • URL of the images,
  • Heading
  • Caption
  • Copyright notices
  • Author
  • Date ( of creation)
  • Descritpions
  • a button to add new external images
  • a tagcloud of all tags of the same category

And on such pages like here I use the ListPages Module to "simulate" a Gallery with minimized images ( like Thimbmails) as the overview off all the existing pages.
The Link of the pages leasds to the image page itself ( on an extra page) which shows the same Image in a Listpages module but with the Hammer-Navigator to the next image(=page) forward and backward in the category "image-ext"

I detec now the webshots images are gone for ever… :(
I have to replace it with other "external" images..

Gallery with div's

Mindmeister view of Community Wiki

Community Mindmeister

Community V07

Community_V07

Einstein 1921

Einstein 1921 portrait2.jpg

Over the city : cupola di Duomo

Italy Florence Dome and town

Italy Florence Palazzo Vecchio

Italy Florence palazzo vecchio

Pallazo vechio Detail

Italy Florence Pallazo Vecchio Detail

Florence Ponte Vecchio

Italy Florence Ponte Vecchio

Ponte Vecchio in the near

Italy Florence Ponte Vecchio

LGB Train Locomotive Big Mallet

My LGB Train - Big Mallet

LGB Loc Big Mallet (65cm long)

My LGB Train (G)

LGB Locomotive Stainz

My LGB Train (near)

search.gif

search.gif

No picture

testpage with NO url of image

Union Buildings, Pretoria, South Africa

Union Buildings, Pretoria, South Africa

Done with code:

[[module ListPages category="image-ext" separate="no" order="title" perpage="40"]]
[[div style="float:left;width:160px;height:200px;border:1px silver solid;"]]
[[div style="text-align:center;width:158px;height:56px;border:1px silver solid;"]]
[[div]]
%%form_data{heading}%%
[[/div]]
[[/div]]
[[div style="text-align:center; width:158px;height:144px;border:1px silver solid;"]]
[[image %%form_raw{image_link}%% width="120px" height="140px" link="*%%link%%" title="%%title%%" alt="%%title%%" style="border: 1px solid silver; padding: 1em;" ]]
[[/div]]
[[/div]]
[[/module]]

Gallery with table's

Mindmeister view of Community Wiki
Community Mindmeister
Community V07
Community_V07
Einstein 1921
Einstein 1921 portrait2.jpg
Over the city : cupola di Duomo
Italy Florence Dome and town
Italy Florence Palazzo Vecchio
Italy Florence palazzo vecchio
Pallazo vechio Detail
Italy Florence Pallazo Vecchio Detail
Florence Ponte Vecchio
Italy Florence Ponte Vecchio
Ponte Vecchio in the near
Italy Florence Ponte Vecchio
LGB Train Locomotive Big Mallet
My LGB Train - Big Mallet
LGB Loc Big Mallet (65cm long)
My LGB Train (G)
LGB Locomotive Stainz
My LGB Train (near)
search.gif
search.gif
No picture
testpage with NO url of image
Union Buildings, Pretoria, South Africa
Union Buildings, Pretoria, South Africa

Done with code:

[[module ListPages category="image-ext" separate="no" order="title" perpage="40"]]
[[div style="float:left;width:160px; height:200px;border:1px silver solid;"]]
[[table style="text-align:center;width:158px;height:58px;border:1px silver solid;"]]
[[row]]
[[cell style="text-align:center;width:158px;height:56px;border:1px silver solid;"]]
%%form_data{heading}%%
[[/cell]]
[[/row]]
[[/table]]
[[table style="text-align:center;width:158px;height:148px;border:1px silver solid;"]]
[[row]]
[[cell style="text-align:center;width:158px;height:144px;border:1px silver solid;"]]
[[image %%form_raw{image_link}%% width="120px"  height="140px" link="*%%link%%" title="%%title%%" alt="%%title%%" style="border: 1px solid silver; padding: 1em;" ]]
[[/cell]]
[[/row]]
[[/table]]
[[/div]]
[[/module]]


Number of Comments: 0)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License