Page 1 of 1

File Information in Front end

Posted: 03 Jul 2014, 10:09
by abc8523
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?

Re: File Information in Front end

Posted: 04 Jul 2014, 23:31
by Jan
Hi, what you exactly mean with "change these information"?

Jan

Re: File Information in Front end

Posted: 11 Jul 2014, 19:58
by abc8523
Hi, I mean this additional information for the uploading files. I want to change for example "AuthorĀ“s Email" to "Publishingdate" and "AuthorĀ“s Website" to "Publisher"...

Image

Did you know what I mean?

Re: File Information in Front end

Posted: 13 Jul 2014, 22:54
by Jan
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

Re: File Information in Front end

Posted: 05 Aug 2014, 14:06
by abc8523
Thanks for your Help, it works!

Re: File Information in Front end

Posted: 21 Nov 2014, 12:34
by CAP
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.

Re: File Information in Front end

Posted: 21 Nov 2014, 22:05
by Jan
Hi, as written above, such needs to be customized directly in the code :idea:

Jan