Also any body who does fix something post it for all of our sakes this fourum will work so much better we are the beta testers lets do our bit and help get this open source project rocketing
For All of you that have yet to struggle and for those of who have struggled with wrapping you head around the template engine{ I have been one of those people} here are some handy hints from my perspective Oh and its great once you get it Nice one Magento
This info could have saved 3 hours alone the caching system works great in fact to great because any changes with this Cache system enabled will not show the changes in the layout .xml file that you have uploaded also hitting ctrl f5 does not clear the cache
Step One Turn off all Caching in your demo store >>system>>cache management
Step Two Disable all cache controls except Configuration Step Three Check Mark Refresh Cache
SAVE SETTINGS
Now the Second bit I had trouble (could’ve save 5 hours here )with was where is MAIN.XML god I looked for ages, its mentioned through out all the wiki posts and old forum posts that were searched from the forum {catch 22 searching and getting info about the old file naming} <?php $ *{naughty Magento on the wiki post those should be updated straight away thats a red hearing}
So forget main.xml it lives no more what magento have done is clever but at the same confusing
If you Want to change the position of things for Example the newsletter widget on the home page take it from the default of the right hand column position over to the New left hand Column position
OK HERE IT IS
Go straight to app/design/frontend/your_interface/your_theme/layout/newsletter.xml
Here it is
Look below and find the code that looks like this <reference name="right"> there are two instance in Newsletter.xml
Yes, the references to main.xml confused me, too. Especially because in the Design Tutorial you don’t change every reference to your links in there… now you have to change references in XML files all over the place just to arrange your links on one line. More flexible, sure, but also kind of a pain.
Note that on a Mac (Safari) it’s not CTRL F5, it’s Command-R. To refresh a page. And yeah, turn off the cache while designing - I suspect that should be turned off by default, letting users turn it on only once they’ve gotten that far in their understanding of Magento. MIght save some folks hours of confusion!