Could someone help me to customize upload notification emails?
I've already found where is to edit. It's in "administrator/components/com_phocadownload/helpers/phocadownload.php".
There i have found out how to edit text in message and how to hide some other stuff (like IP, website and date).
What i want to do is to place category name of uploaded file in this email.
I know that to do it there must be something like "$categoryname" in this string:
Code: Select all
#1441: $messageText = JText::_( 'File') . ' "' .$fileName . '" '.JText::_('was uploaded by'). ' '.$name . $userName.'.';It would be great if someone can help me.
Please help me.

