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.
How to unpublish field in upload detail form
- ahmadmaliki
- Phoca Newbie
- Posts: 2
- Joined: 14 Sep 2020, 03:16
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: How to unpublish field in upload detail form
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
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
If you find Phoca extensions useful, please support the project
- ahmadmaliki
- Phoca Newbie
- Posts: 2
- Joined: 14 Sep 2020, 03:16
Re: How to unpublish field in upload detail form
Thank you Jan.
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: How to unpublish field in upload detail form
Ok
If you find Phoca extensions useful, please support the project