Hi,
I have a main-category with for example 5 sub-categories. Now I want to show all downloads of all the 5 sub-categories in a page. Is that possible and if yes, how?
Thanks in advance
Hi,
you can use the "View All Downloads" from the category selection box.
Otherwise when you will really only the files from the sub categories:
- activate the jD content plugin and the jD button plugin
- create a new Joomla article
- use a placeholder like this:
{jd_file category==15,3,41,6 count==0} will list all Downloads from those categories with IDs 15, 3, 41 and 6.
More placeholder informations (and examples) can you find in the plugin description (see pic).
[gelöscht durch Administrator]
Perfect! Thanks a lot!!!