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.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

How can I reply to sender

More
10 years 1 month ago #482 by stampgo7
Replied by stampgo7 on topic How can I reply to sender
Hi again,
I am using version 1.0.4
I will send you the file.

George

More
10 years 1 month ago #485 by Administrator AV
Replied by Administrator AV on topic 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 :-).

More
10 years 1 month ago #486 by stampgo7
Replied by stampgo7 on topic 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.

More
10 years 1 month ago #487 by Administrator AV
Replied by Administrator AV on topic 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 :-).

More
10 years 1 month ago #488 by stampgo7
Replied by stampgo7 on topic 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?

More
10 years 1 month ago #489 by Administrator AV
Replied by Administrator AV on topic 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum