Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

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?

pdf Demo nochmals installieren

More
1 year 1 month ago #11144 by Mike
pdf Demo nochmals installieren was created by Mike
Guten Tag!
Hatte die "pdf Demo" installiert, jedoch die drei Formulare später wieder gelöscht. Jetzt gibt es trotz nochmaliger Installation von Visforms und Subscription aber dies Button im Dashboard nicht mehr. Wie kann ich ein pdf-Template neuerlich imprtieren?

Visforms 4.4.3, Subscription 4.4.3
Joomla! 4.4.1.
php 8.1.31

More
1 year 1 month ago - 1 year 1 month ago #11147 by Administrator IV
Replied by Administrator IV on topic pdf Demo nochmals installieren
Hallo oeifam@allmed.at,

vielen Dank für die Versions-Informationen.

Die Einstellung ist ein Parameter der Komponente und wird
- in der Tabelle '#__extensions'
- im Feld 'params'
- das einen Text im JASON-Format enthält
- im Parameter 'demoFormInstalled'
- als boolescher Wert gespeichert.

Wobei '#__' der Platzhalter für das konkrete Präfix der Joomla-Tabellen-Namen ist.
Du musst es gegen das bei dir in der Joomla-Datenbank verwendete Präfix ersetzen.

Das folgende SQL-Statement setzt den obigen Parameter zurück auf false.
Der Parameter 'demoFormInstalled' wird auf true gesetzt, unmittelbar nachdem die PDF-Demo-Formulare installiert wurden.
Dadurch wird auch der Button zur Installation der Demo-Formular nicht länger angezeigt.

Code:
update jx_extensions set params = replace(params, '"demoFormInstalled":true', '"demoFormInstalled":false') where element = 'com_visforms';


Das SQL-Statement kannst du etwa in der bei vielen Providern verbreiteten PHP-Software 'phpMyAdmin', nach Auswahl der Datenbank die dein Joomla nutzt, ausführen.

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).
Last edit: 1 year 1 month ago by Administrator IV.

More
1 year 1 month ago #11150 by Mike
Replied by Mike on topic pdf Demo nochmals installieren
gelöst. Danke! Mik
The following user(s) said Thank You: Administrator IV

More
10 months 6 days ago #11557 by Administrator IV
Replied by Administrator IV on topic pdf Demo nochmals installieren
Hallo Mike,

Zu: Issue [VF-1347] Forum: Docu: Add FAQ: Dashboard: Reactivate button to re-install PDF example forms

Die Dokumentation wurde aufgrund deiner interessanten Nachfrage im FAQ-Bereich um folgenden Abschnitt erweitert.
PDF-Beispiele erneut installieren:
docs.joomla-5.visforms.vi-solutions.de/f...-pdf-template-demos/

Unter Umständen wird noch eine alte Seite angezeigt, was am Zwischenspeichern von Seiten durch den Web-Browser liegt.
Die Anzeige des neuen Textes mit Leerung des Browser Caches erfolgt mit folgender Tastenkombination:
Strg + Umschaltung + R.

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum