Events

Permalink
Hi - Im looking for events on the following:

on_page_trashed
on_page_permissions_change

Does anyone know how I could add these without amending the core?!

Cheers

5fly
 
5fly replied on at Permalink Reply
5fly
Managed to get on_page_move working for the trashed event... a little bit of a hack but decided to use the on_page_move variable newParent and check if its the same as the trash

if($newParent->cID === Page::getByPath(TRASH_PAGE_PATH)->cID) {....