Joomla 6 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 14. Oktober 2025 alle unsere Joomla Erweiterungen mit Joomla 6 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 eigenständige Dokumentationen Visforms Joomla 4, Visforms Joomla 5 und Visforms Joomla 6.

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?

Display date time in Display Data page

Mehr
12 Jahre 4 Monate her #289 von Tikki
Display date time in Display Data page wurde erstellt von Tikki
Hi, I wonder that in "Display data" page would it be able to direct display date and time of each data record instead of click the link on data each line? Can I mod the code?

Mehr
12 Jahre 4 Monate her - 12 Jahre 4 Monate her #290 von Administrator AV
Administrator AV antwortete auf Re:Display date time in Display Data page
Hi,

you could change the code in administrator/components/com_visforms/views/visdata/tmpl/default.php

find the th Element with
<?php echo JHtml::_('grid.sort', 'COM_VISFORMS_PUBLISHED', 'a.published', $listDirn, $listOrder); ?>

and copy the the whole th element including the closing tag
and insert it directly after the copied one.

rename a.published in the inserterd element to a.created
Change COM_VISFORMS_PUBLISHED into COM_VISFORMS_DATE

find
<td align="center">
<?php echo $published;?>
</td>
add after this element the following code

<td align="center">
<?php echo $row->created;?>
</td>

If not tested it but I think it will work,

Regards,
Aicha

: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 :-).
Letzte Änderung: 12 Jahre 4 Monate her von Administrator AV.

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum