Increasing the number of columns?

Phoca Download - download manager
undermanager
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 15 Dec 2013, 21:58

Increasing the number of columns?

Post by undermanager »

Phoca download is great. I'm experimenting with it and am really impressed.

One thing I can't work out though: when viewing all the categories I've set up, they are listed in only three columns. I would really like to list them in five or six columns as I have a lot of space. I am fairly sure there must be a number or a percentage in the 'phocadownload css file' somewhere and have spent a few hours changing numbers to see if I can find the number that needs to be changed. I have not found the right place to make the change.

Can anyone help me, and tell me exactly what to change please?

Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Increasing the number of columns?

Post by Jan »

Hi, this you need set in html output (there are two layouts - one with float boxes, second with bootstrap):

components\com_phocadownload\views\categories\tmpl\default.php
components\com_phocadownload\views\categories\tmpl\default_boostrap.php

The best way is to override these views by template, not to do the modification directly in the code, so it will be not overwritten by upgrade. Some other way could be using the layout change in administration.

https://www.phoca.cz/documents/17-phoca- ... load-theme

Jan
If you find Phoca extensions useful, please support the project
undermanager
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 15 Dec 2013, 21:58

Re: Increasing the number of columns?

Post by undermanager »

Thanks. I will investigate ....
Post Reply