Hello! I am pretty new to Joomla and Phoca Download.
I'm setting up a site, and in category view I would like to show files first and the category description afterwards. I looked at Layout in the Phoca Download control panel, but moving those items around doesn't seem to change anything.
Do I need to do something custom in CSS?
Thanks!
In Category view, reorder files and description
-
- Phoca Newbie
- Posts: 2
- Joined: 27 Apr 2019, 01:43
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: In Category view, reorder files and description
Hi, the best way is to do in html with template override:
components\com_phocadownload\views\category\tmpl\default.php
or
components\com_phocadownload\views\category\tmpl\default_bootstrap.php
in case you have enabled Bootstrap output.
Jan
components\com_phocadownload\views\category\tmpl\default.php
or
components\com_phocadownload\views\category\tmpl\default_bootstrap.php
in case you have enabled Bootstrap output.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 27 Apr 2019, 01:43
Re: In Category view, reorder files and description
Thank you! It took me a bit to figure out exactly what to move around, but now it's perfect.
I moved the // Description section down.
I moved the // Description section down.
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: In Category view, reorder files and description
Ok
If you find Phoca extensions useful, please support the project