[TYPO3-english] Adding Footer Content in Templavoila

2014-08-24 Thread grant huston
I'm using an old Web Empowered Church template (typo3 version 4.5.11) that uses templavoila and need help adding footer content. I see in the CSS where footer and footer copyright are defined but cannot figure out how to add actual content to the footer. Not real familiar with templavoila.

[TYPO3-english] FAL, pages media, default image and override if exists

2014-08-24 Thread Jan Slusarczyk
I'm doing an upgrade of typo3 from 4.7 to 6.2. I've been able to solve a lot of mysteries on my own, but I have a problem with FILES and using a default image override. My old code looks like this: before.cObject = IMAGE before.cObject { file = fileadmin/templates/v103/img/100-63.png

Re: [TYPO3-english] External Import extension: importing XML - records are not update with disabledOperations = ' '

2014-08-24 Thread François Suter
Hi all, I'm testing this extension for a specific project. Following the great tutorial, when testing with a RSS-feed (news from TYPO3.org), news items are re-inserted instead of updated. We sorted out this issue with Bert and here's the solution for those who might stumble on the same

Re: [TYPO3-english] FAL, pages media, default image and override if exists

2014-08-24 Thread Gregor Hermens
Jan Slusarczyk wrote: 2. use only the first image defined in media field, and not every one x = FILES X { references { ... } maxItems = 1 } For details see http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/ hth Gregor -- http://www.a-mazing.de/ | Certified

Re: [TYPO3-english] FAL, pages media, default image and override if exists

2014-08-24 Thread Jan Slusarczyk
On 24/08/14 18:03, Gregor Hermens wrote: Jan Slusarczyk wrote: 2. use only the first image defined in media field, and not every one x = FILES X { references { ... } maxItems = 1 } For details see http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/ Thank