Page 1 of 1

In Category view, reorder files and description

Posted: 27 Apr 2019, 01:56
by toddashi
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!

Re: In Category view, reorder files and description

Posted: 29 Apr 2019, 10:40
by Jan
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

Re: In Category view, reorder files and description

Posted: 01 May 2019, 02:44
by toddashi
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.

Re: In Category view, reorder files and description

Posted: 02 May 2019, 18:03
by Jan
Ok