Hey, I'm trying to change the File Parameters in Front end like "authoremail", "license", "Version" to "Date", "Publisher" ...
Is it possible to change These Information?
File Information in Front end
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: File Information in Front end
Hi, what you exactly mean with "change these information"?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
abc8523
- Phoca Newbie

- Posts: 7
- Joined: 03 Jul 2014, 09:59
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: File Information in Front end
Hi, such needs to be customized directly in the php file:
components\com_phocadownload\views\user\tmpl\default_files.php
If you change to some other fields, you need to check them in model:
components\com_phocadownload\models\user.php
(see the save method)
Jan
components\com_phocadownload\views\user\tmpl\default_files.php
If you change to some other fields, you need to check them in model:
components\com_phocadownload\models\user.php
(see the save method)
Jan
If you find Phoca extensions useful, please support the project
-
abc8523
- Phoca Newbie

- Posts: 7
- Joined: 03 Jul 2014, 09:59
Re: File Information in Front end
Thanks for your Help, it works!
-
CAP
- Phoca Member

- Posts: 12
- Joined: 28 Mar 2014, 12:50
Re: File Information in Front end
Sorry to enter this conversation but my questions is related:
How can I allow my users to add tags for the uploaded files from the frontend?
Thanks.
How can I allow my users to add tags for the uploaded files from the frontend?
Thanks.
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: File Information in Front end
Hi, as written above, such needs to be customized directly in the code 
Jan
Jan
If you find Phoca extensions useful, please support the project
