I feel silly just for asking this question because I know it is an easy answer, but...
How can I change the categories view to a single column on PD 3 Beta? Currently, I have three columns and for the life of me I can't seem to find to option to change the column value.
Phoca Download 3 Beta - Silly layout question
-
- Phoca Newbie
- Posts: 9
- Joined: 10 Jan 2013, 18:34
- Contact:
-
- Phoca Member
- Posts: 39
- Joined: 03 Jul 2008, 13:30
Re: Phoca Download 3 Beta - Silly layout question
There is no option for this.
In fiel \com_phocadownload\views\categories\tmpl\default.php
find
if ($i%3==0) {
change to
if ($i%1==0) {
In fiel \com_phocadownload\views\categories\tmpl\default.php
find
if ($i%3==0) {
change to
if ($i%1==0) {