From matthew at manderson.co.uk Wed Nov 9 14:22:00 2005 From: matthew at manderson.co.uk (Matthew Manderson) Date: Wed, 09 Nov 2005 14:22:00 +0100 Subject: [Typo3-install] Login-error or session timed-out : (You must have cookies enabled!) References: Message-ID: Try BE > Install Tool > All configuration > [doNotCheckReferer] Matthew From typo3-list at sohologics.com Tue Nov 15 10:55:05 2005 From: typo3-list at sohologics.com (The Kidd) Date: Tue, 15 Nov 2005 03:55:05 -0600 Subject: [Typo3-install] TemplaVoila and DirectMail Message-ID: Dear listers, I have been running Typo3 with TemplaVoila for a few months now and have decided to start a newsletter. I went with DirectMail after reading that it worked with TemplaVoila but am having some problems. It started with CSS files not being included in the direct mails. I fixed this by adding the CSS directly into the source of the templa newsletter template. The problem I seem to be having now though is that TemplaVoila is editing the CSS in the html template. When it does this, it replaced image locations with the regular TemplaVoila locations. Here are some examples: - Original CSS Snippet - This is used in a css file on the site template of the actual website called by a tag in the template HTML which TemplaVoila picks up for the site. stylesheet.css: #pageHeader h1 { background: transparent url(../images/nl-logo.jpg) no-repeat top left; margin-top: 10px; width: 175px; height: 53px; float: left; } - HTML Template Source - This was added using a