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.
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.
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 ?
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 ?
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.
Hope that helps.
sure it helps,
I will give a try and see how goes.
thanks again!
I will give a try and see how goes.
thanks again!
Whatever you are doing manually for each user could be automated and run on that event.
Hope that helps.