News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Zwei Templates auf einer Seite

Started by gerdon, 09.11.2023 09:17:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerdon

Moin,
ich möchte auf einer Artikelseite in einer Tabelle in der ersten Spalte das Releasedatum und in der zweiten Spalte den Dokumententitel der Datei haben. Gibt es für sowas bereits Lösungsansätze?
  •  

ColinM

Hi
Angenommen, Sie meinen einen Artikel mit einem bestimmten Layout, in dem die Downloads als Datum und Titel aufgeführt sind. Ist das korrekt?

Denken Sie, ein möglicher Ansatz wäre die Verwendung eines jD-Moduls in einem Artikel.
Könnten Sie bitte genauer angeben, welche Downloads aufgelistet werden sollen? Gehören sie beispielsweise alle zu einer bestimmten Kategorie (oder Unterkategorie)?
-----------------------------------------------

Assume you mean having an article with a specific layout that lists the Downloads as dates and titles.  Is that correct?

Think a possible approach is to use a jD Module in an article. 
Could you please be more specific how you would specify the Downloads to be listed.  For example are they all in a specific category (or sub cat).

Colin
Colin M
  •  

gerdon

#2
Moin,
ich habe auf der Seite in einer Tabelle Dateien mit folgendem Layout eingebunden:
{file_pic}{file_title}
In der davor befindlichen Tabellenspalte möchte ich den Wert
{modified_date_value}haben.
Im Artikel habe ich das Layout mit {jd_file file==xxx}eingebunden. Gibt es da noch andere Optionen?
Wie kann ich das mit einem "jModul" verwirklichen?
------------------------------------------------------------------
Good morning,
I have integrated files with the following layout into a table on the page:
Code: [Select]

{file_pic}{file_title}

I want the value in the table column in front of it
Code: [Select]

{modified_date_value}

have.
I have included the layout in the article
Code: [Select]

{jd_file file==xxx}

integrated. Are there any other options?
How can I achieve this with a "jModul"?
  •  

ColinM

Hi
Ich bin mir nicht sicher, ob ich das ganz verstehe!!
Standardmäßig verwendet das jD Content Plugin das Download-Layout, das unter Optionen – Content Plugin – Standardlayout angegeben ist
Im Pulldown-Menü können Sie jedes verfügbare Download-Layout auswählen
Sie können auch das Layout angeben, indem Sie {jd_file onlinelayout==name-of-layout} verwenden.
Siehe Artikel
https://www.jdownloads.net/documentation/modules-plugins-v3-9/using-the-content-plugin-in-articles-and-modules
Beachten Sie, dass nach der Auswahl des Artikels ganz oben links auf dem Bildschirm ein Pulldown-Menü zur Sprachauswahl angezeigt wird.

Benötigen Sie Hilfe bei der Erstellung eines bestimmten Layouts?

Colin
----------------------------------------------------------------------------------------------------

Not sure I quite understand!!
By default the jD Content Plugin uses the download layout specified in Options - Content Plugin - Default Layout
The 'pull-down' allows you to select any available Download layout
You can also specify which layout by using {jd_file onlinelayout==name-of-layout}
See article
https://www.jdownloads.net/documentation/modules-plugins-v3-9/using-the-content-plugin-in-articles-and-modules
Note after selecting the article if you go to the very top left of the screen there is a select language pulldown.

Do you need assistance with having a specific layout?
Colin M
  •