Revision history for BigImageGalleryAction
Revision [19371]
Last edited on 2008-01-28 00:15:26 by AdaAn [Modified links pointing to docs server]No Differences
Additions:
=====""BigImageGallery"" Action=====
Deletions:
Deletions:
Documentation: inside this page.>>This is the development page for the BigImageGallery action.::c::
Additions:
**That's how it looks like:**
{{image url="http://www.kitahoechstestrasse.de/wikiexample/wikiexample.jpg"}}
{{image url="http://www.kitahoechstestrasse.de/wikiexample/wikiexample.jpg"}}
Additions:
CategoryDevelopmentActions CategoryUserContributions
Deletions:
Additions:
~~the directory path (relative to wikka.php) where all the images are placed. **Note:** In order to show the thumbnails you image directory have to have a subdir called "thumbs" with the thumbnail images. All the thumbs should have the same names as their big brothers
Deletions:
Additions:
Parameter:
Deletions:
Additions:
CategoryDevelopmentActions CategoryUserContribution
Deletions:
Additions:
~~the vertical size of the thumbs, that means that this param together with factor defines all the geometry of your gallery page
Deletions:
Additions:
1) grap code and place it in //actions/bigimagegallery.php//
1) grab the code for your css file
1) put images in a directory (e.g. "images/mydir/")
1) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
1) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
1) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
1) grab the code for your css file
1) put images in a directory (e.g. "images/mydir/")
1) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
1) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
1) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
Deletions:
1) grab the code for your css file
1) put images in a directory (e.g. "images/mydir/")
1) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
1) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
1) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
Additions:
1) grab the code for your css file
1) put images in a directory (e.g. "images/mydir/")
1) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
1) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
1) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
1) put images in a directory (e.g. "images/mydir/")
1) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
1) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
1) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
Deletions:
3) put images in a directory (e.g. "images/mydir/")
4) put thumbnails in a subdir named thumbs (e.g. "images/mydir/thumbs/")
5) put a "loading.gif" image in your "images/" directory. This is needed to show instant response to the user after clicking a small image while loading the big image.
5) put action in your wiki side ""{{bigimagegallery url="images/mydir"}}""
Additions:
Documentation: inside this page.>>This is the development page for the BigImageGallery action.::c::