Wish I could report back what it took to fix this. I made many changes. Including your and Scott's suggestions. Probably too many at one time. Got it to work. Then changed this back to what it initially was (hopefully to find the problem) and it still works.
Probably a syntax problem. Thanks for the help. Steve -----Original Message----- From: Robert Shubert [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Witango 5 Conversion ? Have you checked that <@VAR user$u_site> is being set properly? -----Original Message----- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 12:33 PM To: Witango User Group (E-mail) Subject: Witango-Talk: Witango 5 Conversion ? I am converting an app from Tango 2000 to Witango 5. This app is shopping cart for many domains that uses one set of tafs. <@var user$U_Site> is set when the shopper first enters the domain and is the variable that is used for selecting the custom variables for a particular domain. I have custom variables set up for each domain as follows: ThemePath /Sites/<@var user$U_Site>/Theme/ ThemeHeader <@var <@var user$U_Site>$ThemePath>header.html ThemeFooter <@var <@var user$U_Site>$ThemePath>footer.html I use the following tags to include the site header template: <@include "<@var <@var user$U_Site>$ThemeHeader encoding=metahtml>"> Prior to Version 5 <@var <@var user$U_Site>$ThemePath> evaluated to /Sites/upnorth/Theme/ and <@var <@var user$U_Site>$ThemeHeader encoding=metahtml> evaluated to /Sites/upnorth/Theme/header.html In Version 5 <@var <@var user$U_Site>$ThemePath> evaluates to /Sites//Theme/ and <@var <@var user$U_Site>$ThemeHeader encoding=metahtml> evaluates to header.html It appears that the nested variable <@var user$U_Site> is getting lost now with version 5. Any ideas or comments why this is doing this? Thanks Steve Fogelson Internet Commerce Solutions ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
