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. MrMusic

Beiträge von MrMusic

  • Joomla 4 Beta 4 and Joomla 3.10 Alpha 2 are here: test them now! - Wie schaut's mit Joom::Gallery aus?

    • MrMusic
    • 6. Oktober 2020 15:24

    Hallo Alexander,

    das sind viele Fragen :)

    Zum Umfang der Komponente, Module etc. schaut man sich am besten das Repository auf Github an. Dort ist der gesamte Code der JoomGallery und der Erweiterungen für jeden einsehbar.

    PHP gilt als relativ einfach zu erlernende Programmiersprache.

    Neben PHP wird für gewisse Funktionen auch Javascript verwendet.

    Grundkenntnisse in HTML und CSS wären auch nötig.

    Mit allgemeinen Kenntnissen in PHP ist es leider nicht getan. Für vieles ist man auf Funktionen angewiesen, die einem von Joomla zur Verfügung gestellt werden.

    Deshalb sind auch Kenntnisse der API von Joomla notwendig. Da hat sich mit Joomla 4 einiges geändert, wodurch die Anpassungen in der JoomGallery notwendig werden.

    Es wäre ganz toll, wenn du (und andere) an der Umstellung auf Joomla 4 mithelfen könnten.

    Ich selbst habe auch nicht die großen PHP-Kenntnisse. Trotzdem versuche ich - so gut es eben geht - zu helfen.

    Viele Grüße

    MrMusic

  • Joomla 4 Beta 4 and Joomla 3.10 Alpha 2 are here: test them now! - Wie schaut's mit Joom::Gallery aus?

    • MrMusic
    • 1. Oktober 2020 15:28

    Hallo Alexander,

    Zitat von Alexander

    Wo fange ich da an?
    Geht das überhaupt schon?

    Das geht momentan nicht.

    Die JoomGallery ist derzeit nur mit Joomla 3.x kompatibel.

    Ob und wann eine Version für Joomla 4 erscheinen wird ist momentan nicht absehbar.

    Wir sind leider ein sehr kleines Team und für die umfangreichen Anpassungen an Joomla 4 bräuchten wir tatkräftige Unterstützung.

    Viele Grüße

    MrMusic

  • front end view

    • MrMusic
    • 22. September 2020 14:43

    Hi,

    Zitat von giuseppe123

    how Can I have the totaly preview of image and not resize?

    I don't understand what you mean exactly.

    The JoomGallery uses three image sizes: thumbnails, detail image, original image.

    This is explained here in the documentation.

    Zitat von giuseppe123

    Now I need to click on lent for open ligthbox, how I can do click directly on the image for open?

    If you click on the detail image in the detail view, the original image will be opened in the popup box. That's standard.

    If it doesn't work for you, you probably have a special template with a customized JoomGallery in use.

    See note in the other forum thread.

    To be able to help you further, a screenshot is not enough, we need a link to the website to see it.

    Zitat von giuseppe123

    How can I have the title on the ligthbox to?

    You can set in the 'Configuration Manager' whether the title and description should be displayed in the Popup box:

    Frontend Settings >> Popup Functions >> Image title in popup

    Frontend Settings >> Popup Functions >> Image description in popup

    Regards

    MrMusic

  • front end photo view

    • MrMusic
    • 21. September 2020 15:18

    It depends on which template you use. Either you adjust your Joomla template or you use a different one.

    Have you tried the protostar template like i wrote above?

  • front end photo view

    • MrMusic
    • 21. September 2020 15:04

    Hi,

    Zitat von giuseppe123

    ...currently I see like this: https://prnt.sc/uk69jb I would like to see...

    according to the screenshot it is caused by the installed Joomla template.

    This design is not from JoomGallery. Maybe you use a Template with a modified/custom JoomGallery?

    For Original JoomGallery layout see demo: https://www.joomgalleryfriends.net/demo.html

    Try the protostar template for testing.

    Regards

    MrMusic

  • Display all images (from all categories)

    • MrMusic
    • 31. August 2020 13:08
    Zitat von BlackSun

    But now something is puzzling me. I have SEF activated and If I override the "Last Added" text to something with more than 2 words, such as "Show all images" (3 words instead of 2), the link doesn't work anymore! Probably something related with <?php echo JText::_('COM_JOOMGALLERY_COMMON_TOPLIST_LAST_ADDED'); ?> of joomgallery.php? Can't yet figure it out.

    Yes you are right. So far nobody has noticed this. =O

    There seems to be a problem with the router when SEF is on.

    At the moment the only solution I can give you is:

    Replace 'COM_JOOMGALLERY_COMMON_TOPLIST_LAST_ADDED' in joomgallery.php with another language key e.g. 'COM_JOOMGALLERY_COMMON_TOPLIST_LAST_ADDED_VISIBLE'

    Then you can create an override for 'COM_JOOMGALLERY_COMMON_TOPLIST_LAST_ADDED_VISIBLE' which can also consist of several words.

  • Class 'joominterface' not found bei Update

    • MrMusic
    • 26. August 2020 18:54

    Hallo,

    das Problem tritt leider beim Update über Joomla auf.

    Für eine Lösung schau mal hier.

    Viele Grüße

    MrMusic

  • E-mail notifications to users

    • MrMusic
    • 25. August 2020 12:12

    See code for rejection/approve images:

    administrator/components/com_joomgallery/controllers/images.php, line 213:

    Code
    $model->sendRejectionMessage($cid[0], $message);

    and

    administrator/components/com_joomgallery/models/images.php, from line 605:

    Code
    public function sendRejectionMessage($id, $message)
  • Display all images (from all categories)

    • MrMusic
    • 24. August 2020 11:17

    Hi,

    the JoomImages module is best suited to display all images from all categories.

    The module offers e.g. different image sorting functions. With {loadmodule... it can displayed in content area.

    With the toplists you only have the predefined sorting options.

    Regards

    MrMusic

  • E-mail notifications to users

    • MrMusic
    • 24. August 2020 11:14

    Hi,

    it is the possible to sent a notification if the image is rejected.

    See General Settings >> Messages >> Sending method of image rejection messages

    But there is no predefined text for the message, this text must be entered by the admin when the message is rejected.

    Zitat von whistler

    Especially the second one seems to be important so the user is notified his image is uploaded.

    You are right, there is currently no notification when the image has been activated. The code would have to be extented here.

    Zitat von whistler

    assume all the notifications are hardcoded in the code so if we need to modify the text, we have to do it via the language files...

    Yes, the text in the message is loaded from the language files. However, this can easily be changed with a language override, see https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla

    Regards

    MrMusic

  • Override der Gallerieansicht unter dem Template Bootone

    • MrMusic
    • 19. August 2020 12:59

    Alles klar.

    Schön, wenn es jetzt funktioniert.

  • Why no after upload view?

    • MrMusic
    • 11. August 2020 13:42

    In order to show the user certain information, there is already the information text that is displayed in the upload form.

    To show additional information after the upload, a possible solution could be like this:

    A Joomla article could be used to show a freely designable page after the upload.

    The corresponding article id could be entered in the configuration manager and called up after the upload.

  • Why no after upload view?

    • MrMusic
    • 10. August 2020 11:31

    Hi,

    yes, there are three options for redirect after upload.

    The redirect url is generated in the function getModel()->getRedirectUrlAfterUpload.

    Where did you want to be redirect to?

    A JoomGallery menu entry is not necessary.

    Regards

    MrMusic

  • Override der Gallerieansicht unter dem Template Bootone

    • MrMusic
    • 10. August 2020 10:56

    Hallo Stefan,

    ja, für die Galerieansicht must du ein Override der Datei components/com_joomgallery/views/gallery/tmpl/bootone.php erstellen.

    Was du natürlich noch tun musst:

    1. Im Konfigurations-Manager im Tab Frontend Einstellungen >> Generelle Einstellungen >> Alternatives Layout das 'bootone'-Layout auswählen.

    2. Den Menüeintragstyp des Menüeintrags für den Aufruf der Galerieansicht auf 'Gallery View: Bootstrapped' ändern.

    Was genau funktioniert denn nicht?

    Funktioniert es wenn du die 'Originaldatei' änderst?

    Viele Grüße

    MrMusic

  • Kommentarfunktion hat einen fehler

    • MrMusic
    • 22. Juli 2020 13:32

    Prima, nun kann ich das Problem nachstellen.

    Es ist auch kein Fehler sondern nur ein Hinweis. Statt der Meldung COM_MESSAGES_ERROR_RECIPIENT_NOT_AUTHORISED sollte eigentlich der Text "Der Empfänger ist nicht zum Empfang von Nachrichten berechtigt." erscheinen.

    Der Hinweis erscheint deshalb, weil bei dir in der Konfiguration eingestellt ist, dass der Bildbesitzer eine Benachrichtigung über den Kommentar erhalten soll. Der Bildbesitzer hat aber vermutlich gar keine Berechtigung für das lesen der Nachrichten im Backend.

    Diese Änderung in Joomla! wurde erst mit Version 3.9.20 eingeführt: PR#29566

    Warum der Sprachschlüssel und nicht der richtige Text angezeigt wird kann ich dir aber auch nicht sagen...

  • Kommentarfunktion hat einen fehler

    • MrMusic
    • 21. Juli 2020 12:34

    Ich habe versucht den Fehler mit deinen Einstellungen zu reproduzieren.

    Bei mir hat das Kommentieren ohne Fehlermeldung funktioniert.

  • Kommentarfunktion hat einen fehler

    • MrMusic
    • 20. Juli 2020 12:30

    Hi,

    Zitat von Biker

    COM_MESSAGES_ERROR_RECIPIENT_NOT_AUTHORISED

    dieser Sprachschlüssel stammt nicht von der JoomGallery sondern von Joomla! selbst.

    Vermutlich steht er in Zusammenhang mit der aktivierten Benachrichtigungsfunktion bei einem Kommentar.

    1. Wird denn der Kommentar überhaupt gespeichert?

    2. Poste doch mal einen Screenshot der Einstellungen vom Tab Generelle Einstellungen >> Benachrichtigungen mit folgenden drei Einstellungen:

    Versand-Methode für Kommentar-Benachrichtigungen

    Empfänger für die Kommentar-Benachrichtigungen

    Benachrichtigung für Bild-Besitzer

    Viele Grüße

    MrMusic

  • Frontend shows only 2 columns

    • MrMusic
    • 20. Juli 2020 12:22

    Fine if you solved your problem yourself. :)

    Regards

    MrMusic

  • "the image does not exist" when active "Delete the original images after uploading?"

    • MrMusic
    • 20. Juli 2020 12:20
    Zitat von danjde

    ...was automatically configured...

    Zitat von danjde

    ...Is not this one a bug?...

    For me it's not a bug.

    I would also not recommend changing configuration settings 'automatically'. Such an automatic system can never meet all of the admin wishes.

    Every admin has to make the configuration settings as they want them to be.

    So I would see it as a bug if any settings in the configuration were 'automatically' changed.

    Regards

    MrMusic

  • "the image does not exist" when active "Delete the original images after uploading?"

    • MrMusic
    • 17. Juli 2020 10:46

    Hi,

    Zitat von danjde

    Bug?

    no, this is not a bug but intended.

    In JoomGallery exist three image sizes: thumbnail, detail image and (optional) the original image.

    If you delete the original image, it can no longer be displayed, logically or? ;)

    I personally would delete the original images only if there is no more space on the server.

    But there is the possibility to show the detail image, instead of the original image. :)

    The whole applies to calling up the Pop-up box from the category view.

    See Category View >> General Settings >> Popup box original image

    in the Configuration Manager.

    PS: Copying files manually is generally not recommended.

    Regards

    MrMusic

Letzte Beiträge

  • Is there a way to hide the "Description:" text for Category view?

    GJSchaller 11. Juli 2025 00:48
  • JoomGallery 4.1.0 - Fehler nach dem Update

    reni 9. Juli 2025 21:32
  • URLs nach Update auf JoomGallery4 und SH404SEF /4SEF

    Bjoern 9. Juli 2025 18:14
  • JoomGallery für Joomla 4

    soenke 9. Juli 2025 18:11
  • Can you change the parent category of a category?

    GJSchaller 8. Juli 2025 00:32
  • 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
  1. Datenschutzerklärung
  2. Impressum
Community-Software: WoltLab Suite™