Document Library Block Custom Code behaviour
Permalink
Hi - I have a client who wants to upload files to a members area on the site. This would be where registered users have there own space to be kept up to date with information have specific documents uploaded to here etc. We are going to use this block.
http://www.concrete5.org/marketplace/addons/document_library/...
However there doesn't seem to be a feature for an alert - the website admin would like clients to get alerts when things are uploaded and vice versa when the client uploads anything an alert is sent. I presume this should be some php mail to code in the plug in core. Would anyone be interested in taking this on?
http://www.concrete5.org/marketplace/addons/document_library/...
However there doesn't seem to be a feature for an alert - the website admin would like clients to get alerts when things are uploaded and vice versa when the client uploads anything an alert is sent. I presume this should be some php mail to code in the plug in core. Would anyone be interested in taking this on?
we can implement this using Events by listening 'on_file_add'
(http://www.concrete5.org/documentation/developers/system/events).
ie when a file getting added to the file manager, we can call a function which will sent the notification to the extranet customers..