File Information in Front end

Phoca Download - download manager
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

File Information in Front end

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: File Information in Front end

Post by Jan »

Hi, what you exactly mean with "change these information"?

Jan
If you find Phoca extensions useful, please support the project
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

Re: File Information in Front end

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: File Information in Front end

Post 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
If you find Phoca extensions useful, please support the project
abc8523
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 03 Jul 2014, 09:59

Re: File Information in Front end

Post by abc8523 »

Thanks for your Help, it works!
CAP
Phoca Member
Phoca Member
Posts: 12
Joined: 28 Mar 2014, 12:50

Re: File Information in Front end

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: File Information in Front end

Post by Jan »

Hi, as written above, such needs to be customized directly in the code :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply