sub folder area for users

Permalink
I intend to over ride the PHP registration page in a package so that on registration a user has an automagically created sub section

/projects/user

What would be the best way to go about this?

 
Mnkras replied on at Permalink Reply
Mnkras
i would use events,

http://www.concrete5.org/documentation/developers/system/events...

you can do that right in a package
coconutcreations replied on at Permalink Reply
Ah, i see!

Thanks for the heads up. So, it would seem that I hook into...

Events::extend('on_user_add...

with

Page::add(....
Mnkras replied on at Permalink Reply
Mnkras
correct :)