You can really root your navigation anywhere you like. I have the main site under the standard "home" and I run several other trees under "utility". I simply create a navAlias so I can easily find the additional "roots" then all my navTree calls use that root.
By putting them in Utility I hide them from anything that doesnt really know about them and can maintain a "level 1" root. AND FarCry is deliberately designed to create multiple separate sites to be controlled by a single Admin (i.e. it is a good solution for a site provider to use). Regards, Gary On Thu, 20 Jan 2005 15:36:45 +0800, Andrew Mercer <[EMAIL PROTECTED]> wrote: > you can create two new nodes at the root level and give them an alias, > eg homeSite1 and homeSite2 > > Then in your calls to get nav nodes, instead of passing > APPLICATION.navid.home, pass > APPLICATION.navid.homeSite1 or APPLICATION.navid.homeSite2 > > > On Thu, 20 Jan 2005 15:18:18 +0800, Chris Bauer <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > This might be a daft question, but I couldn't google anything that gave a > > definitive answer either way. > > > > =In short= > > Is it possible to administer several sites from a single admin? > > > > =Ad nauseum= > > I'm working on several sites that cross-reference up to about 60% of the > > dynamic (news, project, announcement) content, which also cross-link, but > > are distinctly different root sites. I've got no problem with using the same > > farcry application, and am currently considering forwarding from the 'home' > > nav to subnodes depending on the host header value and overriding the > > _primaryNav to restrict the nodes displayed in the menu. However, I'd prefer > > to have different trees under root (rather than under home) but this seems > > to break my site! Is there a simpler way to do this? I feel like I'm trying > > too hard to do something straightforward. > > > > Any reference site, design considerations or a starting point would be much > > appreciated. > > Chris > > > > --- > > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to [EMAIL PROTECTED] > > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
