Sorry but I missunderstod you..
The only way for you just now to show Artist(category) on Artists page is this.
Code: Select all
{cms_module module='Cataloger' action='all' sub_template='Land' alias='brasilien' recurse='categories_all'}
Code: Select all
{cms_module module='Cataloger' action='all' sub_template='Land' alias='danmark' recurse='categories_all'}
etc etc etc
You must do so with each Country-category.
Why? because you can't show sub-categories without add alias='page_alias'.
I would suggest that you did some changes.
Artists(content)
Brazil(content)
Artist 1(Category)
image 1 (item)
image 2 (item)
Artist 2(Category)
image 1 (item)
etc.
Denmark(content)
Artist 1(Category)
image1 (item )
Artist 2(Category)
image 1 (item)
image 2 (item)
etc
etc.
Then put {cms_module module='Cataloger' action='all' sub_template='Land' recurse='categories_all'} in Artists content.
And in every country page ex. Danmark: {cms_module module='Cataloger' action='all' sub_template='Land' alias='danmark' recurse='categories_all'}
Hope you understand what I mean.
/Coldman