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.

how to create download link

Mehr
10 Jahre 6 Monate her #272 von Administrator AV
Administrator AV antwortete auf Re:how to create download link
Hi,

upload path is olny display in result e-mail (for you) not the recipient email. If you want to change that go to components/com_visforms/models/visforms.php and find the function save data. It's a very long function but you can find a section marked as "Send Email Result". About line 802 you will find

$fieldValue = $file[$i];

change this to

$fieldValue = $file[$i];

to "remove" the path information.

In recipient email only the name of uploaded document is given (which will automatically be known when you attach the file for it is the file name).

If you want to make it more secure the first step would be not to attach the document to the receipt email. Tthan you could show the original picture name.

find the section "Send Email Receipt" in the same document and function about line 930 and replace

$fieldValue = $file[$i];

with

$fieldValue = $file[$i];

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