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.
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}
;)
Alright, thank you!
I'll work around it