Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Custom Plugin Update

More
3 weeks 1 day ago #10309 by prffrost
Custom Plugin Update was created by prffrost
Ich hab da ein von euch geschriebenes Plugin...
... trotz anpassung docs.joomla-5.visforms.vi-solutions.de/d...update-plugins-code/ tut das dinf einfach nicht mehr ..

z.B.
Alt:

    public function onVisformsBeforeFormSaveAfterUpload($context, $form, $fields): bool {
        // context = 'com_visforms.form.form' (form is send)
        // context = 'com_visforms.form.edit' (form data was edited)
        return $this->loadUploadFileAndSetFormObjects($context, $form, $fields);
    }

Neu:

public function onVisformsBeforeFormSaveAfterUpload(VisformsBeforeFormSaveAfterUploadEvent $event): void {
        // context = 'com_visforms.form.form' (form was sent)
        // context = 'com_visforms.form.edit' (form data was edited)

        $context = $event->getContext();
        $form = $event->getForm();
        $fields = $event->getFields();
    }

 

More
3 weeks 1 day ago #10312 by Administrator IV
Replied by Administrator IV on topic Custom Plugin Update
Hallo Wolfgang,

die Dokumentation bezieht sich auf alle Code-Änderungen, die spezifisch für Visforms sind.
Selbstverständlich können bei der Umstellung auf eine höhere PHP-Version auch andere Code-Stellen innerhalb der Implementierung betroffen sein.

Die genauen Ursachen sind in einem ersten Schritt mithilfe eines guten Debuggers zu ermitteln.

Falls du damit nicht klar kommen solltest, können wir dir gerne auch ganz praktisch weiterhelfen.
Ich hoffe, du hast Verständnis dafür, dass wir diese individuelle Leistung, wieder basierend auf unserem aktuellen Stundensatz und mindestens 1 Stunde anbieten können.

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
3 weeks 1 day ago #10315 by prffrost
Replied by prffrost on topic Custom Plugin Update
alles klar .. den Code kennst Du ja ... kannst Du mir dein Angebot senden damit Ich das Bestellen kann?

Dank dir..

More
3 weeks 3 hours ago #10320 by Administrator IV
Replied by Administrator IV on topic Custom Plugin Update
Hallo Wolfgang,

alles klar!
Der Aufwand wird eher minimal sein.
Aicha sendet dir morgen, spätestens übermorgen das Angebot.

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum