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

Display Subcategories in Article

Started by nadja, 21.02.2015 01:59:10

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nadja

Hello,

I'm using:
   Joomla  3.3.6.
   jDownloads Version 3.2.26 beta

I'm inserting {jd_file category==30 count==0} in an article.

That particular category has the following structure:

MAIN CATEGORY (ID 30)
   -- Sub-category 1 (files here) (ID 31)
   -- Sub-category 2 (files here) (ID 32)
   
However, the two subcategories don't show up in article. If I use {jd_file category==31 count==0}, then the files from category 31 are displayed correctly.

I would like to use {jd_file category==30 count==0} and see the two subcategories.

I'm viewing the site as super user and I've checked all possible permissions I don't get why this isn't working. Does anyone have a solution? Thank you in advance.
  •  

Arno

Hi Nadja.
QuoteI would like to use {jd_file category==30 count==0} and see the two subcategories.
This is not possible. Here is always only viewed the selected category. Not any sub categories.

But you can use:
{jd_file category==30 count==0}
{jd_file category==31 count==0}
{jd_file category==32 count==0}

;)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

nadja

Alright, thank you!

I'll work around it
  •