Description and Download Link in email

Phoca Download - download manager
pat01
Phoca Member
Phoca Member
Posts: 32
Joined: 22 May 2013, 16:06

Description and Download Link in email

Post by pat01 »

Hello

After the user upoads a file using front end upload, the Admin gets an email.

How can I add to this email:
- the description entered by the user
- a download link to the file

?

Thank you very much!

Regards
Patrick
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description and Download Link in email

Post by Jan »

Hi, this needs to be customized directly in the code, the email function is here:

administrator\components\com_phocadownload\libraries\phocadownload\mail\mail.php

components\com_phocadownload\views\user\view.html.php

Code: Select all

PhocaDownloadMail::sendMail((int)$this->t['send_mail_upload'], $post['title'], 2);
Jan
If you find Phoca extensions useful, please support the project
pat01
Phoca Member
Phoca Member
Posts: 32
Joined: 22 May 2013, 16:06

Re: Description and Download Link in email

Post by pat01 »

OK, thanks!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description and Download Link in email

Post by Jan »

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