We actually do something like this on our current site and I'm dealing with
a similar issue in my re-development of the site in fusebox.

The way we've decided to do it is have seperate switch statements in the
index.cfm in question.  We use tables as our method of layout and have a
global layout.  Each fuseaction case sets the variables in the different
panes of the table with the appropriate file.  Its similar to frames I
suppose, but different since its actually tables.

So in the fuse that we intend to "share" with other companies (actually its
our forum) we set up a sperate switch statement in the index for that
company.  Its pretty easy actually, just cut at paste the previous switch
statement and change the table components that deal with the wrapper
accordingly.

Hm, this sounds more confusing than I had intended, feel free to contact me
off-list for more info russ.

-Brian

-----Original Message-----
From: Russell Jones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 10:39 AM
To: Fusebox
Subject: Re: Cobranding Apps ... (with Fusebox)


hehe ... yeah, but that would be the easy way out.

I'm saving that as a last resort.

I'm more interested finding how how this is done without using frames, as
I've been stumped on this for some time. I feel that if I can get past this,
I'll be a better programmer for it.

There's a crucial piece of complexity here that I just don't understand.

:)

--
Russell Jones
Webmaster
ImproveNow.com
Phone: 207.236.0146
e-mail: [EMAIL PROTECTED]

> From: Stephen Fernandez <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 5 Oct 2000 15:32:06 +0100
> To: Fusebox <[EMAIL PROTECTED]>
> Subject: RE: Cobranding Apps ... (with Fusebox)
>
> have u considered using frames?
>
> -----Original Message-----
> From: Russell Jones [mailto:[EMAIL PROTECTED]]
> Sent: 05 October 2000 15:28
> To: Fusebox
> Subject: Cobranding Apps ... (with Fusebox)
>
>
> The question I will ask: How do I accomplish this with fusebox? or
without?
>
> ===
>
> OK, our company has built 3 major applications. These are assessment tools
> that collect data from a user, display back reports, then encourage that
> same user to return months later to complete other assessments.
>
> The apps only run from dedicated folders in our site tree, as that is how
> they were designed to work. Recently, outside companies have approached
us,
> inquiring about the ability to co-brand these apps.
>
> So they want a section of our site like ..
>
> http://www.oursite.com/#them#/
>
> .. to be a place that links to the 3 key apps we've developed. More
> importantly, these apps must now "appear" to run from within these new
> directories.
>
> This is where I get lost. (I'd appreciate any help redefining this problem
> as well, if I am at all unclear to you)
>
> How does one execute the whole logic of an "index.cfm" from another
> directory completely?
>
> I prefer doing everything in fusebox style, but have never come across a
> problem as such. Using <CFMODULE> to call a single fuseaction from another
> directory is really easy for me. I understand it completely, but I don't
> think the solution here is that simple.
>
> Has anyone else experience with co-branding apps?
>
> /
> /applications
> /applications/app1
> /applications/app2
> /applications/app3
> /cobrands
> /cobrands/company1
> /cobrands/company2
> /etc ...
>
> Thanks.
>
> --
> Russell Jones
> Webmaster
> ImproveNow.com
> Phone: 207.236.0146
> e-mail: [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
--
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --------------------------------------------------------------------------
----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the
> body.
>

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to