| Sunday 26 April 2009 8:15:23 pm 
                                                                
                                                                 
I have set up a new site access by copying the old folders and renaming them as in this tutorial.http://ezpedia.org/nl/ez/overriding_the_ez_web_interface_ezwebin_with_custom_designs
 
I replicated the database and put new paths in the appropriate ini files for the 2nd database.Now my content uploads correctly and I can access the new site in both admin and browsing mode.
 
I want a different "look and feel" for each site_access...but the new site access is only reading the templates and css from the original site's path.
 
@import url(/Exponential/extension/ezwebin/design/ezwebin/stylesheets/core.css);
    @import url(/Exponential/design/standard/stylesheets/debug.css);
    @import url(/Exponential/extension/ezwebin/design/ezwebin/stylesheets/pagelayout.css);
    @import url(/Exponential/extension/ezwebin/design/ezwebin/stylesheets/content.css);
    @import url(/Exponential/extension/ezwebin/design/ezwebin/stylesheets/websitetoolbar.css);
It appears (to me) that the new site_access isnt picking up the new pagelayout.tpl file, because the CSS from the original design is not present when I view source in my browser. What file do I need to edit, to make my new site_access recognise the CSS of the new design? 
Original design:/usr/local/apache2/htdocs/Exponential/extension/ezwebin/design/ezwebin
 New design:
 /usr/local/apache2/htdocs/Exponential/extension/ezwebin_rafter/design/ezwebin
 
Original siteaccess:/usr/local/apache2/htdocs/Exponential/settings/siteaccess/ezwebin_site
 New siteaccess:
 /usr/local/apache2/htdocs/Exponential/settings/siteaccess/ezwebin_rafter
 
CheersJeff
 Asking the dumb questions for your benefit
                                                                 |