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?

Datentabelle im Frontend

More
9 years 9 months ago #1234 by Hans-der-Hans
Datentabelle im Frontend was created by Hans-der-Hans
Hallo zusammen,

Die Daten in der Datentabelle im Frontend sind immer nach dem Feld ID, aufsteigend sortiert.

Dazu ein kleine Frage: ist es möglich die Daten in der Datentabelle im Frontend auf Feld ID, automatisch absteigend zu sortieren? Wenn die Seite aufgerufen wird, also der letzte Datensatz zuerst.

Schon jetzt vielen Dank

More
9 years 9 months ago #1235 by Administrator AV
Replied by Administrator AV on topic Datentabelle im Frontend
Hallo Hans,

nein, diesen Parameter gibt es im Moment leider noch nicht.
Es gibt nur die Optionen die du unter dem Tab "Optionen für Formularten anzeigen" im Menü findest.

Es gäbe prinzipiell die Möglichkeit den Code dahingehend zu verändern, dass als Default immer absteigend sortiert wird.
Das ist in der Datei components/com_visforms/models/visformsdata.php
In der Funktion "getListQuery()" findest du eine Zeile
Code:
$orderDirn = $this->state->get('list.direction', 'asc');

In Visforms 3.2.3 ist das die Zeile 195 in anderen Versionen könnte es auch eine andere Zeile sein.
Wenn du diese austauschst gegen
Code:
$orderDirn = $this->state->get('list.direction', 'desc');

dann wird immer absteigend sortiert.
Die Änderung wird aber von jedem Update von Visforms überschrieben.
Das Feature steht auf der Wunschliste und wird sicher auch irgendwann implementiert.

Herzliche Grüße,
Aicha

: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
9 years 9 months ago #1236 by Hans-der-Hans
Replied by Hans-der-Hans on topic Datentabelle im Frontend
Hallo Aicha,
vielen Dank für die schnelle Antwort.
Doch leider geht es so auch nicht! Hast Du evtl. noch ein Idee woran das liegen kann bzw. wo das ändern kann?
Meine Version ist die 3.2.3

Schon jetzt vielen vielen Dank.

More
9 years 9 months ago - 9 years 9 months ago #1237 by Administrator AV
Replied by Administrator AV on topic Datentabelle im Frontend
Hallo Hans,

äh, ja.

In derselben Datei muss die Funktion populateState($ordering = null, $direction = null) auch noch angepasst werden.

Zeile 115: statt
Code:
parent::populateState('id', 'asc');
muss stehen
Code:
parent::populateState('id', 'desc');

Und dann evtl. noch den Cache löschen und den Browser mal schließen und wieder öffnen.

Gruß,
Aicha

: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: 9 years 9 months ago by Administrator AV.

More
9 years 9 months ago #1239 by Hans-der-Hans
Replied by Hans-der-Hans on topic Datentabelle im Frontend
Hallo Aicha,

super vielen vielen Dank, jetzt geht es :)

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum