Beiträge von Elfangor93

    Zitat

    How to use Additional image fields

    1. Download, install and activate the plugin

    2. Go to the plugin folder (/plugins/joomgallery/additionalimagefields/additionalfields

    3. make a copy of additional.tmp.xml and name it additional.xml

    4. define any joomla standard field you like in the xml file

    5. save and close


    Now you will see the additional fields in the image form view (edit image) in the second tab.


    Here you find a documentation how to define the fields in the xml:

    https://docs.joomla.org/Standard_form_field_types

    Guter Hinweis.

    Es handelt sich jedoch um eine extrem umfassende Galerie, wo wirklich nur die notwendigen Bilder synchronisiert werden sollen. (Platzbedarf auf dem Server)


    Ich habe nun das Synchrony-Plugin ergänzt, sodass man Einstellen kann, welche Kategorie synchronisiert werden soll.

    Danke für den Hinweis 👍

    To achieve that, you need to have "dummy"-images in your category. For example images with an imagetitle containing dummy. This dummy images will be replaced with your modules.


    Additionally you would need a Plugin that allows you loading modules anywhere in Joomla, even in Template-Overrides.

    Modules Anywhere from Regular Labs could be such a Plugin.


    Then you have to create a template override of the category-view and edit the following file:

    ../YOURTEMPLATE/html/com_joomgallery/category/default_images.php


    Search for the line containing (somewhere around line 32)

    PHP
    <li class="span<?php echo (int) (12 / $column); ?>">

    And below this line add the following code

    The additional staff is the if, else and endif close. The rest is for you to better find the lines in the php file. The additional endif will be somewhere around line 138.


    I hope that helps...

    Ich soll für einen Kunden einen Shop auf Basis der JoomGallery erstellen.
    Ich habe gesehen, dass MrMusic auf seiner Webseite eine hübsche Anleitung erstellt hat, die aufzeigt wie man die JoomGallery mit der Shop-Komponente JoomShopping verknüpfen kann. Das funktioniert soweit auch wunderbar.

    Die beiden notwendigen Helferlein im Hintergrund, die das Ganze zum Laufen bringen sind wohl die beiden Plugins

    • JoomMarketLink
      (Verknüpft existierende Produkte in einer Shop-Komponente (z.B JoomShopping) mit existierenden JoomGallery Bildern. Eintragen der Produkt-ID im JoomGallery-Bild. Einfügen des Warenkorb-Buttons in Kategorie- und Detail-Ansicht.)
    • JoomGallerySynchrony
      (Einseitige Synchronisation von Bild-Informationen: JoomGallery --> JoomShopping. Erstellt JoomShopping-Produkte bei Bilder-Upload. Ändert JoomShopping-Produkte bei Bilder-Bearbeitung)

    Nun meine Frage:

    Ist es möglich, dass nur eine bestimnmte JoomGallery-Kategorie (inkl. Unterkategorien) mit der Shop-Komponente verknüpft wird?
    Dass man beispielsweise eine Kategorie "Shop" in der JoomGallery erstellen kann und dann nur Bilder dieser Kategorie gekauft werden können. Nur Bilder dieser Kategorie erhalten ein Warenkorb-Symbol und eine Produkt-ID. Und nur Bilder dieser Kategorie werden mit der Shop-Komponente synchronisiert.


    Ich nehme an, dazu müssten die beiden Plugins ergänzt bzw. verändert werden. Wo müsste man diese Veränderung vornehmen?
    Ist es wohl möglich in allen Methoden der beiden Plugins zuerst jeweils die Bild-Kategorie zu überprüfen und die Methoden nur ausführen zu lassen, wenn sich das Bild in der richtigen Kategorie befindet? Oder werde ich mit dieser Vorgehensweise wohl Probleme erhalten?

    Eine unvollständige Sammlung diverser Module und Templates von Drittanbietern für die JoomGallery.
    (Falls jemand weitere Erweiterungen für die JoomGallery kennt, melde dich per PN, so kann ich die Liste mit eurer Hilfe laufend aktuell halten.)

    Module

    • JoomlaXTC JoomGallery Image Wall
    • Reilldesign fullframe // JoomGallery Slider
    • Reilldesign reillorama // JoomGallery Slider
    • Slideshow CK (PRO)
    • Avatar Slide Galleria
    • JoomlaShine JSN ImageShow

    Plugins

    • WebTolk JGCat (Content Plugin)
    • JoomGallery plugin for OSMap
    • Puecher Eventlist JoomGallery Plugin
    • JoomShopping Plugin: JoomGallery Synchrony

    Templates

    • Joomfreak Texturia

    I dont get any informations or blocking hints from the browser visiting your website.
    The only thing I notice are two errors in the Browser-Console regarding the JoomFacebookLikeButton:


    It seems as if this plugin does not communicate with facebook over https where your website normally uses https. Try to change http to https on line 62 in the joomfacebooklikebutton.php file of the plugin



    Does it work now with that change?

    This error is thrown, when the image manipulation script uses more memory than your server provides.

    We are aware of this problem and already working on it (see GitHub). I hope this fix will be included in the next Release (v3.5.0).

    If you need a quick fix for your problem, switch from GD to ImageMagick in the Configuration Manager->General Settings->Image Processing->Image processor.
    ImageMagick does not suffer from this memory limit problem...

    Mit der Lupe öffnet sich das Original-Bild, wärend in der Detailansicht das Detail-Bild angezeigt wird.

    Falls das Bild während dem upload für die Erstellung des Detail-Bildes nicht verkleinert werden muss, da das Hochgeladene bereits den Vorgaben des Detailbildes entspricht, so wird dieses direkt als Detailbild verwendet und kein Original-Bild gespeichert.

    In diesem Fall wird in der Detailansicht auch keine Lupe angeboten, da es kein Bild zur Vergrösserung (Original-Bild) gibt.


    Kontrolliere doch mal die Grösse des Bildes vor dem upload. Ich vermute hier die Ursache.