News:

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

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
  •