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.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between April 16 and April 24, 2025.

Verschachtelter Output bei Formulardaten im Beitrag/Modul

More
2 months 3 weeks ago #11091 by ejbm
Hi vi-Team,

wenn ich mir Formulardaten in einem Modul ausgeben ausgeben lasse, ist der output verschachtelt: Jedes nächste lvisdata-Element ist ein Kind-Element des vorangegangenen. Soll das so sein? Macht es unnötig kompliziert, den Output mit CSS/Javascript zu formatieren.

Beispiel für mein Plugin-String:
Code:
{vfdataview}{"formid":"21","displayid":"false","show_page_heading":"false","showlabel":"false","layout":"list","fieldlist":"499,500,501,502,503,504,505,506,507,508,509,510,511,512"}{/vfdataview}

So sieht der Output aus:
Code:
<dlvisdata> <dd class="vfdvvalue data-f499"></dd> <dd class="vfdvvalue data-f500"></dd> <dd class="vfdvvalue data-f502"></dd> ...     <dlvisdata>     <dd class="vfdvvalue data-f499"></dd>     <dd class="vfdvvalue data-f500"></dd>     <dd class="vfdvvalue data-f502"></dd>      ...         <dlvisdata>         <dd class="vfdvvalue data-f499"></dd>         <dd class="vfdvvalue data-f500"></dd>          ...         </dlvisdata>     </dlvisdata> </dlvisdata>

Subscription Version 5.1.2
Joomla 5.2.3

More
2 months 3 weeks ago #11092 by ejbm
Übrigens: In der Doku ist der Parameter "showlabel" falsch geschrieben:
docs.joomla-5.visforms.vi-solutions.de/e...ugin-parameter-list/

More
2 months 3 weeks ago #11096 by Administrator IV
Replied by Administrator IV on topic Verschachtelter Output bei Formulardaten im Beitrag/Modul
Hallo ejbm,

ich habe den falsch geschriebenen Parameter in der Dokumentation korrigiert.
docs.joomla-5.visforms.vi-solutions.de/e...ugin-parameter-list/

Falls du die falsche Schreibweise weiterhin siehst, kommt die Seite aus dem Browser-Cache.
Du kannst den Browser-Cache löschen und die neue Version sehen mit der Tasten-Kombination 'Ctrl + Shift + R' (Firefox und andere).

Vielen Dank für deinen Hinweis!

Liebe Grüße, Ingmar

: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
2 months 3 weeks ago - 2 weeks 3 hours ago #11097 by Administrator IV
Replied by Administrator IV on topic Verschachtelter Output bei Formulardaten im Beitrag/Modul
Hallo ejbm,

Wir sehen das als einen Bug in Visforms an und werden das Verhalten anpassen.
Ich habe dazu einen Issue zur Entwicklung in der Bug-Liste angelegt:
Issue [VF-1324] Forum: Verschachtelter Output bei Formulardaten in Beitrag/Modul

Wenn wir den Bug-Fix releasen, wirst du explizit über das Release hier im Thema informiert.
Vielen Dank für deinen Beitrag!

Liebe Grüße, Ingmar

: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 :-).
Last edit: 2 weeks 3 hours ago by Administrator IV.

More
2 months 3 weeks ago - 2 months 3 weeks ago #11098 by Administrator IV
Replied by Administrator IV on topic Verschachtelter Output bei Formulardaten im Beitrag/Modul
Hallo ejbm,

Es gibt einen Hot-Fix zur Behebung des Fehlers für:
Joomla 5 und die Visforms Versionen von 5.1.2 bis 5.4.0.
Diese Datei ist identisch für alle Versionen von 5.1.2 bis 5.4.0.

Bitte die alten Dateien zuvor sichern, falls es unerwartet zu Problemen kommen sollte.

Die folgenden Dateien herunterladen:
- vi-solutions.de/forum-bugfixes/list.php_5.1.2-5.4.0.txt
Die heruntergeladenen Dateien umbenennen in
- list.php
Mit den heruntergeladenen und umbenannten Dateien die folgenden Dateien auf dem Server überschreiben:
- plugins/content/vfdataview/tmpl/list.php

Achtung:

Der Bug-Fix wird released mit Visforms 5.4.0.
Wenn du zwischenzeitlich auf Visforms 5.3.1 updatest, musst du den Fix daher nochmal installieren.

Liebe Grüße, Ingmar

: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 :-).
Last edit: 2 months 3 weeks ago by Administrator IV.
The following user(s) said Thank You: ejbm

More
2 weeks 3 hours ago #11424 by Administrator IV
Replied by Administrator IV on topic Verschachtelter Output bei Formulardaten im Beitrag/Modul
Hallo ejbm,

Zu: Issue [VF-1324] Forum: Verschachtelter Output bei Formulardaten in Beitrag/Modul

Der Bug ist veröffentlicht im neusten Release vom 07.04.2025 für Joomla 5:
Visforms 5.4.0
docs.joomla-5.visforms.vi-solutions.de/u...es/j5/version-5-4-x/
Visforms Subscription 5.4.0
docs.joomla-5.visforms.vi-solutions.de/u...es/j5/version-5-4-x/  

Liebe Grüße, Ingmar

: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