permission to let users have there own page

Permalink
Hi,

I try to have each of my users have his own page where they can do editing and add sub pages,

I wonder if there is another way to do this at the moment of registration or some other way in order not to setup it manually per used based.

notzen
 
olliephillips replied on at Permalink Reply
olliephillips
It sounds like you need to look up 'events'. In particular C5's "on_user_add" event.

Whatever you are doing manually for each user could be automated and run on that event.

Hope that helps.
notzen replied on at Permalink Reply
notzen
Thanks alot!

looks like can work for me,

so if I understand right with this function I can let concrete5 to create a userpage with relative permissions to edit and add subpages for that users.

Do I need to write or specify something by code ?
olliephillips replied on at Permalink Reply
olliephillips
You'll need to write all the functionality, but whatever you are manually doing for each user can be done via C5's API. And can be tied into the on_user_add event so that it happens automatically for each new user.

Hope that helps.
notzen replied on at Permalink Reply
notzen
sure it helps,

I will give a try and see how goes.

thanks again!