Hi,
I am working on a website, where the user will register. Upon login i want the user to get a User Dashboard panel, from where they can customize there setting, the looks of their website. They should get a subdomain ie if a user gets registered with username circuit, he should get www.ciruit.mydomain.com + dashboard control panel. I hope my query is clear. How should i go about on this thing.
Thanks in anticipation,
Regards,
Gohil JayendrasinhPosted May 14, 2012, 2:56 AM
I think you want to create Dashboard on role
base. So
1) create table in database userrole and map with user.
2) Create pagerole in database that contain information about pagename ,userid ,roleid
and map with userrole.
3) Create page access class and check the page accessibility.