Monday 31 January 2005 8:09:39 pm
So I want to create three sites: News, Forums and Info, and each site to have his own folder as root or something similar. The main idea is that users cannot acces the nodes of Info site through user interface of News site. How do I do that?
NOTE: I have only one database available.
I believe you could do it but it would be complex. Each site would require it's own anoymous user. e.g. create 3 users anon_news, anon_forums, anon_info and in the site.ini files for each of the sites set the anonymous user id to that of the corresponding anon user. [UserSettings]
# The ID of the anonymous user, this user will
# be used for everyone who is not logged in.
AnonymousUserID=10
You can then assign sections to each of the top level nodes and create roles so that the anonymous users can only read content within their own section. Another option would be just to set the IndexPage & DefaultPage settings to point to the corresponding top level nodes in each of the siteaccess site.ini files. You woul need to make sure that the templaes didn't display info from the other "sites" HTH
Cheers bruce
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|