Title Image01Text Image01
 Set 1/2 
This sample splits the images of the gallery into sets of 4 thumbnails each (The number does not necessarily have to be a multiple of one set) The shown buttons are the automatically installed default buttons. If you want to use text or custom buttons, this can be configured in the configuration backend too.
In addition the gallery uses Links and Captions.
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: 90
- Thumbnail height: 60
- Crop thumbnails: keep proportions
- Image thumbnail quality: 80
- Space between thumbs: 5
- Thumbnails are shown: Justified - below the image
- Thumbnail Columns: 2
- Sort order: A-Z
- Use sets of size: 4
- 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) {*vsig_c}0||Default-Title|Default-Text{/vsig_c*} - (without the asterisks) {*vsig_c}0|bild01.jpg|Title pic01|Text pic01{/vsig_c*} - (without the asterisks) {*vsig_c}0|bild02.jpg|Title pic02|{/vsig_c*} - (without the asterisks) {*vsig_c}0|bild03.jpg||Text pic03{/vsig_c*} - (without the asterisks) {*vsig_c}0|bild04.jpg||{/vsig_c*} - (without the asterisks) {*vsig_c}0|bild08.jpg|Title pic08|Text pic08{/vsig_c*} - (without the asterisks) {*vsig_l}0||http://extensions.joomla.org/extensions/photos-&-images/photo-gallery/6301/details|Default Link|_blank{/vsig_l*} - (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=90
- theight=60
- crop=
- quality=80
- space=5
- right=2
- cols=
- sort=0
- sets=4
- 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|width=430|align=1|sets=4|setstxt=Set|caps=1|inout=1{/vsig*} - (without the asterisks)
The code for Links and Captions stays unchanged.
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. |
Hallo Michaela!
please could you tell me how to put image 1/10 (for example) instead of Set 1/4 (in the Sample 03) ?
Best regards
Hi Amorino!
It's only me, but to achieve what you want, you could check Sample05.
Best regards
Andreas
Hallo,
zunächst vielen Dank für die schöne Gallery, ich nutze Joomla 1.5.
Ich habe folgendes Problem:
ich habe mehrere Gallerien in einem Beitrag, sie werden alle richtig angezeigt, nur die Bildtitel werden nur in der ersten Gallery angezeigt. Hier der Link zu der betroffenen Seite: http://birkebo-rasmus.de/index.php?option=com_content&view=article&id=56&Itemid=64
Vielen Dank im Voraus für die Unterstützung.
Gruß Michaela
Hallo Michaela!
Der erste Parameter im Code für die Captions ist die Nummer der Galerie im jeweiligen Artikel. Das Plugin beginnt dabei mit "0" zu zählen und nummeriert die Galerien entsprechend Ihres Vorkommens im Artikel.
In Deinem Fall sind 3 Galerien im Artikel. Bitte überprüfe ob der Code im Artikel die Captions der richtigen Galerie zuordnet:
{*vsig_c}0| ... Caption in der ersten Galerie
{*vsig_c}1| ... Caption in der zweiten Galerie
{*vsig_c}2| ... Caption in der dritten Galerie
... ist das nicht die Ursache des Problems, dann poste doch bitte den kompletten Code, den Du im Artikel verwendest.
Gruß
Andreas
PS.: Da Du doch eine Menge Bilder auf der Seite hast, würde ich testhalber mal den Parameter "Preload images" aktivieren. Das verkürzt (sobald die Bilder geladen sind) für den Besucher der - anders als Du - die Bilder noch nicht im Browsercache hat die Wartezeit beim Bildwechsel.