Page 1 of 1

Put a list with Columns

Posted: 19 Nov 2008, 11:00
by Gigab
Hi
Excuse my English, but I'm French :twisted:

I installed PhocaDownload, and congratulation for this component !!

I have a very long list on one section (about 150 titles), and I wanted to know if it was possible to make this list into two or three columns (or plus ) on my page..

Without that, my page will be very height (long) :!:

Thaks very much for your answer !

Re: Put a list with Columns

Posted: 19 Nov 2008, 14:34
by Jan
Hi, there is no such option but I will paste it into the feature request list - to set maximum number of listed items in section...

Now you can change it in php code - setting limit (e.g. LIMIT 10) to sql queries in
components\com_phocadownload\models\sections.php

method:
_getCategoryListQuery

addding e.g. LIMIT 10 into the end of the sql query (after cc.ordering)

Jan

Re: Put a list with Columns

Posted: 20 Nov 2008, 10:19
by Gigab
Thank you wery much for your answer..

It didn't work :(

I have just one column in the module mod_phocadownload_sectionmenu and in the component too.

As I could have more than one column in the mod_phocadownload_sectionmenu it'd be good.
:idea:

Thanks again !!

Re: Put a list with Columns

Posted: 20 Nov 2008, 19:28
by Jan
Module - added into the feature request (more columns - the same as e.g. in VM categories)

Jan