Hi!
Phoca Download 2.0.1, Joomla 1.6.5.
Is there an option to show files in category organized in multiple columns? I use template with variable article pane size, so on widescreens it's kinda too much space gets wasted using default single-column table structure.
Files view settings to allow organize in multiple columns
-
pupkinzon
- Phoca Newbie

- Posts: 2
- Joined: 04 Aug 2011, 19:53
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Files view settings to allow organize in multiple column
Hi, then you need to customize in the code or overwrite it with MVC by the template:
components/com_phocadownload/views/category/tmpl/default.php
Jan
components/com_phocadownload/views/category/tmpl/default.php
Jan
If you find Phoca extensions useful, please support the project
-
pupkinzon
- Phoca Newbie

- Posts: 2
- Joined: 04 Aug 2011, 19:53
Re: Files view settings to allow organize in multiple column
Thanks for information. I feared that it's gonna be something like thatJan wrote:Hi, then you need to customize in the code or overwrite it with MVC by the template:
components/com_phocadownload/views/category/tmpl/default.php
Jan