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.

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 18. Mai 2024 bis zum 2. Juni 2024 mit verlängerten Antwortzeiten zu rechnen.

Not latin data export patch

Mehr
10 Jahre 5 Monate her #343 von ntoulasd
Not latin data export patch wurde erstellt von ntoulasd
If you want to use not latin characters and export them to csv. You may use the patch below.

Open and edit file visdata.php function export() and line
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$row->$prop);
change it to
$unicode_str_for_Excel = $row->$prop;

If you have the same problem with Labels change
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$rowField->label);
to
$unicode_str_for_Excel = $rowField->label;

Once again, I am really appreciate your work and I believe its a great offer to Joomla community.

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum