Hi All
Just wanted to check if something is possible with an xslt or if I need to create a usercontrol.
In the site stucture below the client area folder would be set to private access, using role based protection.
site stucture of:
The plan is to create a member group for each client and then assign members to a membergroup. When a member has logged they are taken to the client area landing page, where a sub menu is created that only provides access the pages within their own folder.
Or possibly they are redirected straight to their own folder, once logged in. I.e. www.site.co.uk/client-area/client-one/.
Due to start the dev work shortly, but just really checking to see what options are available to me.
Likely to use:
Umbraco 4.0.4.2
Thanks in advance
Eddie
Hi Eddie,
What you've described sounds like the right solution to me.
Within your XSLT you can just make use of some of the umbraco library methods to do then checks for you. The ones you'd be most interested in are:
Using these you should be able to easily filter your results based upon the users permisions.
Matt
Hi Matt
Superb, just the info that I needed.
Thanks again