Category layout
Posted: 09 Aug 2017, 13:02
Hello,
I want to change the layout. But I need help.
I have categories: name1, name2, name3
There are some subcategories name1.1 ,name1.2, name2.1 etc where files in there
On first page I want to show just the main category
name1
name2
name3
On click on "1", I want to have this layout:
name1.1 (not clickable)
- files
- files
name 1.2
- files
and also when I click on name2 etc.
Now I always must click on name 1 then I have
name1.1
name1.2
and must them also click. But in this view I still want to have the files shown.
In default.php in line 82 I added:
echo $this->loadTemplate('files');
but nothing want be shown.
Hope anyone can help asap.
Thank you very much.
I want to change the layout. But I need help.
I have categories: name1, name2, name3
There are some subcategories name1.1 ,name1.2, name2.1 etc where files in there
On first page I want to show just the main category
name1
name2
name3
On click on "1", I want to have this layout:
name1.1 (not clickable)
- files
- files
name 1.2
- files
and also when I click on name2 etc.
Now I always must click on name 1 then I have
name1.1
name1.2
and must them also click. But in this view I still want to have the files shown.
In default.php in line 82 I added:
echo $this->loadTemplate('files');
but nothing want be shown.
Hope anyone can help asap.
Thank you very much.