Jeremy, Yeah, those other paths in the forums fbx_settings were where I was seeing the problems crop up. I'll take a more detailed look at your quick fix you offered below, but for now I think I'll just go with John Q's suggestion: link to it directly rather than call it through a fuseaction from my top level app.
Thanks! Chris > -----Original Message----- > From: Jeremy Firsenbaum [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 12:15 PM > To: [EMAIL PROTECTED] > Subject: Re: Integrating Fusebox Apps/Circuits > > > Patrick is right on. The only way I got it to work was to remove the > rootPath from every include. Obviously the rootPath changes when > this app is > dropped inside of another one. > > Also there are other paths set in fbx_settings that need to be corrected - > request.queryPath and request.themePath. There are two options as I see it > to get these to work. Either you can write the path out starting with > fusebox.rootPath (e.g.: #fusebox.rootPath#/yourApp/forum/queries) > or you can > create a new rootpath for the forums app. I chose the latter as a > quick fix > and it seemed to work. Mind you I was just playing around to see how the > forums would look wrapped inside of another site. In any case, > here's what I > wound up doing: > > <cfset forum = structNew()> > <cfset forum.rootpath = ""> > > > <!--- directory containing query files. ---> > <cfparam name="request.queryPath" default="#forum.rootpath#queries"> > <!--- directory containing theme settings files (styles, look & feel) ---> > <cfparam name="request.themePath" default="#forum.rootpath#themes"> ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
