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.

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

Not latin data export patch

Mehr
11 Jahre 7 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