News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

JD Content Plugin - show all Downloads of a Author

Started by Nyx, 10.01.2021 00:17:30

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nyx

Hello,

at the moment i make a Joomla article and take all Downloads from a Author per hand.

e.g.:

article 1:

{jd_file file==777}
{jd_file file==774}
{jd_file file==677}
....


article 2:

{jd_file file==537}
{jd_file file==684}
{jd_file file==657}
....


i wisch the JD Content Plugin for JD 3.2 and JD 3.9 can have a Author Tag, that show all Downloads per Author in a single Tag/Article:

e.g.:

article 1:

{jd_file author==Max Mustermann}


article 2:

{jd_file author==Sepp Huber}

=show=>

Download 1
Download 2
Download 3
....


At the moment i must find out the file ID of all Downloads of the Author in the article and put it in the article.
And wenn form the author a new Download is upload i must manually put that to the article.

Unfortunately is the JD content Plugin PHP File quite complex for me to quickly implement it myself.
  •