There are two approaches that come to mind. The approach you take is dependent on where you want your data to reside.
Approach One--Content in FarCry (as you suggest) B/c FarCry allows page permissions on individual navigation nodes, you could create a security group for each company and create a regular dmNav/dmHTML pair for each company w/ that companies information on it. Then you remove the anonymous view permission from that page, but grant it to the companies group. Approach Two--Content in Custom App The above approach may prove difficult to maintain when you reach a certain point (20+ users). You could also create a custom application for inputting all this data, and then assign it to user groups. (Alternatively, create a custom FarCry type). I would make the data accessible via a single include (dmInclude). You protect the include w/ a dmNav object, which forces the user to login (you now know which company). Then you pull only the data associated w/the user for display. Scott Talsma CTO echo.eleven 404.845.3458 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of xerrano (sent by Nabble.com) Sent: Thursday, February 16, 2006 11:06 AM To: [email protected] Subject: [farcry-dev] MULTIPLE USERS WITH MULTIPLE NEEDS Hi there... I'll try to explain my self about what Im trying to do, I don't know if the way is to do it within FarCry or outside using some other code or application. I hope some one give me a clue abou it. I need for one of my projects to have some kind of user control among all the others, the website I need to build will contain information for local tours companies, and I like to give them acces to the information corresponding to their company without seeing the others. Is this possible? My idea was to give them access just to a navigation item, where all the content within that navigation item will be accesible to them, but this would be better made in another way. Any one? Thanks Felipe Serrano ([EMAIL PROTECTED]) -- View this message in context: http://www.nabble.com/MULTIPLE-USERS-WITH-MULTIPLE-NEEDS-t1135217c621.html#a 2973073 Sent from the FarCry - Dev forum at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
