Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Phoca Download - download manager
desertbabe
Phoca Newbie
Posts: 9 Joined: 30 Jul 2008, 14:14
Post
by desertbabe » 30 Jul 2008, 14:23
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.
Jan
Phoca Hero
Posts: 48595 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 31 Jul 2008, 10:55
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
desertbabe
Phoca Newbie
Posts: 9 Joined: 30 Jul 2008, 14:14
Post
by desertbabe » 06 Aug 2008, 09:32
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.
Jan
Phoca Hero
Posts: 48595 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 06 Aug 2008, 15:29
bossjm
Phoca Newbie
Posts: 1 Joined: 18 May 2012, 15:38
Post
by bossjm » 18 May 2012, 16:03
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
Jan
Phoca Hero
Posts: 48595 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 20 May 2012, 22:18
Hi, then you need to customize the output directly in Phoca Download template:
components/com_phocadownload/views/category/tmpl/default.php
Jan