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?

Pagebreak field in form data table

More
1 year 8 months ago #8963 by Administrator IV
Replied by Administrator IV on topic 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 :-).

More
1 year 8 months ago #8964 by mojweb
Replied by mojweb on topic 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.

More
1 year 8 months ago #9037 by Administrator IV
Replied by Administrator IV on topic 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum