Page 1 of 1

Multiple Column View

Posted: 27 Jun 2014, 16:42
by interbake
In the Phoco Download component, is it possible to make the List of Files Category View into multiple columns?

Thanks!

Re: Multiple Column View

Posted: 27 Jun 2014, 18:50
by Jan
Hi, this needs to be customized in the output file.

Jan

Re: Multiple Column View

Posted: 27 Jun 2014, 19:39
by interbake
Thank You, but could you give me a little more direction? Where can I find the file to customize?

Thanks!

Re: Multiple Column View

Posted: 28 Jun 2014, 22:11
by Jan
Hi, the output file is here:

components/com_phocadownload/views/category/tmpl/default_files.php

Jan

Re: Multiple Column View

Posted: 30 Jun 2014, 19:06
by interbake
Thanks Jan,

Unfortunately, php is not a language I am very familiar with. I found the file. Is it a simple adjustment to the code that you could pass along?

Thank so much for your help!

Re: Multiple Column View

Posted: 30 Jun 2014, 23:45
by Jan
Hi, I didn't do such customization yet, so I cannot say but there should be mainly CSS and HTML customization - to add e.g. two columns with CSS rules, with some float boxes, etc. :idea:

Jan