Is it possible to have two (or more) alternative layouts for category file list view.
I have very heavily customised the category view using a template override. I would like to have an alternative layout as well which I would use for certain menu entries.
So the standard (with template override) layout is index.php?option=com_phocadownload&view=category&id=9
Id like to be able to use a different layout sometimes. I make a copy of the default.php as list.php and default_files.php as list_files.php in the template override folder html/com_phocadownload/category/ but how do I get it to use this new version?
RogerCO
Two different file list layouts
-
- Phoca Member
- Posts: 47
- Joined: 18 Sep 2011, 16:17
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Two different file list layouts
Hi, maybe it is better co copy the template and add override in "other template" - so then you can manage it per template settings and set in which parts each view will be displayed (for example: one menu link will display template A with override A, second menu link template B with override B)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 47
- Joined: 18 Sep 2011, 16:17
Re: Two different file list layouts
Hey Jan, that's a really good creative suggestion. It hadn't occurred to me that I could use a layout override in a different template. I suppose to be safe and ensure that I picked up all my custom css in the other template I would need to create a copy of my live template - but this is easy now since it was built in to Joomla as a function to copy template a few versions ago.
Nice one, Thanks
RogerCO
PS you could mark this a solved
Nice one, Thanks
RogerCO
PS you could mark this a solved
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Two different file list layouts
Ok
If you find Phoca extensions useful, please support the project