Page 1 of 1

Phoca Download

Posted: 30 Jul 2008, 14:23
by desertbabe
can you tell me how to arrange the main Download page to display 3 columns instead of 2? I have looked and looked, but can't find the code.

Thanks. :shock:

Re: Phoca Download

Posted: 31 Jul 2008, 10:55
by Jan
Hi, there are 3 columns now...

see CSS, e.g.:
components\com_phocadownload\assets\phocadownload-blue.css

Code: Select all

#phoca-dl-sections-box .sections {
	margin:5px;
	padding:5px;
	border: 1px dotted #CCCCFF;
	width:30%;
	position:relative;
	float:left;
}
For 2 columns you just change the width to width:50%

Jan

Re: Phoca Download

Posted: 06 Aug 2008, 09:32
by desertbabe
Hi Jan

Thanks. I had tried to use DocMan for this section of my site, but the Phoca Download works brilliantly. Thanks for the help. :twisted:

Re: Phoca Download

Posted: 06 Aug 2008, 15:29
by Jan
:wink:

Re: Phoca Download

Posted: 18 May 2012, 16:03
by bossjm
Hi Jan

I have simular problem.
I use Phoca download ver 1.3.9.
I want to have 3 columns with files, is that possible?
If it is, where can be edit?

The thing is i have so many files for download, and would be great if that could be done.

tnx

Re: Phoca Download

Posted: 20 May 2012, 22:18
by Jan
Hi, then you need to customize the output directly in Phoca Download template:

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

Jan