Page 1 of 1

Automatic ID Category file Upload

Posted: 30 Jun 2014, 10:59
by Webbolo
Hi,
I have in "upload form" only one category to make upload files.
To make everything easy for you, I want to hide the dropdown and to make this work I need the dropdown list is automatically associated with the "catid" category of only enabled (for now automatically selects "category selct").
How can I do?

Thank You !!!

Re: Automatic ID Category file Upload

Posted: 30 Jun 2014, 23:11
by Jan
Hi, this needs to be customized in the code, the easiest way is to change the select box to hidden form input with predefined value (id of the category)

components/com_phocadownload/views/user/tmpl/ ...

Jan