Hi,

I had a zc installation on a windows server, setting up a site for a florist, but have moved it to linux. I've done a manual install, and everything went fine.

I had used a template called Orange as my starting point, and I have uploaded that folder and all its contents to my includes/templates folder. I wanted to customise that template, so I created a folder called flowers, also in the includes/templates folder, and copied all the contents of the Orange folder into this flowers folder.

In the flowers/template_info.php file, I set the template name to Flowers Template, and when I select that template in admin, it shows that the Template Directory is flowers.

Now my understanding of template overrides is that any files that originally exist in a 'classic' folder that I want to modify, I copy them into my flowers folder (into whatever folder structure the file resided in), and make the changes there.

I have done that with the includes/languages/english.php - I've copied the original english.php file, made a few changes just to check that I was on the right track (changed 'Search' to 'Find', things like that) and uploaded it to the includes/languages/flowers folder. Refreshed my home page, and there it was - Search became Find, etc.

Thing is, I have also done this with meta-tags.php, so that I can customise my page title - I copied the original, made my changes, and uploaded it to includes/languages/flowers, but the changes I make there are having no effect at all.

It's the same when I try to change my TagLine Here text. Reading the Tutorials/FAQ section, I take includes/languages/english/header.php, modify it, then upload my modified file to includes/languages/english/custom/header.php - in my case, includes/languages/english/flowers/header.php. However this also is having no effect.

Another thing that's puzzling me is that there is no text in my define_main_page.php, but still I'm getting the text that was on the site previously, under the windows installation. I can't see where that's coming from.... I've gone into admin, into Tools - Define Pages Editor, and opened define_main_page.php. I added a little text just to see where would it appear, and it is appearing below the main body of text that has come across from my previous site.

Any help very much appreciated! The site (test version) is at http://www.d1089064.cp.blacknight.com/.

J.