Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtig Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 20. Dezember 2024 bis zum 8.Januar 2025 mit verlängerten Antwortzeiten zu rechnen.

How can I reply to sender

Mehr
10 Jahre 8 Monate her #482 von stampgo7
stampgo7 antwortete auf How can I reply to sender
Hi again,
I am using version 1.0.4
I will send you the file.

George

Mehr
10 Jahre 8 Monate her #485 von Administrator AV
Administrator AV antwortete auf How can I reply to sender
Hi,

as I wrote in this post, the changes described don't work with Visforms 1.0.4. This is, because I made a major code refactoring for Visforms 2.0.

I got your file and will have a look at it.

Regards,
Aicha

: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 :-).

Mehr
10 Jahre 8 Monate her #486 von stampgo7
stampgo7 antwortete auf How can I reply to sender
Hi,
is there a way to upgrade into Visforms 2.0 without loosig anything?
Otherwise can you do something with the file I sent you?

Thank you anyway.

Mehr
10 Jahre 8 Monate her #487 von Administrator AV
Administrator AV antwortete auf How can I reply to sender
Hi,

1) About updating to 2.0.x -> It's designed to work without any loss of data, forms etc. I tested it and many other people have already used the update. I've not heard of any problems. But, for it's a major change please make a complete backup of your Joomla! installation first (just in case and it's good practise anyway).

2) I just sent you the change file which will work with your installation.

3) For everbody: Here the changes for Visforms 1.0.x

First Replacement is the same
Second Replacement is different

Find (about line 840)
Code:
if ($t_texttype == 'email') { $isEmail = true; }

and replace it with
Code:
if ($t_texttype == 'email') { $isEmail = true; $emailSender = $fieldValue; }

Third replacement is slightly different

Find (about line 875)
Code:
$mail->setSender( array( $visform->emailfrom, "" ) );

Replace it with
Code:
if ($emailSender == "") { $emailSender = $visform->emailfrom; } $mail->setSender( array( $emailSender, "" ) );

Regards,
Aicha

: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 :-).

Mehr
10 Jahre 8 Monate her #488 von stampgo7
stampgo7 antwortete auf How can I reply to sender
You are grate,
I tested it and it is ok.
One more question.
If I do a new installation for joomla 2.5 or 3.0 is there a newer version without this problem and if so can you send me the link?

Mehr
10 Jahre 8 Monate her #489 von Administrator AV
Administrator AV antwortete auf How can I reply to sender
Hi,

I have not yet release a version that contains these changes. They will be part of the next release. But I do not know yet when this release will be published. (I don't want to make to many releases because it always takes some time to install the updates...).

So you have to make the proper changes described below, after the update.

Please note: If you want to keep your forms and data... DON'T uninstall your Visforms installation! All newer versions can be used as updates (as well as as full installations). Just download the 2.0.3 installation package ( www.vi-solutions.de/en/downlaods-visform...nente-visforms-2-0-3 ), go to your extension manager, choose the file and click "install".

I said earlier, that you will not loose your data and form and so on. That's true. But if you have made changes to Visforms files (i.e. the visforms.css) they will be overwritten with the update.

If you want to update your website to Joomla! 3, lease read this article first. www.vi-solutions.de/en/professional-joom...omla-2-5-to-joomla-3 . I tried to make it really easy to update Visforms as well.

Regards,
Aicha

: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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum