Joomla: Very Simple Image Gallery |
Geschrieben von: Andreas Berger |
Samstag, den 19. April 2008 um 07:47 Uhr |
Das bretteleben.de "Very Simple Image Gallery" Plugin für Joomla!2.5 und Joomla!3.1 ist ein Downgrade des genialen Plugins "Simple Image Gallery" von Fotis Evangelou und George Chouliaras zu einer "Web 1.0" Galerie. Die Bilder werden in meiner modifizierten Version nicht in einer Javascript-Lightbox angezeigt sondern das Plugin erzeugt ein grosses Bild mit darunter angeordneten Thumbnails. Features:- unterstützte Bildformate .jpg, .png und .gif Neu in Version 1.6.8:- Sprach-Datei Installation und VerwendungEine Schritt für Schritt Anleitung zu Installation und Verwendung findet sich auf der Seite Anleitung Plugin . DemoEinschränkungen/VorschauIn der aktuellen Version des Plugins ist ein Script für den gesamten Ablauf zuständig. Das kann bei sehr großen Originalbildern beim Skalieren dazu führen, dass die maximale Laufzeit für Scripts überschritten wird und PHP das Script mit einem Fehler beendet. In diesem Fall reicht es, die Seite ein oder zwei mal neu aufzurufen. Dann sind alle Bilder skaliert. Das tritt nur bei der Einrichtung einer Galerie auf, den Seitenbesucher trifft das nicht. In kommenden Versionen des Plugins werde ich die Funktionalität des Skalierens wieder in eine externe Datei auslagern. VoraussetzungenDas Plugin verwendet die PHP GD library zur Generierung der Bilder und Thumbnails. KompatibilitätDas Plugin ist unter Joomla! 2.5 und 3.1 erfolgreich getestet, das Zusammenspiel mit den verschiedensten anderen Erweiterungen mag aber Probleme mit sich bringen. Ich empfehle einen Testlauf vor dem Einsatz auf einer aktiven Seite und stehe für Fragen und Anregungen immer gerne zur Verfügung. LizenzDen Vorgaben der Lizenz des Originals, der "Simple Image Gallery", folgend ist das Plugin unter der GNU Public License (www.gnu.org/copyleft/gpl.html) lizensiert. aktuelle Version Joomla!2.5, und 3.1.: 1.6.8- behebt einen Fehler mit PHP5.4 SupportFür Fragen und Anregungen steht die Kommentarfunktion zur Verfügung. Bitte geben Sie bei Ihrer Frage die verwendete Joomla! Version an und posten Sie bei Problemen - soweit möglich - einen Link zur betroffenen Seite. DownloadDas ZIP-Archiv enthält das Plugin, mit dem Download erklären Sie sich mit den Bestimmungen der GNU Public License einverstanden. Das ZIP-Archiv kann für Update und Neuinstallation verwendet werden. Bitte verwenden Sie das für Ihre Joomla! Installation passende Archiv. _J2.5 für Joomla! 2.5.x und _J3.1 für Joomla! 3.x
|
Zuletzt aktualisiert am Freitag, den 16. August 2013 um 07:29 Uhr |
Lieber Andreas
danke für die Very Simple Image Gallery, sie hat mir in Joomla 1.5.. gute Dienste geleistet.
In Joomla 1.6 bekomme ich die Meldung: Very Simple Image Gallery:
Could not find folder C:\xampp\htdocs\joomla_1-6/images/album/
Was mache ich wohl falsch? die Bilder sind im Ordner images/album/
Vielen Dank
Bernhard
Hallo Bernhard!
Möglichkeiten, warum der Fehler auftritt:
1.) Tippfehler im Pfad oder mangelnde Ordner-/Dateirechte
Versuch eins der Bilder im Ordner direkt von der Adresszeile des Browsers aufzurufen:
http://localhost/images/album/DEINBILD.JPG
Wenn das klappt und der Pfad mit dem in der Fehlermeldung (/images/album/) übereinstimmt, dann ist zumindest hier alles in Ordnung.
2.) HTML-Fragmente im Code
Öffne den Artikel, der den Code für die Galerie enthält, wechsle in die HTML-Ansicht und überprüfe, ob der Code mit HTML-Tags (übliche Verdächtige: P, SPAN) fragmentiert ist. Wenn ja, entferne sie.
Gruß
Andreas
I'm not sure why, but I am using VSIG (the latest version) to display images and two of them come across as black images. There are larger images in the same group that display just fine, but these two don't want to cooperate for some reason. I have refreshed several times, but no luck. I have even gone so far as to remove the vsig subdiretories so that the images get resized again, but still no luck. The images in question are here: http://wncproperty.com/wncrealestate/wnc-homes/mountain-estate-close-to-brevard.html
Is there a limit to the number of images VSIG can display? Perhaps that's it, but I just don't know.
Thank you for any help you can provide.
danke für die Antwort, sie hat mich weitergebracht.
Hi Janis!
There is no limit but the GD library (the extension of PHP used to create the scaled main images and thumbnails) fails on these two images because they are corrupted. Open the original images and have a closer look at them, there are color differences and displacements.
Best regards
Andreas
Great plugin, works great! But what if you wanna do different image galleries on different pages?
If you were to put all your images in the cssgallerythat wouldn't work, would it..
I have a website where I list different items I sell, so every page would have to have a separate folder?
How do you get around that?
Hi TomK1971!
Whether you are using the "Very Simple Image Gallery" (this page) or the "CSS Gallery" (find the link in the menu at the left):
First, the code for the gallery can be used in as many articles as you want as often per article as you want and with every single instance of this code you decide which folder with images you want to choose.
Second, if you need different settings (beside the folder) for a specific gallery, the feature "Parameter Overrides" (choose the page for the plugin you are using in the menu at the left and click the link to the respective page "Howto Plugin Code" in the submenu of this plugin to get explanations on this feature) allows to override the settings from the configuration panel of the plugin with parameter=value-pairs, directly added to the code of the respective gallery.
Best regards
Andreas
I do all the steps but in my article i get this message instead of seeing the gallery.
I need your help.
Very Simple Image Gallery: Could not find folder /Applications/XAMPP/xamppfiles/htdocs/joomlaesg/images/stories/verysimple/images/verysimple/
Hi Tim!
Assuming that:
A) you are using Joomla!1.5
B) the "Path to Image Folder" (Joomla! backend > "Site" > "Global Configuration", tab "System", section "Media Settings") is set to the default value "images/stories"
and C) the images you want to show are located in the folder /images/stories/verysimple
... give the following combination a try:
- the setting of the parameter "Image Root" in the configuration panel of the plugin: /images/stories/
- the code in the article: {*vsig}verysimple{/vsig*} ... without the asterisks
If you are using Joomla!1.6 the value of A) and B) should be "images" instead of "images/stories".
If this does not work, please provide:
- the Joomla! version you are using
- the path to the folder with the images you want to show
- the setting of the parameter "Image Root" in the configuration panel of the plugin
- the code you are using in the article
- the setting of the parameter "Path to Image Folder" in your Joomla! backend in "Site" > "Global Configuration", tab "System", section "Media Settings"
- if any possible a link to the page
Best regards
Andreas
hello,i have problem to use plugin, i'm thai youngpeople and don't good english.
Plugin successfully for install, but i don't knoe to use it, i try search and read comments , I still get to use it T^T
umm..i want to know :: How to show it on my webpage? (i click Extention -> Plug-in Manager) it don't similarly module.. i don't understand to use plugin.
Help explain,please.
thank you :)
Hi Hamaow!
Please take a look at the page "Howto Plugin", it explains installation and usage step by step.
If you have problems with or questions about a specific step, please let me know.
Best regards
Andreas
First of all, thank you for this plugin. It is really using the KISS principle (Keep It Simple Stupid) and I wish all plugin was so nice looking and light and simple for the user.
I've just installed it on Joomla but couldn't sort out how I can insert a sort of Next and Previous button or arrow (either below the main picture or better on the right and left side of it).
There is obviously a shortcut way of inserting 1 as a value of sets, but in that case the thumbnails doesn't show up - which is a pity considering the plugin.
Could you please help me on how to implement such Next & Previous button?
Many thanks!!!
Hakan Guzelgoz
Hi Hakan!
Up till now there is only a set2set navigation. You may (ab)use it by setting the number of images in a set to 1 in which case there are no thumbnails shown and the arrows switch image by image. An explicit image2image navigation will come but is - up till now - not available.
Best regards
Andreas
Hallo,
ich habe einen (persönlich) interessanten use case.
Ich habe eine Slideshow angelegt und lade bei einer Veranstaltung per Android Handy (und der AndFTP App) immer neue aktuelle Bilder hoch. Einfach per "SendTo".
Leider sind die Dateiendungen bei der Android CAM *.jpeg und werden deshalb nicht erkannt.
Ich habe für mich die besps.php angepasst und es geht perfekt, aber falls andere Benutzer diesen use case versuchen wollen müssen sie zumindest eine minimale php Ahnung haben.
Könnte vielleicht für andere auch interessant sein, wäre doch gut die unterstützen Dateiendungen um jpeg zu erweitern.
Danke für dieses nette Plugin,
Jörg
Hallo Jörg!
Ich gebe zu, ich bin kein Freund von 4Letter-Dateiendungen, vor allem wenn es nicht nötig ist, aber ich werde darüber nachdenken.
Falls in der Zwischenzeit noch jemand ein Problem mit der Kombination AndFTP - besps haben sollte, es gibt anscheinend auch eine Möglichkeit das zu lösen ohne das Plugin zu patchen:
http://www.lysesoft.com/support/forums/viewtopic.php?f=5&t=242#p774
Gruß
Andreas
Wird es die Fotogalerie auch eventuell mal mit Kategorien geben? ;-)
Hallo Mclord!
Nein, die von Dir verlinkte Erweiterung ist eine Komponente, die "Very Simple Image Gallery" hingegen ein Plugin. Aufgabe eines Plugins ist es bestehenden Kontent zu modifizieren (das Plugin erkennt den Code in einem Artikel und ersetzt ihn durch eine Galerie), Aufgabe einer Komponente ist es, Kontent zu erzeugen und zu organisieren (die Galeriekomponente erzeugt eigene Seiten mit Übersichten, Galerien, Einzelbildern, usw.). Das sind grundlegend andere Ansätze.
Gruß
Andreas
Naja ich meine das man zum Beispiel eine Kategorie oder Album...
Pflanzen - Bilder mit Pflanzen
Bäume - Bilder mit Bäumen
Autos - Bilder mit Autos
usw. aufteilt.
Wie zum Beisipiel hier: http://extensions.lesarbresdesign.info/en/extensions/spgm/gallery?spgmFilters=t
Hallo Mclord!
Was verstehst Du im Zusammenhang mit dem Plugin unter "Kategorien"?
Gruß
Andreas
can i get some documentation for this?well Ive installed it but when i go to main menu> then my menu> it's nowhere under select menu item(not listed)
Hi Jack!
Yes you can. Please check the pages "Howto Plugin" and "Howto Plugin Code". You find the links earlier in the content of this page and in the menu at the left.
About your Problem: This isn't a component you access through menu items but a content plugin, used by inserting code into content items.
Best regards
Andreas
I really love this plugin and how easy it is to use.
For my current project I have to create a site where useres get access to their own gallery. So I was wondering if there is any way to make it so that the folder picked is not based on what is written in the tags, but on the username of the current user.
I know that there is probably gallerys out there that does this automaticly, but I do not wish to use any other gallery as this is the best one out there and I have already modified it to fit my other needs.
Hope you can help me
Kind regards
Søren
Hi Søren!
Could you describe a little more detailed what you want to achieve?
Is the path to the image folder determined by the user logged in and watching the page (i.e. is the code inserted by the admin and the user is only watching the gallery) or has the user the possibility to use the plugin and create galleries for his/her uploaded images that are - once created - visible for everybody (i.e. is the image folder determined by the author of an article)?
Best regards
Andreas