Page 1 of 1

"specific icon" option for user uploder?

Posted: 01 Nov 2012, 17:01
by ice
Is it possible to add an option for the user uploaders, to add a "specific icon" when uploading a file from frontend? by default the component gives you these options :

File name
file title
description
author
author's email
author's website
license
version

can I add/remove any of these? (As the super admin)

From backend, it's perfect by the way... :wink:

Re: "specific icon" option for user uploder?

Posted: 03 Nov 2012, 02:16
by Jan
Hi this needs to be customized in the code (see similar posts in the forum)

The code for displaying the form needs to be modified:

components/com_phocadownload/views/user/tmpl

and its controllers and models:
components/com_phocadownload/controllers/ ...
components/com_phocadownload/models/ ...

Jan