Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a Notification-feature for content-save
#5
with my plugin installed ( the one you linked )

Create a component named
hook_changedata-aftersave

Code:
<?php
GLOBAL $file,$author,$title;
sendmail('email@domain.com','admin notification','changedata-aftersave hook was executed file:'.$title.' was edited by '.$author);
?>
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
Is there a Notification-feature for content-save - by shawn_a - 2012-10-17, 06:48:04



Users browsing this thread: 1 Guest(s)