Page 1 of 1

Files view settings to allow organize in multiple columns

Posted: 05 Aug 2011, 08:08
by pupkinzon
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.

Re: Files view settings to allow organize in multiple column

Posted: 05 Aug 2011, 17:25
by Jan
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

Re: Files view settings to allow organize in multiple column

Posted: 05 Aug 2011, 17:56
by pupkinzon
Jan 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
Thanks for information. I feared that it's gonna be something like that :)