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
Increasing the number of columns?
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Increasing the number of columns?
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
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
-
- Phoca Newbie
- Posts: 7
- Joined: 15 Dec 2013, 21:58
Re: Increasing the number of columns?
Thanks. I will investigate ....