andy

Anonymous
Hi Guys, just wondering is modification for the filemgmt for email notifications base on the permission given on each user is possible?

so when the specific user upload the file then the system will send email notification for the members under this specified users.

thanks in advance

andy

Jacek

Anonymous
Hi,
Just add:
Text Formatted Code
if (isset ($_CONF['notification'])) {
COM_mail ($_CONF['site_mail'], "New file", "A new file is waiting for your approval");
}

below each
Text Formatted Code
$AddNewFile = true;
in submit.php in the filemgmt directory.
Good luck,
Jacek

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
:shakehands: Nice feature.

Thanks.

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS