| Very Simple Image Gallery Plugin Installation and Usage |
| Written by Andreas Berger |
| Monday, 29 December 2008 08:04 |
|
A step for step tutorial on how to install and use the Very Simple Image Gallery Plugin. Installation1.) Log into your administration interface
2.) Go to "Extensions" > "Install/Uninstall" 3.) Select the Package File with the Very Simple Image Gallery Plugin
4.) Click "Upload file & Install"
5.) If everything worked fine, you get the message "Install Plugin Success"
6.) Select "Extensions" > "Plugin Manager"
7.) Find the "Very Simple Image Gallery Plugin" and click it
8.) "Gallery width" is the complete width. If you decide to display the thumbnails below the main image, this is the width of the main image. If you decide to display the thumbnails right of the main image, "gallery width" is the width of the main image plus the space, used by the thumbnails.
9.) "max. Image height" allows to set if the images use the full available width (empty) or if they get scaled to meet the set maximum height (integer, e.g.: 300). Using this parameter makes sense if you are showing images of different proportions in one gallery.
10.) The next parameter is the quality of the images in percent. Values from 80 to 90 will do fine. Remember, the higher the quality, the larger the filesize!
11.) The next parameter sets the position of the gallery within the available space. You may choose between left - centered - right, float left and float right. The last two options allow the gallery to get wrapped by your text. They also increase the dependence from the used template and will not always show the desired results!
12.) The next parameter to configure is the maximum width of the thumbnails in pixel.
13.) Next comes the maximum height of the thumbnails in pixel.
14.) The next parameter sets if thumbnails get scaled proportionally or cropped to fit the set maximum values.
15.) The next parameter is the quality of the thumbnails in percent. Values from 60 to 70, maybe 80 will do fine. Remember, the higher the quality, the larger the file size!
16.) Next comes the space between the thumbnails in pixel. Try out what fits best, there is no given rule.
17.) The thumbnails may get displayed left, right or below the main image. What fits your needs depends on your template.
18.) If you have decided to show the thumbnails right of the main image, this is the parameter to set the number of columns of thumbnails to show. If the set value leads to a situation where there is no more room for the main image at all, the plugin shows one column only.
19.) "Sort Order" sets the order the images are shown. You may choose between alphabetic ascending, alphabetic descending, old to new and new to old (both use "last changed" not "created"!) and random.
20.) Starting with version 1.5.0 the parameter "Sets" offers the possibility to split a gallery into multiple sets (refer the samples). Left empty all images are shown on one page. Same goes, if the given value is higher than the number of images found.
21.) "Label Sets" tells the counter how to - yep - label the sets. "Set", Desk", "Page" ... your turn.
22.) The parameters "Link/Button forward" and "Link/Button backward" set the button/text, you want to use for the links, that allow to navigate between the sets.
If you insert text, this text will be used.
Instead of the default buttons or text links you may also use custom buttons. Just insert the name of the image-file you want to be used (including the suffix). The plugin detects .jpg, .gif and .png and searches for the corresponding file in the set folder (we will set this a little later, by default it is "/images/stories/vsig_buttons"). If the file exists, the image is shown. 23.) If you activate "Show captions?", you have the possibility to add Title and Text to your images.
24.) "Position of Captions" sets if the captions (and text) are shown cross-fading over the lower part of the main image or below the main image.
25.) "Use links?" allows - if activated - to set links for the images.
26.) If "Link Original Image?" is activated, the plugin automatically creates a link from the main image to the original image file, opened in a new window.
27.)Image root configures the path to the folder you are uploading (directly or stored in subfolders) your images. By default this parameter is set to /images/stories/ in Joomla!1.5 and /images/ in Joomla!1.6/1.7 (and this folder is also used when the parameter is empty). In most cases this setting will fit your needs and there is no reason to change it. Only if you have organized your images in a folder structure outside of the default image folder, put the path here.
28.) Buttonfolder
29.) "Use JavaScript?" decides if a click on a thumbnails just replaces the main image without reloading the page (option YES) or if a click reloads the page with the new main image. To use JavaScript is more comfortable for your visitors, but if page-views are very important for you, you may choose to work without.
30.) If you activate the parameter "Switch on hover thumb?", the main image is changed when the mouse-pointer moves over the thumbnail. The feature requires the parameter "Use JavaScript?" to be activated.
31.) The parameter "Preload images" allows to load every - not already visible at page load - image/thumbnail using JavaScript as soon as the page finished loading. This is a good idea in general but really important if you have activated the parameter "Switch on hover Thumb?" because in this situation, the time it takes to load the image when a visitor hovers a thumbnail is extremely disturbing.
32.) "File names as tooltips?" allows to activate/deactivate the usage of the image file name (without suffix) for ALT and TITLE of the images if neither a caption nor a link is specified.
33.) The parameter "Foldername as ID" gives you the possibility to set the name of the folder, from which the images are taken, as identity of the surrounding div-container of the gallery. (id="foldername").
34.) At the last you find the results of the GD-check, the plugin performs. The GD library is the most widely spread extension of PHP when it comes to image manipulation and the plugin makes use of this library to create the plugins. It checks if the library is available at all and if the relevant image file formats (jpg, png and gif) are supported.
35.) Activate the plugin
36.) Click "Save" - done
Usage
2.) Navigate to the folder "Media" > "stories"
3.) Create a new subfolder for your images. In this sample I choose the name "verysimple"
4.) Open the new folder ...
5.) ... and upload your images to it. The plugin accepts images of type ".jpg", ".gif" and ".png".
6.) Go to "Article Manager" and open the article you want to display the gallery.
7.) At the place you want the gallery to be shown insert the code to call it.
The code consists of the call {*vsig}{/vsig*} (without the asterisks) and contains the name of the folder with your images. The configured path to this folder (image root, by default "/images/stories" in Joomla!1.5 or "/images/" in Joomla!1.6) is added by the plugin automatically and must not be inserted. The complete call in our sample would look such as: To use a folder within a folder, the path below the set root folder is used, e. g. to use the folder /images/stories/folder/subfolder" the call in Joomla!1.5 would look such as: {*vsig}folder/subfolder{/vsig*} - without the asterisks
8.) Save - done!
MaintenanceThe plugin creates in the given folder subfolders called "vsig_images" and "vsig_thumbs". Into these folders it saves the images/thumbs following the naming convention: 1.) To do so - after having opened the gallery at least once in the frontend - we go to "Site" > "Media Manager" again
2.) The folder with our images ("verysimple" in this sample) now contains the subfolders "vsig_images" and "vsig_thumbs".
3.) Obsolete files in these folders may be deleted. If you delete a - still needed - image/thumbnail too: No problem, the plugin recreates it automatically.
A survey of the possibilities to call, extend and modify galleries with the code in the content item (Paramater Overrides, Links, Captions): Howto Plugin Code 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. |
| Last Updated on Tuesday, 08 November 2011 22:11 |



















































Hallo,
aus irgendeinem Grund wird bei mir das snippet {*vsig}/images/stories{/vsig*} nicht aufgelöst im Frontend und ich sehe die Galerie nicht obwohl unter den einstellung des plugins alles eingestellt ist und GD auch alles enabled ist....kann mir vielleicht jemand weiterhelfen?
LG
robi
Hallo robi!
Bitte stell sicher, dass
- Du den Code ohne die Sterne verwendest (finden nur hier Anwendung um die Ausführung zu verhindern)
- der Code nicht durch HTML-Tags fragmentiert ist (im Artikel in die HTML-Ansicht wechseln)
- die Galerie im Kontext eines Artikels und nicht an einer Modulposition angezeigt wird
Wenn das das Problem nicht löst, dann poste bitte einen Link zur Seite, ich schau mir das gerne an.
Gruß
Andreas
Hallo, ich bin mit dem Plugin sehr zufrieden habe aber eine kleine Frage: Kann man die standardmäßig weißen Rahmen der Thumbnails auch farblich anpassen, wenn ja wie (habe keine entsprechende Einstellung gefunden)?
Vielen Dank.
Hallo Michi!
Der "weiße Rahmen" ist eigentlich der Bildhintergrund, der eigentliche Rahmen ist die dünne graue Haarlinie außen. Farblich anpassen kannst Du beides im Stylesheet des Plugins: /plugins/content/plugin_vsig/vsig.css (Joomla!1.5).
Hintergrund/Rahmen des Hauptbildes definiert der Selektor .vsig_top img {}, die der Thumbnails der Selektor .vsig_thumb img {}.
Gruß
Andreas
hallo, wie kann ich die Bildreihenfolge in der Silmple Iamage Gallery ändern?
Hallo Schumi!
Indem Du sie zum Beispiel über den Parameter "Sort order" alphabetisch aufsteigen, alphabetisch absteigend, von alt zu neu und von neu zu alt (jeweils Änderungsdatum und nicht Erstellungsdatum!) oder zufällig sortiert ausgibst.
Führt das nicht zum Ziel, dann hats Du immer noch die Möglichkeit, die Bilder so umzubenennen, dass sie entsprechend der gewählten Einstellung nach Deinen Wünschen richtig sortiert werden.
Gruß
Andreas
dear
in my page don't show image put there are square empty
how solve this problem
thanks
Hi adel melad!
Please open the configuration panel of the plugin, check the availability of the GD library - and in addition the page FAQ&Troubleshooting (link in the menu at the left AND near the GD check in the configuration panel) and read about: "PROBLEM: Neither images nor thumbnails get shown (empty frames)"
Best regards
Andreas
I am working in Joomla 1.6 with Very Simple Image Gallery 1.6.5 and keep getting the message on my article page:
Very Simple Image Gallery: Could not find folder /home/kongevejensmediehus/domains/outdoorfacility.dk/public_html/images/foer_og_efter/
The gallery is posted on: http://www.outdoorfacility.dk/galleri/foer-og-efter.html. And the strange thing is that in FileZilla I can see the folder adress: /domains/outdoorfacility.dk/public_html/images/foer_og_efter
so I can't figure out, what I am doing wrong?
Kind regards, Charlotte
Hi charlotte!
I see you already managed to get the plugin up and running. If I'm allowed to make an educated guess: The code in the article was fragmented with HTML tags. Am I right?
Best regards
Andreas
I keep getting this error message in my article after installing the "VERY SIMPLE IMAGE GALLERY PLUGIN":
"Very Simple Image Gallery:Could not find folder /mnt/data/vhosts/carnelianbayvacation.com/httpdocs/images/folder/verysimple/"
please see the webpage:
carnelianbayvacation.com/photos.html
I have gone step-by=step with the provided install instruction with the image gallery uploads to the "media gallery/stories/verysimple" folder path.
Please advise,
thank you
Hi Suzanne!
You don't have to change anything at the plugin, just make sure the permissions of the folder /images/x-stoffen are set to 755 (folder) and 644 (images).
Best regards
Andreas
Hi,
Love this plugin, works like a charm.
I transferred the site from the local host to the server and suddenly I get an error message about a path (Very Simple Image Gallery:
Could not find folder /home/dressfactor.nl/public_html/site/images/x-stoffen/) I changed nothing to the path. It's simply set to the root image folder. So it's correct within the plugin. The image folders are where they are suppose to be. Where does it create this path? Where I look within the php files I can't find it. Please advise!
Hi ABC!
Advise:
If you upload your images to this folder: /images/stories/verysimple
don't tell the plugin to search them in: /images/folder/verysimple :)
Best regards
AB
super plugin. hätte aber trotzdem ein kleines problem. wo kann ich die schriftfarbe der seitenanzeige (z.b. 1/4) einstellen.
Hallo exberliner!
Ein Problem wäre es nur, wenn es nicht möglich wäre. ;)
Öffne das Stylesheet des Plugins /plugins/content/plugin_vsig/vsig.css mit einem Texteditor. Der letzte Selektor .vsig_counter {} definiert die gewünschte Anzeige.
Gruß
Andreas
Hi
I have a gallery on this page http://www.chgn.org/index.php?option=com_content&view=article&id=223&catid=40&Itemid=a223
And the gallery is displaying fine but I can't get the captions to show, it just displays the code.
This is the code used:
{*vsig}photogallery{/vsig*}
{*vsig_c}0|jamkhed a.jpg|Test copy here|{vsig_c*}
{*vsig_c}0|lambb.jpg|Test copy here|{vsig_c*}
{*vsig_c}0|lamba.jpg|Test copy here|{vsig_c*}
- without the asterisks
The gallery displays fine and you will see the code underneath.. no captions.
Within the plugin it is set to show the captions.
Using Very Simple Image Gallery Version: 1.6.3
Please help.
Thanks
Helen
Hi Helen!
The code looks fine and there is no reason why it shouldn't work. Anyway, please update the plugin to version 1.6.5, maybe there has been a problem specific to version 1.6.3.
Another thing to check is the code of the captions, is is fragmented with HTML-Tags? (Open the article and switch to HTML-view to check this).
If this does not solve the problem, please let me see an example with (non functional) captions.
Best regards
Andreas
Hallo, ich wollte grad Eure Datei installieren. Das Zip nimmt er nicht an und wenn ich das Zip entpacke öffnet der mir die Ordner bis nur noch Dateien da sind und von denen nimmt er auch keine an. Was soll ich machen?
Grüße
Hallo Anni!
Stell bitte sicher, dass Du die ZIP-Datei verwendest, die für Deine Joomla! Version (J!1.5, J!1.6, J!1.7) die richtige ist - steht beim Download dabei. Wenn da Alles stimmt, dann poste bitte die Joomla! Version, die Du verwendest und die Fehlermeldung - so Du vom Joomla! Installer eine bekommst. Selbst entpacken brauchst Du jedenfalls nichts!
Gruß
Andreas
Hallo,
das mag sich vielleicht doof anhören und ich habe auch schon die Anleitung Plugin gelesen, aber wie kann ich den Ordner hocladen? Ich bin auf der Seite zum Hochladen, will dann in dem Punkt den Ordner auswählen, aber der öffnet sich immer weiter bis nur noch einzelne Dateien da sind und die habe ich jetzt alle mal angeklickt, aber zu jedem sagt er mir, dass das das falsche ist. Und die gepackte Datei nimmt er auch nicht.
Was mache ich falsch? Ich kenne mich leider nicht besonders gut aus mit der Homepageerstellung und so Dingen.
Danke schon mal!
Gruß Anja
Hallo Anja!
Stell bitte sicher, dass Du die ZIP-Datei verwendest, die für Deine Joomla! Version (J!1.5, J!1.6, J!1.7) die richtige ist - steht beim Download dabei. Wenn da Alles stimmt, dann poste bitte die Joomla! Version, die Du verwendest und die Fehlermeldung - so Du vom Joomla! Installer eine bekommst. Selbst entpacken brauchst Du jedenfalls nichts!
Gruß
Andreas