Very Simple Image Gallery Plugin Sample02 |
Written by Andreas Berger
|
Monday, 23 November 2009 19:11 |
This sample uses the possibility to show the thumbnails right of the main image.
Settings in the plugin configuration panel
To configure the galleries on your site as shown above, the settings in the plugins configuration panel are:
- Gallery width: 430
- max. Image height:
- Image quality: 90
- Align the gallery: Center
- Thumbnail width: 60
- Thumbnail height: 40
- Crop thumbnails: keep proportions
- Image thumbnail quality: 80
- Space between thumbs: 2
- Thumbnails are shown: Right of the main image
- Thumbnail Columns: 2
- Sort order: A-Z
- Use sets of size:
- Label sets: Set
- Link/button forward:
- Link/button backward:
- Show captions? Yes
- Position of captions? Inside
- Use links? Yes
- Link original image: No
- Image root: /images/stories/
- Buttonfolder: /images/stories/vsig_buttons/
- Use JavaScript? Yes
- Switch on hover thumb? No
- Preload images? No
- File names as tooltips? No
- Foldername as ID? No
Code in article
To show the images in the folder /images/stories/verysimple, type the following code in your article at the place you want the gallery to be shown:
{*vsig}verysimple{/vsig*} - (without the asterisks)
Overrides
If you are using other settings than the shown above in the plugins configuration panel and want to configure just the current gallery, it is possible to extend the code in your article with Parameter Overrides (refer Plugin Howto Code). The settings for the gallery shown above are:
- width=430
- height=
- imquality=90
- align=1
- twidth=60
- theight=40
- crop=
- quality=80
- space=2
- right=1
- cols=2
- sort=0
- sets=0
- setstxt=Set
- cfwd=
- cbwd=
- caps=1
- inout=1
- links=1
- autolink=0
- script=1
- hover=0
- preload=0
- tooltip=0
- folderid=0
In your article you overwrite only the parameters that differ from the settings in your backend. For example:
{*vsig}verysimple|right=1|cols=2|twidth=60|theight=40|space=2{/vsig*} - (without the asterisks)
If you have questions or suggestions, please use the comment-function. Please include the installed Joomla! version and if you have problems - if any possible - the affected page in your comment.
If you need additional features or customizations for your project that exceed the scope of support offered through the comments, you are invited to submit your requirements specification and the planned budget by email (menu item "Contact" in the menu at the top). If you use this extensions, please post a rating and a review at extensions.joomla.org. |
Last Updated on Sunday, 20 March 2011 13:34 |
zunächst erstmal finde ich das Plugin Super.
Kann ich die Vergrößer bzw. die Anzeige der Originalbilds auch in einer Leightbox anzeigen lassen?
Für Joomla 1.6 finde ich leider nicht die passende Gallerie. Habe fast einen Tag gesucht und probiert. Ich hätte wohl doch ersteinmal bei 1.5 bleiben sollen. Diese ist einfach passend. Mir hätte es ja auch so gereicht wie es ist, aber ... Ich habe mir inzwischen deine Gallerie angepasst. Mit ein wenig PHP-Kenntnissen ist das ja möglich. Nun geht eine Multibox auf. Bisher zwar noch 2 übereinander, aber das löse ich auch noch. Danke für die schnelle Antwort.
Nein, mit diesem Plugin ist das nicht möglich, weil ich modale Fenster nicht mag. Der Grund, die Originalversion, die "Simple Image Gallery" von Joomlaworks zu diesem Plugin zu modifizieren war, dass ich die Lightbox loswerden wollte.
Ich kann Dir aber die Kategorie "Photos & Images" > "Photo Gallery" auf extensions.joomla.org wärmstens ans Herz legen. Über 90% der dort zzt. 83 gelisteten Erweiterungen bieten modale Fenster in den verschiedensten Ausprägungen (Lightbox, Graybox, Thinbox, whateverbox, boxboxbox...).
Da wirst Du sicher fündig. :)
Gruß
Andreas