How can I access custom page attributes from event on_page_add?
PermalinkI've got it working when they edit an existing gallery page using event on_page_version_approve to update the children pages based off the current attributes. But when I try to tie into on_page_add the attributes aren't accessible. From what I've found, I believe it is because on_page_add is fired before the attributes are saved.
I'm not sure why on_page_version_approve isn't fired initially but it doesn't seem to be.
I've found http://www.werstnet.com/blog/a-more-useful-on-user-add-event-for-co... that I believe may solve my problem but I don't know concrete5 well enough to know where to tie into the page add process. Am I correct in thinking this is the same problem?
Thanks

Jeremy Werst is hooking into /concrete/controllers/register.php for adding a new user.
I don't know which page correlates to register.php for adding a new page.