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.

Pagebreak field in form data table

Mehr
1 Jahr 10 Monate her #8963 von Administrator IV
Administrator IV antwortete auf Pagebreak field in form data table
Hello mojweb,

there is a quick workaround for fields in administration data view.
You just add some custom CSS to your Joomla template for administration.

Here is a description for the Joomla standard template for the administration 'Atum'.

1. Create the following file:
Code:
media/templates/administrator/atum/css/user.css
This file is safe from all Joomla updates.

2. Add CSS like this:
Code:
.com_visforms #adminForm[action*="fid=3"] th:nth-child(6), .com_visforms #adminForm[action*="fid=3"] td:nth-child(6), .com_visforms #adminForm[action*="fid=3"] th:nth-child(10), .com_visforms #adminForm[action*="fid=3"] td:nth-child(10), .com_visforms #adminForm[action*="fid=3"] th:nth-child(15), .com_visforms #adminForm[action*="fid=3"] td:nth-child(15) {      display: none; }

Now for the data view in the administration
- for the form with ID=3
- the fields with position 6, 10 and 15 in the table (each column counts)
no longer displayed.

You'll need to adjust the form ID and position values to suit your situation.
In my example form, the fields on positions 6, 10 and 15 are of type 'pagebreak'.

Data view without custom CSS: vi-solutions.de/forum-uploads/admin-dataview-all-fields.png
Data View with Custom CSS: vi-solutions.de/forum-uploads/admin-data...me-hidden-fields.png

Create the file user.css with Joomla Administration means:
In Joomla you can create such a CSS file via System >> Administrator Templates.
First you have to go to "New file" and then in the tree view of directories click on the directory where the file should be created.

Kind regards, 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 :-).

Mehr
1 Jahr 10 Monate her #8964 von mojweb
mojweb antwortete auf Pagebreak field in form data table
Thank you. You realy answer in details, thumbs up for support. Will wait to fix, it is site in development.

Mehr
1 Jahr 9 Monate her #9037 von Administrator IV
Administrator IV antwortete auf Pagebreak field in form data table
Hi mojweb,

the bug is fixed in the latest release from 08.03.2023 for Joomla 4:
Visforms 4.2.2
Visforms Subscription 4.2.2

Greetings, 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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum