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 (xerr...@gmail.com)
--
View this message in context: http://www.nabble.com/MULTIPLE-USERS-WITH-MULTIPLE-NEEDS-t1135217c621.html#a2973073
Sent from the FarCry - Dev forum at Nabble.com.
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
Looks like the second approach is the best!
Is there a way that you could send me the points to get this working? or
point me to any tutorial-direction?
• How do I assign an App to UserGroups
• About the Custom FarCry
• Make the data accesible via a single include
• Protect the include with a dmNav object
• Pull out the final data
I will do a search in this forum about each step you gave me.
But all help would be very much appreciate.
Tanks Again
--
View this message in context: http://www.nabble.com/MULTIPLE-USERS-WITH-MULTIPLE-NEEDS-t1135217c621.html#a2974020
I will work on that, so what you think if in any time
the users grow up to more than 20?
In that case you think I should go to another direction?
Thanks again
--
View this message in context: http://www.nabble.com/MULTIPLE-USERS-WITH-MULTIPLE-NEEDS-t1135217c621.html#a2991438