All questions about EDocman extension

email notifications from category doesn't work

  • Lumiga
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #82885 by Lumiga
They told me that Edocman is only sending e-mails when you upload at the front-end.

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #82886 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic email notifications from category doesn't work
Hi,
If you want the notification emails should be sent if the document is uploaded at Back-end also, you can make this modification.
1. Open file:
Code:
root > administrator > components > com_edocman > model > common > document.php
2. Find:
Code:
if ($isNew && $config->upload_notification && $app->isSite())
and change to
Code:
if ($isNew && $config->upload_notification)

Good luck
Dam
The following user(s) said Thank You: Lumiga

Please Log in or Create an account to join the conversation.

  • Lumiga
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #82888 by Lumiga
Thanks! :)

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam