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.

Stop ip address from being emailed

Mehr
10 Jahre 3 Monate her #838 von habs4stanley
Stop ip address from being emailed wurde erstellt von habs4stanley
I have got everything working but am always concerned on accidentally forwarding info that is security risk and thats why i am wondering if there is a way to disable the ip address from being put in email when forms are submitted

Mehr
10 Jahre 3 Monate her #840 von Administrator AV
Administrator AV antwortete auf Stop ip address from being emailed
Hi,

I think you are right.
I will add an parameter for that in the next release.

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 3 Monate her #841 von habs4stanley
habs4stanley antwortete auf Stop ip address from being emailed
so right now there is no way of doing this?

Mehr
10 Jahre 3 Monate her - 10 Jahre 3 Monate her #842 von Administrator AV
Administrator AV antwortete auf Stop ip address from being emailed
Hi,

only by changing the code (which is not very difficult).
The next release will override your changes, but that is no problem for you will then have the new parameter (which of course you would have to set then).

Find the file components/com_visforms/models/visforms.php
There is a
Code:
private function sendReceiptMail($visform)
which creates the receipt mail.

Find the line
Code:
$mailBody = $mailBody.JText::_( 'COM_VISFORMS_IP_ADDRESS' ) . " : " . $_SERVER['REMOTE_ADDR'] . "<br />";
inside that function and just remove it or comment it out (by adding two forward slashes // in front of it).

Do similarly in the
Code:
private function sendResultMail($visform)
if you want to remove the ip address in result mail as well.

Kind 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 :-).
Letzte Änderung: 10 Jahre 3 Monate her von Administrator AV.
Folgende Benutzer bedankten sich: habs4stanley

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum