1. Forum
    1. Themen Übersicht
  2. Hilfe
  3. Forenregeln
  4. Mitglieder
    1. Team
    2. Mitgliedersuche
  5. Webseite
  6. Archiv
  • Anmelden
  • Registrieren
  • Suche

Neuigkeiten

Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche

Neuigkeiten

  1. Mitglieder
  2. Elfangor93

Beiträge von Elfangor93

  • Alle Upload-Funktionen klappen nicht unter PHP 8.0

    • Elfangor93
    • 18. Januar 2023 18:42

    Sieht so aus, als obs bei dir an einer anderen Stelle hakt.

    Könntest du mal das php error reporting in den joomla optionen auf maximum und den debug modus anstellen.

    Und dann den Fehler-Screen nochmals posten. Dann schau ich mir das mal an.

  • JoomGallery for Joomla 4

    • Elfangor93
    • 5. Januar 2023 23:25

    Hello Tomnibus,

    Thank you for your interest and donation to the JoomGallery 4 development. We are currently a team of about 10 people working on a complete overhaul of the component to make it compatible for Joomla 4 and at the same time fit for many future major releases of Joomla.

    But we are all doing that besides our jobs on our free time. And the amount of people working on code development is very modest. We are making progress slowly but steadily. It will still take some time until the first release. I would currently estimate summer to autumn 2023 as a time horizon without any guarantee.

    We are well aware of the fact that php 7.4 will be turned off soon at some hosters. Thats why we released v3.6.0 which is compatible to php 8.0 and we will soon release v3.6.1 which will be compatible with php 8.1.

    The whole development team uses JoomGallery by themselfs, so we have a personal interest in making sure that JoomGallery 4 can be used on productive systems as soon as possible. Considering the fact that Joomla 3.10 gets officially support until 17.08.2023 I personally plan to run my JoomGallery projects with Joomla 3.10 at least until the end of 2023. Pretty sure JoomGallery 4 will be ready by then.

    If you need JG4 urgently, the only effective way to speed up the release is to join the development team and to actively participate in the code development. If you consider doing so, contact me. You find the contact in my signature.

  • Seit Installation von 3.6.0 laufen Prozesse auf dem Server

    • Elfangor93
    • 4. Januar 2023 07:48

    Diese temporären Bilddateien werden generiert, wenn die Galerie die Bilder vor der Ausgabe dynamisch mit Wasserzeichen versieht.

    Dies macht eigentlich nur Sinn, wenn unter bestimmten umständen gewünscht sind und sonst nicht. Z.B Wasserzeichen für unregistrierte Benutzer.

    Andernfalls empfehle ich die Funktion zu deaktivieren und stattdessen bereits Bilder mit Wasserzeichen hochzuladen. Dies entlastet den Server.

  • for all modules Image path Changed by Joomgallery

    • Elfangor93
    • 4. Januar 2023 06:47

    Sorry, but I can not help you without further information. For me this does not look like a JoomGallery problem.

    - what do you expect to show up in the select fields?

    - are folder permissions correctly set in your images directory?

    - what is your php, joomla, jg version?

  • Backup von Joom Gallery

    • Elfangor93
    • 28. Dezember 2022 15:45

    Aktuell gibts sowas glaub nicht. Falls sowas realisiert wird, ich hätte auch interesse... ☝️

  • JoomGallery für Joomla 4

    • Elfangor93
    • 22. Dezember 2022 21:54

    Ich persönlich habe aus diesem Grund, noch keine Projekte welche die JommGallery verwenden auf Joomla 4 aktualisiert. Joomla 3 erhält noch bis zum 17.08.2023 offiziell Sicherheitsupdates. Das bedeutet, dass Joomla 3 Seiten bis dann noch bedenkenlos betrieben werden können. Danach hoffe ich, dass Joomla 3 nicht sofort nach Support-Ende geknackt wird. Ich plane somit, meine JoomGallery Projekte noch mindestens bis Ende 2023 mit Joomla 3 zu betreiben.

    Falls du dich entscheiden solltest trotzdem vorzeitig auf Joomla 4 zu aktualisieren, so kannst du zumindest davon gebrauch machen, dass die JoomGallery ihre Bilder in einer logischen Ordnerstruktur, gemäss der in der Komponente erstellten Kategorie-Struktur ablegt.

    Du könntest also ein Modul nehmen, welches Bilder aus einem Ordner darstellt und so einzelne Kategorie-Ansichten erstellen.

    Ich habe da zum Beispiel mal ein Modul für eines meiner Joomla 4 Projekte erstellt. In diesem Modul kannst du in den Moduleinstellungen ein Ordner auswählen und es erstellt dir eine Slideshow mit allen Bildern in diesem Ordner. Wenn du da ein JoomGallery-Ordner (/images/joomgallery/...) auswählst, kannst du dir JoomGallery-Bilder ausgeben lassen.

    Der Kreativität sind da keine Grenzen gesetzt... ;)

    GitHub - Elfangor93/mod_tinyslider: Tinyslider module for Joomla 4
    Tinyslider module for Joomla 4. Contribute to Elfangor93/mod_tinyslider development by creating an account on GitHub.
    github.com
  • JoomGallery für Joomla 4

    • Elfangor93
    • 21. Dezember 2022 13:32

    Vielen Dank chris73 für dein Interesse am Projekt.

    Ich bin selber Benutzer der JoomGallery 3 und habe somit ein persönliches Interesse daran, dass die JoomGallery 4 bald möglichst auf produktiven Systemen eingesetzt werden kann. Wenn die Entwicklung in gleicher Geschwindikgeit wie bisher voranschreitet und wir keine weitere Unterstützung von anderen Benutzern erhalten, wird es noch midestens bis im Sommer 2023 gehen, bis eine Beta-Version veröffentlicht werden kann.

    Das Migrationsskript kommt dann sobald Kapazitäten vorhanden sind. Wenn du es früher brauchst, kann ich dir jedoch gerne behilflich sein, dass du die Implementation dazu machen kannst.

    Ich rate dringend davon ab die JG4 Dev auf Produktivsystemen zu nutzen. Wir sind immernoch dran Funktionen zu implementieren und Funktionstests zu machen. Die Integrationstests folgen später.

    Auch da ist Hilfe sehr willkommen. Wir haben aktuell 4 PullRequests offen zum testen auf GitHub.

    Pull requests · JoomGalleryfriends/JG4-dev
    Development repository for JoomGallery v4.x. Contribute to JoomGalleryfriends/JG4-dev development by creating an account on GitHub.
    github.com

    Melde dich direkt bei mir, falls du interesse hast im Projektteam mitzuhelfen und die Entwicklung zu beschleunigen.

  • JoomGallery für Joomla 4

    • Elfangor93
    • 20. Dezember 2022 23:11

    Es wird möglich sein die Bilder aus der JoomGallery 3 in die JoomGallery 4 zu übernehmen. Das Ablagesystem der Bilder bleibt unverändert. Da sich jedoch die Datenbankstruktur verändern wird, wird es nötig sein, ein Migrationsskript zu nutzen.

    Die lange Entwicklungszeit der JG4 lässt sich damit erklären, dass wir die JoomGallery neu schreiben. Dies hat den enormen Vorteil, dass wir danach mindestens bis Joomla 6 kompatibel sein werden.

    Zudem mussten wir leider feststellen, dass wir nur sehr wenig Unterstützung von unseren Nutzern kriegen. Mit aktuell nur 1-2 PHP unbezahlten Programmieren geht die Entwicklung nur sehr schleppend voran.

    Abschätzung des bisher geleisteten Programmieraufwandes für die JoomGallery 4:

    300 Arbeitsstunden (abzüglich Tests, Übersetzung und Dokumentation)

  • JoomGallery für Joomla 4

    • Elfangor93
    • 20. Dezember 2022 17:56

    Die 4er Version wird eine andere Datenbankstruktur haben. Unter anderem, weil wir tags eingeführt haben. Ohne Migrationsskript, wird es deshalb nicht möglich sein die Daten der 3er Version zu nutzen.

    Ein Migrationsskript wird zur gegebenen Zeit erstellt werden.

    Inzwischen würde ich die JG4 mit einer neuen Joomla Installation testen.

  • JoomGallery für Joomla 4

    • Elfangor93
    • 7. Dezember 2022 18:16

    Vielen Dank fotoserver für die Spende. Ich hab dir ne PM gesendet.

  • How to show horizontal and vertical photos in masonry or mosaic style?

    • Elfangor93
    • 21. November 2022 13:50

    But if you have created a great design, feel free to share it with the community then it can become a part of the core in the future...

    Any contribution to the project is very welcome!

  • How to show horizontal and vertical photos in masonry or mosaic style?

    • Elfangor93
    • 21. November 2022 13:48

    With the component we focus on the functionalities and not the styles of the gallery. JoomGallery 4 will also provide just a basic design based on cassiopaia styling approaches. Fancy designs and styles we want to leave to the template designers.
    As an opensource project we have to manage our development resources very well. Style is not a priority for us. We want to have a component with great features.

  • How to show horizontal and vertical photos in masonry or mosaic style?

    • Elfangor93
    • 21. November 2022 13:39

    Moving photos by mouse is possible in the image list views.

    In order to apply this ordering you created in the category views go to Configuration manager >> Frontend settings >> Image ordering and make sure it is set to ascending by ordering number.

    Your images should now be ordered based on the ordering you created by dragndrop in the image list view.

    Creating fancy styles is currently not part of the JoomGallery component. JoomGallery provides you with the default styles available in the protostar template. But you can create whatever style you like by creating template overrides.

    The Best Tutorials on Joomla Template Overrides - Joomlashack
    One of the most frequently asked questions by Joomlashack member is this: How can I change the layout of Joomla content? The technique that allows you to do…
    www.joomlashack.com
  • PHP script to clear cache in Joomla 3.x

    • Elfangor93
    • 16. November 2022 07:35

    Have you initialized the Joomla Framework correctly?

    J1.5:Initializing the Joomla! 1.5 Framework in an external script - Joomla! Documentation

    What kind of php error does your script throw?

  • Joomgallery und php 8

    • Elfangor93
    • 16. November 2022 07:25

    Ist bei dir dynamische Bildbearbeitung aktiviert (Wasserzeichen, dynamischer resize)?

    Probier mal folgendes:

    Beitrag

    RE: Alle Upload-Funktionen klappen nicht unter PHP 8.0

    […]

    Das hoffe ich auch.
    MrMusic
    15. November 2022 11:37
  • JoomGallery für Joomla 4

    • Elfangor93
    • 9. November 2022 17:12

    Hi jobrusche thank you for your effort trying to help with testing!

    I guess your system run into errors when uploading the image.

    For testing purposes i recommend the following joomla general settings:

    - Enable debug mode

    - PHP error reprting maximum

    - Disable caching

    - Set a very high session lifetime

    After applying the settings try to upload the image again.

    You should now see some erroe messages.

    Please post a print screen together with your system information to github, then I will take a look at this problem.

    Please do not post your testing results here, but on github. If you have troubles using github please write me with a PM.

  • JoomGallery für Joomla 4

    • Elfangor93
    • 30. Oktober 2022 12:54

    An alle JoomGallery Nutzer:
    Falls es dir wichtig ist, dass die JoomGallery auch in Zukunft weiter existiert, schaut euch folgenden Artikel auf unserer Webseite an und nehmt unsere Bitte zu herzen. Ich glaube, dass jeder für sich etwas finden kann, wie er oder sie dem Projekt helfen und der Community etwas zurück geben kann.

    Joom::Gallery friends - Die JoomGallery ist ein Open Source Projekt

  • JoomGallery für Joomla 4

    • Elfangor93
    • 30. Oktober 2022 12:52

    Leider geht die Entwicklung nur sehr schleppend voran, da extrem wenig Support von der Community kommt. Wir haben ein sehr kleines, aber super motoviertes Team, das an der Entwicklung arbeitet. Wie ihr bestimmt wisst, ist die Komponente sehr umfassend wodurch viel Arbeit anfällt. Es fehlt uns vor allem an Leuten, die PHP Code beitragen können und/oder sich gut mit Git und insbesondere mit GitHub auskennen.

  • Alle Upload-Funktionen klappen nicht unter PHP 8.0

    • Elfangor93
    • 23. Oktober 2022 16:15

    Benutzt du denn die neuste Version der Galerie? Aktuell sind wir bei v3.6.0.

  • Is there a way to restrict someone to just entering image descriptions?

    • Elfangor93
    • 15. Oktober 2022 12:29
    Zitat von dan40

    I'd still have to touch/edit each image individually.

    Yes you still have to do that. Its just a more powerful search. But you will see as soon as you have searchable content.

    Zitat von dan40

    What I would really like to see is the ability to add multiple tags to an image

    This is exactly what we are going to do for JoomGallery 4.

Letzte Beiträge

  • URLs nach Update auf JoomGallery4 und SH404SEF /4SEF

    Elfangor93 2. Juli 2025 06:35
  • Looking to replicate JG3 Gallery / Category View under JG4

    GJSchaller 1. Juli 2025 20:01
  • What can you do with Tags?

    FriendlyUser 30. Juni 2025 22:40
  • JG3 Bilder als Artikelbild verlinkt - Welche Migrationseinstellung erhält die Dateipfade?

    MrMusic 30. Juni 2025 10:21
  • JoomGallery for Joomla 4

    MrMusic 26. Juni 2025 13:53
  • Bearbeiten von Bildern nicht möglich

    kaufi88 26. Juni 2025 11:11
  • URLS nach Migration auf JG4

    Elfangor93 25. Juni 2025 12:45
  • Inconsistent category folder paths defined in the database of your JG3 tables

    MrMusic 24. Juni 2025 15:49
  • JoomImages Module in Joomgallery 4

    Elfangor93 17. Juni 2025 09:07
  • 4SEF have native support for JoomGallery

    Elfangor93 17. Juni 2025 08:36
  1. Datenschutzerklärung
  2. Impressum
Community-Software: WoltLab Suite™