Page 1 of 1

How to unpublish field in upload detail form

Posted: 14 Sep 2020, 03:34
by ahmadmaliki
Hi guys,

please help me out this problem. i want to disable some of field in upload form. how the method to disable it.

eg: i wanna use field of file upload and file title only. others field, i want to unpublish.

i'm using phoca download v3.2 version.

Thanks.

Re: How to unpublish field in upload detail form

Posted: 14 Sep 2020, 20:00
by Jan
Hi, there can be more ways:

per template override
or per CSS (with display:none rule for the fields you don't want to see)

https://www.phoca.cz/documents/17-phoca ... load-theme
Jan

Re: How to unpublish field in upload detail form

Posted: 15 Sep 2020, 03:24
by ahmadmaliki
Thank you Jan.

Re: How to unpublish field in upload detail form

Posted: 17 Sep 2020, 12:43
by Jan
Ok