jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: nadja on 21.02.2015 01:59:10

Title: Display Subcategories in Article
Post by: nadja on 21.02.2015 01:59:10
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.
Title: Re: Display Subcategories in Article
Post by: Arno on 21.02.2015 02:31:31
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}

;)
Title: Re: Display Subcategories in Article
Post by: nadja on 21.02.2015 02:39:36
Alright, thank you!

I'll work around it