From podkovanov at gmail.com Fri Feb 1 03:37:13 2008 From: podkovanov at gmail.com (Vladimir Podkovanov) Date: Fri, 1 Feb 2008 05:37:13 +0300 Subject: [TYPO3-templavoila] content inside I'm getting after TV next: I know I can use typoscript to add such code, however is it TV related bug or HTML parser's one? Thank you in advance. -rgds- Vladimir From podkovanov at gmail.com Fri Feb 1 03:59:36 2008 From: podkovanov at gmail.com (Vladimir Podkovanov) Date: Fri, 1 Feb 2008 05:59:36 +0300 Subject: [TYPO3-templavoila] content inside > > I'm getting after TV next: > > > > > I know I can use typoscript to add such code, however is it TV related > bug or HTML parser's one? > > Thank you in advance. > > -rgds- > Vladimir > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila > In mentioned example TV has substituted ' on " and added dublicate after script. -rgds- Vladimir From dmitry at typo3.org Fri Feb 1 07:21:19 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Fri, 01 Feb 2008 08:21:19 +0200 Subject: [TYPO3-templavoila] content inside ) 10.stdWrap.insertData = 1 ]]> thank you for every hint. Norbert From fsuter at cobweb.ch Wed Feb 6 17:16:43 2008 From: fsuter at cobweb.ch (Francois Suter) Date: Wed, 06 Feb 2008 17:16:43 +0100 Subject: [TYPO3-templavoila] replace register:tx_templavoila_pi1.parentRec.uid inside JavaScript In-Reply-To: References: Message-ID: Hi, > got a problem with replacing the register variable > {register:tx_templavoila_pi1.parentRec.uid} inside a TEXT object with > stdWrap.insertData. Because of the curly braces from the JS function and > the {register:tx_templavoila_pi1.parentRec.uid} the stdWrap Funktion > gets confused. > > Is there a way to escape the curly braces from the JS. I allready tried > backslash. Maybe you can use the dataWrap property. HTH -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From fsuter at cobweb.ch Wed Feb 6 17:18:08 2008 From: fsuter at cobweb.ch (Francois Suter) Date: Wed, 06 Feb 2008 17:18:08 +0100 Subject: [TYPO3-templavoila] replace register:tx_templavoila_pi1.parentRec.uid inside JavaScript In-Reply-To: References: Message-ID: Hi again, > Maybe you can use the dataWrap property. Sorry too fast. It will be confused too. One solution I can see is using the preCObject and postCObject properties, but it's a bit heavy-handed. Maybe there's a lighter solution. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From Chris at connye.com Wed Feb 6 20:10:31 2008 From: Chris at connye.com (Christian Wolff) Date: Wed, 06 Feb 2008 20:10:31 +0100 Subject: [TYPO3-templavoila] replace register:tx_templavoila_pi1.parentRec.uid inside JavaScript References: Message-ID: On Wed, 06 Feb 2008 17:18:08 +0100, Francois Suter wrote: > Hi again, > >> Maybe you can use the dataWrap property. > > Sorry too fast. It will be confused too. > > One solution I can see is using the preCObject and postCObject > properties, but it's a bit heavy-handed. Maybe there's a lighter > solution. > > Cheers > simply wrap the js code around your register like this: 10 = TEXT 10.wrap = 10.data = register:tx_templavoila_pi1.parentRec.uid i think you get the idea! greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From dmitry at typo3.org Wed Feb 6 20:17:24 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 06 Feb 2008 21:17:24 +0200 Subject: [TYPO3-templavoila] replace register:tx_templavoila_pi1.parentRec.uid inside JavaScript In-Reply-To: References: Message-ID: Hi! strategie und vision | Norbert Huber wrote: > thank you for every hint. Hint: move your code to a function, call this function with a single argument: register value. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From Chris at connye.com Wed Feb 6 20:21:20 2008 From: Chris at connye.com (Christian Wolff) Date: Wed, 06 Feb 2008 20:21:20 +0100 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? Message-ID: Dear Malinglist, Im Currently working on a site with different layouts so i have created a page layout with multipe sup-templates an the same for FCE's but only the page template is changing the FCE's wont change to the corresponding layout. what am im doing wrong? my TS-Config: TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue my TS-Template: [globalVar = GP:color=blue] page.50.childTemplate = blue [global] 50 = USER 50.userFunc = tx_templavoila_pi1->main_page thanks for your help. -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From dmitry at typo3.org Wed Feb 6 21:56:43 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 06 Feb 2008 22:56:43 +0200 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? In-Reply-To: References: Message-ID: Hi! Christian Wolff wrote: > so i have created a page layout with multipe sup-templates > an the same for FCE's > but only the page template is changing the FCE's wont change > to the corresponding layout. > what am im doing wrong? > > my TS-Config: > TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue > > my TS-Template: > > [globalVar = GP:color=blue] > page.50.childTemplate = blue > [global] > > 50 = USER > 50.userFunc = tx_templavoila_pi1->main_page Not sure what you wanted to do but this is for PAGE-only because of "main_page". It will not work for FCE. If you want it for FCE, it should be just "main". -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From Chris at connye.com Wed Feb 6 22:35:44 2008 From: Chris at connye.com (Christian Wolff) Date: Wed, 06 Feb 2008 22:35:44 +0100 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? References: Message-ID: On Wed, 06 Feb 2008 21:56:43 +0100, Dmitry Dulepov [typo3] wrote: > Hi! > > Christian Wolff wrote: >> so i have created a page layout with multipe sup-templates >> an the same for FCE's >> but only the page template is changing the FCE's wont change >> to the corresponding layout. >> what am im doing wrong? >> my TS-Config: >> TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue >> my TS-Template: >> [globalVar = GP:color=blue] >> page.50.childTemplate = blue >> [global] >> 50 = USER >> 50.userFunc = tx_templavoila_pi1->main_page > > Not sure what you wanted to do but this is for PAGE-only because of > "main_page". It will not work for FCE. If you want it for FCE, it should > be just "main". > Thanks for your answer im trying to change the display code of my content based on the selected color. in these diverent templates ineed different html code. for content elements. so the same FCE (data Structure should) use a different Template Object if layout blue is selected. i hope this makes clear what in want to do. hope ther is a solution to this. because i need some (6-8)of these "display types" based on the same page content. greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From Chris at connye.com Thu Feb 7 10:43:12 2008 From: Chris at connye.com (Christian Wolff) Date: Thu, 07 Feb 2008 10:43:12 +0100 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? (SOLVED) References: Message-ID: Hi Everybody and thanks for your help, finaly after looking trough the Templa Voila Source code, if find a way to switch the subtemplates of FCE elements via Conditions. [globalVar = GP:color=blue] page.50.childTemplate = blue tt_content.templavoila_pi1.childTemplate = blue [global] this solved my problem. so every FCE is now looking vor a subtemplate es well if laoyut changes to blue. greets chris On Wed, 06 Feb 2008 22:35:44 +0100, Christian Wolff wrote: > On Wed, 06 Feb 2008 21:56:43 +0100, Dmitry Dulepov [typo3] > wrote: > >> Hi! >> >> Christian Wolff wrote: >>> so i have created a page layout with multipe sup-templates >>> an the same for FCE's >>> but only the page template is changing the FCE's wont change >>> to the corresponding layout. >>> what am im doing wrong? >>> my TS-Config: >>> TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue >>> my TS-Template: >>> [globalVar = GP:color=blue] >>> page.50.childTemplate = blue >>> [global] >>> 50 = USER >>> 50.userFunc = tx_templavoila_pi1->main_page >> >> Not sure what you wanted to do but this is for PAGE-only because of >> "main_page". It will not work for FCE. If you want it for FCE, it >> should be just "main". >> > > Thanks for your answer > im trying to change the display code of my content based on the selected > color. > in these diverent templates ineed different html code. for content > elements. > > so the same FCE (data Structure should) use a different Template Object > if layout blue is selected. > > i hope this makes clear what in want to do. hope ther is a solution to > this. > because i need some (6-8)of these "display types" based on the same page > content. > > greets chris > > -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From Chris at connye.com Thu Feb 7 11:10:46 2008 From: Chris at connye.com (Christian Wolff) Date: Thu, 07 Feb 2008 11:10:46 +0100 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? (not-solved) References: Message-ID: Sorry this problem still exitsts. On Thu, 07 Feb 2008 10:43:12 +0100, Christian Wolff wrote: > Hi Everybody and thanks for your help, > finaly after looking trough the Templa Voila Source code, > > if find a way to switch the subtemplates of FCE elements via Conditions. > [globalVar = GP:color=blue] > page.50.childTemplate = blue > tt_content.templavoila_pi1.childTemplate = blue > [global] > > this solved my problem. so every FCE is now looking vor a subtemplate es > well > if laoyut changes to blue. > > greets chris > > > On Wed, 06 Feb 2008 22:35:44 +0100, Christian Wolff > wrote: > >> On Wed, 06 Feb 2008 21:56:43 +0100, Dmitry Dulepov [typo3] >> wrote: >> >>> Hi! >>> >>> Christian Wolff wrote: >>>> so i have created a page layout with multipe sup-templates >>>> an the same for FCE's >>>> but only the page template is changing the FCE's wont change >>>> to the corresponding layout. >>>> what am im doing wrong? >>>> my TS-Config: >>>> TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue >>>> my TS-Template: >>>> [globalVar = GP:color=blue] >>>> page.50.childTemplate = blue >>>> [global] >>>> 50 = USER >>>> 50.userFunc = tx_templavoila_pi1->main_page >>> >>> Not sure what you wanted to do but this is for PAGE-only because of >>> "main_page". It will not work for FCE. If you want it for FCE, it >>> should be just "main". >>> >> >> Thanks for your answer >> im trying to change the display code of my content based on the >> selected color. >> in these diverent templates ineed different html code. for content >> elements. >> >> so the same FCE (data Structure should) use a different Template Object >> if layout blue is selected. >> >> i hope this makes clear what in want to do. hope ther is a solution to >> this. >> because i need some (6-8)of these "display types" based on the same >> page content. >> >> greets chris >> >> > > > -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From Chris at connye.com Thu Feb 7 11:45:09 2008 From: Chris at connye.com (Christian Wolff) Date: Thu, 07 Feb 2008 11:45:09 +0100 Subject: [TYPO3-templavoila] How To Render subtemplates of FCE's? (SOLVED) for real now References: Message-ID: I Finaly find out how to render FCE's with child templates this TS sets the variable so every FCE is getting the child template plugin.tx_templavoila_pi1.childTemplate = blue so if you want to switch page and FCE (sub)templates you simpy need to ad somthing like this: [globalVar = GP:color=blue] page.50.childTemplate = blue plugin.tx_templavoila_pi1.childTemplate = blue [global] greets chris On Thu, 07 Feb 2008 11:10:46 +0100, Christian Wolff wrote: > Sorry this problem still exitsts. > > On Thu, 07 Feb 2008 10:43:12 +0100, Christian Wolff > wrote: > >> Hi Everybody and thanks for your help, >> finaly after looking trough the Templa Voila Source code, >> >> if find a way to switch the subtemplates of FCE elements via Conditions. >> [globalVar = GP:color=blue] >> page.50.childTemplate = blue >> tt_content.templavoila_pi1.childTemplate = blue >> [global] >> >> this solved my problem. so every FCE is now looking vor a subtemplate >> es well >> if laoyut changes to blue. >> >> greets chris >> >> >> On Wed, 06 Feb 2008 22:35:44 +0100, Christian Wolff >> wrote: >> >>> On Wed, 06 Feb 2008 21:56:43 +0100, Dmitry Dulepov [typo3] >>> wrote: >>> >>>> Hi! >>>> >>>> Christian Wolff wrote: >>>>> so i have created a page layout with multipe sup-templates >>>>> an the same for FCE's >>>>> but only the page template is changing the FCE's wont change >>>>> to the corresponding layout. >>>>> what am im doing wrong? >>>>> my TS-Config: >>>>> TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.blue = blue >>>>> my TS-Template: >>>>> [globalVar = GP:color=blue] >>>>> page.50.childTemplate = blue >>>>> [global] >>>>> 50 = USER >>>>> 50.userFunc = tx_templavoila_pi1->main_page >>>> >>>> Not sure what you wanted to do but this is for PAGE-only because of >>>> "main_page". It will not work for FCE. If you want it for FCE, it >>>> should be just "main". >>>> >>> >>> Thanks for your answer >>> im trying to change the display code of my content based on the >>> selected color. >>> in these diverent templates ineed different html code. for content >>> elements. >>> >>> so the same FCE (data Structure should) use a different Template Object >>> if layout blue is selected. >>> >>> i hope this makes clear what in want to do. hope ther is a solution to >>> this. >>> because i need some (6-8)of these "display types" based on the same >>> page content. >>> >>> greets chris >>> >>> >> >> >> > > > -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From huber at strategie-und-vision.de Thu Feb 7 12:17:05 2008 From: huber at strategie-und-vision.de (strategie und vision | Norbert Huber) Date: Thu, 7 Feb 2008 12:17:05 +0100 Subject: [TYPO3-templavoila] replace register:tx_templavoila_pi1.parentRec.uid inside JavaScript Message-ID: i have to do the one from dimitry because with the other ones only one replacement is possible. Thanks for your suggestions, Norbert From mauro.lorenzutti at webformat.com Thu Feb 7 15:14:13 2008 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Thu, 07 Feb 2008 15:14:13 +0100 Subject: [TYPO3-templavoila] multiple RTEs in the same FCE Message-ID: Hi to all, I have a question concerning the possibility to customize two RTEs in the same FCE with different options. In one RTE I need some classes and some buttons that I don't need in the other RTE. Is this possible? Can I customize each single RTE of my FCE in the data structure? I found an old post where this problem was discussed but without any solution... Thank you in advance! Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From dmitry at typo3.org Thu Feb 7 18:01:40 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 07 Feb 2008 19:01:40 +0200 Subject: [TYPO3-templavoila] multiple RTEs in the same FCE In-Reply-To: References: Message-ID: Hi! Mauro Lorenzutti wrote: > I have a question concerning the possibility to customize two RTEs in > the same FCE with different options. In one RTE I need some classes and > some buttons that I don't need in the other RTE. > > Is this possible? Can I customize each single RTE of my FCE in the data > structure? Why don't you try before asking? It takes 5 mins to create such FCE. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From mauro.lorenzutti at webformat.com Fri Feb 8 08:57:27 2008 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Fri, 08 Feb 2008 08:57:27 +0100 Subject: [TYPO3-templavoila] multiple RTEs in the same FCE In-Reply-To: References: Message-ID: Hi Dmitry, > Hi! > > Mauro Lorenzutti wrote: >> I have a question concerning the possibility to customize two RTEs in >> the same FCE with different options. In one RTE I need some classes >> and some buttons that I don't need in the other RTE. >> >> Is this possible? Can I customize each single RTE of my FCE in the >> data structure? > > Why don't you try before asking? It takes 5 mins to create such FCE. > First of all thank you for your answer. I already created my FCE with two RTE fields. What I was asking for is if it's possible to configure each RTE with different parameters. In my case, one RTE is used for a summary and I don't want to provide all the buttons. The other RTE in the same FCE is used for the description and I have to provide other buttons and some more classes (classes that the user don't have to see in the first RTE). I tried to configure in different ways these RTEs but it seems that it's not possible to make this kind of customization. I found that these options are available only in PageTSconfig and in UserTSconfig, not in the data structure. It could be that this kind of configuration takes 5 minutes but I don't know how to achieve it... Could you give me some hint, please? Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From dmitry at typo3.org Fri Feb 8 16:00:39 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Fri, 08 Feb 2008 17:00:39 +0200 Subject: [TYPO3-templavoila] multiple RTEs in the same FCE In-Reply-To: References: Message-ID: Hi! Mauro Lorenzutti wrote: > I tried to configure in different ways these RTEs but it seems that it's > not possible to make this kind of customization. I found that these > options are available only in PageTSconfig and in UserTSconfig, not in > the data structure. No, you can configure them separately! Look into defaultExtras tag in DS. You will find information about defaultExtras format in TYPO3 Core API document. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From mauro.lorenzutti at webformat.com Fri Feb 8 17:00:31 2008 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Fri, 08 Feb 2008 17:00:31 +0100 Subject: [TYPO3-templavoila] multiple RTEs in the same FCE In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] ha scritto: > Hi! > > Mauro Lorenzutti wrote: >> I tried to configure in different ways these RTEs but it seems that >> it's not possible to make this kind of customization. I found that >> these options are available only in PageTSconfig and in UserTSconfig, >> not in the data structure. > > No, you can configure them separately! Look into defaultExtras tag in > DS. You will find information about defaultExtras format in TYPO3 Core > API document. > thank you for your answer. I'll study it deeply! Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From Chris at connye.com Sat Feb 9 17:29:42 2008 From: Chris at connye.com (Christian Wolff) Date: Sat, 09 Feb 2008 17:29:42 +0100 Subject: [TYPO3-templavoila] Image MaxW in FCE's Message-ID: Hello List, im currently have a little problem. i have a base layout with a maximal 600px width for images. in this base layout i whant to insert FCE's wich define diferent cols for normal content elements how do i set the image maxW for such a Colum? hopefully somebody can help me. greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From huber at strategie-und-vision.de Sat Feb 9 18:37:37 2008 From: huber at strategie-und-vision.de (strategie und vision | Norbert Huber) Date: Sat, 9 Feb 2008 18:37:37 +0100 Subject: [TYPO3-templavoila] Image MaxW in FCE's In-Reply-To: References: Message-ID: You can modify the DS of the FCE Search and replace this -------------------- 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = | -------------------- with this -------------------- 5 = LOAD_REGISTER 5.maxImageWidthInText = 100 5.maxImageWidth = 180 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = | 15 = RESTORE_REGISTER -------------------- change the maxImageWidthX to your needs greets Norbert Am 09.02.2008 um 17:29 schrieb Christian Wolff: > Hello List, > im currently have a little problem. > > i have a base layout > > with a maximal 600px width for images. > > in this base layout i whant to insert FCE's wich define > diferent cols for normal content elements > how do i set the image maxW for such a Colum? > > hopefully somebody can help me. > > greets chris > > -- > Christian Wolff // Berlin > http://www.connye.com > > Latest Projects: > http://www.flycall.de | http://www.atr24.de | http://www.titanic.de > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila From Chris at connye.com Sat Feb 9 21:37:33 2008 From: Chris at connye.com (Christian Wolff) Date: Sat, 09 Feb 2008 21:37:33 +0100 Subject: [TYPO3-templavoila] Image MaxW in FCE's References: Message-ID: On Sat, 09 Feb 2008 18:37:37 +0100, strategie und vision | Norbert Huber wrote: > You can modify the DS of the FCE > > Search and replace this > -------------------- > 10= RECORDS > 10.source.current=1 > 10.tables = tt_content > 10.wrap = | > -------------------- > with this > -------------------- > 5 = LOAD_REGISTER > 5.maxImageWidthInText = 100 > 5.maxImageWidth = 180 > 10= RECORDS > 10.source.current=1 > 10.tables = tt_content > 10.wrap = | > 15 = RESTORE_REGISTER > -------------------- > > change the maxImageWidthX to your needs > greets Norbert > Thanks norbert looks like its exacly what i am was looking for thanks a lot! i will try it tomorow. greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From kane96 at gmx.de Wed Feb 13 19:04:16 2008 From: kane96 at gmx.de (kane96 at gmx.de) Date: Wed, 13 Feb 2008 19:04:16 +0100 Subject: [TYPO3-templavoila] no content on webpage Message-ID: hi, I'm learning typo3 by a tutorial of a book and have a problem with templavoila without using the wizard. I created a field for the content and mapped it to the contents-div-container but when I create content nothing is displayed on the webpage (something like navigation and header works). I know it's hard to find the problem, but maybe it's a common problem and somebody can help me. -- Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! http://games.entertainment.web.de/de/entertainment/games/free From Chris at connye.com Wed Feb 13 19:40:20 2008 From: Chris at connye.com (Christian Wolff) Date: Wed, 13 Feb 2008 19:40:20 +0100 Subject: [TYPO3-templavoila] no content on webpage References: Message-ID: On Wed, 13 Feb 2008 19:04:16 +0100, wrote: > hi, > I'm learning typo3 by a tutorial of a book and have a problem with > templavoila without using the wizard. > I created a field for the content and mapped it to the > contents-div-container but when I create content nothing is displayed on > the webpage (something like navigation and header works). > I know it's hard to find the problem, but maybe it's a common problem > and somebody can help me. Hi after mapping, the container you have to set it. its somtimes confusing that the save button is available while you have to do another klick so "set" to decide if you whant the inner or outer mapping applied. maybe this ist the solution for your problem. greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de From kane96 at gmx.de Wed Feb 13 19:57:59 2008 From: kane96 at gmx.de (kane96 at gmx.de) Date: Wed, 13 Feb 2008 19:57:59 +0100 Subject: [TYPO3-templavoila] no content on webpage In-Reply-To: References: Message-ID: Hi chris, the mapping seems to be correct. I chose the content-div-container and clicked Set for INNER and saved it afterwards. The Content is mapped to *
INNER. It looks like the same on my tutorial-screenshot when I do mouseover on the HTML-path. -------- Original-Nachricht -------- > Datum: Wed, 13 Feb 2008 19:40:20 +0100 > Von: "Christian Wolff" > An: typo3-project-templavoila at lists.netfielders.de > Betreff: Re: [TYPO3-templavoila] no content on webpage > On Wed, 13 Feb 2008 19:04:16 +0100, wrote: > > > hi, > > I'm learning typo3 by a tutorial of a book and have a problem with > > templavoila without using the wizard. > > I created a field for the content and mapped it to the > > contents-div-container but when I create content nothing is displayed on > > > the webpage (something like navigation and header works). > > I know it's hard to find the problem, but maybe it's a common problem > > and somebody can help me. > > Hi after mapping, the container you have to set it. its somtimes confusing > > that the save button is available while you have to do another klick so > "set" to decide if you whant the inner or outer mapping applied. > > maybe this ist the solution for your problem. > > greets chris > > > -- > Christian Wolff // Berlin > http://www.connye.com > > Latest Projects: > http://www.flycall.de | http://www.atr24.de | http://www.titanic.de > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail From dmitry at typo3.org Sun Feb 17 20:57:14 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Sun, 17 Feb 2008 21:57:14 +0200 Subject: [TYPO3-templavoila] Work on TV Message-ID: Hi! I plan to work on TV very soon, so if you have any wishes/bugs, hurry to put them to BT (To BT! Not here! Not to e-mail!). Please, make them as much descriptive as possible. I plan to close all unanswered feedback reports, so review your reports if you wrote any! -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From leeperry at slack.de Wed Feb 20 11:24:01 2008 From: leeperry at slack.de (lee perry) Date: Wed, 20 Feb 2008 11:24:01 +0100 Subject: [TYPO3-templavoila] corrupt xml-structure after sorting of section elements Message-ID: hello, i have a problem when i change the order of section elements of a FCE - not everytime, but with specific combinations of reordering. for instance when i will move down two neighbouring sections and the at the same time move up the next section. after this reordering i've got the following php-warnings "Passed variable is not an array or object" and i can not edit this element anymore. the reason is an empty section-element in the xml-structure of the element (tt_content, field "tx_templavoila_flex") after this reordering. after deleting of the empty section-element in the xml-structure the editing of the element works fine again, but the problem can come back by the next reordering. i'm using the latest TV-version 1.3.3. so is this problem well-known? and much more interesting, is there a solution? bye and cu, lee From dmitry at typo3.org Wed Feb 20 11:41:44 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 20 Feb 2008 12:41:44 +0200 Subject: [TYPO3-templavoila] corrupt xml-structure after sorting of section elements In-Reply-To: References: Message-ID: Hi! lee perry wrote: > so is this problem well-known? > and much more interesting, is there a solution? The answer can be found in the bug tracker I think. I must only say that TV has nothing to do with rearranging sections. TV does not display forms. TYPO3 does :) -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From leeperry at slack.de Wed Feb 20 11:58:51 2008 From: leeperry at slack.de (lee perry) Date: Wed, 20 Feb 2008 11:58:51 +0100 Subject: [TYPO3-templavoila] corrupt xml-structure after sorting of section elements In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] schrieb: > The answer can be found in the bug tracker I think. I must only say that > TV has nothing to do with rearranging sections. TV does not display > forms. TYPO3 does :) that means TV doesn't handle this antiquated rearanging with one step up or down of the sections, but Typo3 does? but which module handles the xml-structure in the table field "tx_templavoila_flex", because there is this empty section-element after problematic rearanging? and this empty section element makes also problems in the TV module "Passed variable is not an array or object". hmmmm ... do you have any hint to find the answer in the bug tracker - maybe the subject? thanx and greetings, lee From dmitry at typo3.org Wed Feb 20 12:24:57 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 20 Feb 2008 13:24:57 +0200 Subject: [TYPO3-templavoila] corrupt xml-structure after sorting of section elements In-Reply-To: References: Message-ID: lee perry wrote: > that means TV doesn't handle this antiquated rearanging with one step up > or down of the sections, but Typo3 does? Exactly :) Sections are rearranged when editing content element. This is TYPO3 job, not TV's. > but which module handles the xml-structure in the table field > "tx_templavoila_flex", because there is this empty section-element after > problematic rearanging? TYPO3 :) To be exact: TCEforms+TCEmain, which are Core classes. There was a big change in flexform/section handling in 4.2. I think it broke setions. > and this empty section element makes also problems in the TV module > "Passed variable is not an array or object". Yes. TV loads content, expects to find section data there and... BOOM! > hmmmm ... do you have any hint to find the answer in the bug tracker - > maybe the subject? I only remember that there is such bug in BT. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From leeperry at slack.de Wed Feb 20 14:27:48 2008 From: leeperry at slack.de (lee perry) Date: Wed, 20 Feb 2008 14:27:48 +0100 Subject: [TYPO3-templavoila] corrupt xml-structure after sorting of section elements In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] schrieb: >> hmmmm ... do you have any hint to find the answer in the bug tracker - >> maybe the subject? > > I only remember that there is such bug in BT. okay i found the problem in bugtracker and it should be first solved in Typo3 4.0.1, than in a related bug in 4.1.2, another in 4.1.3 and finaly it will be solved in 4.2. so i tested it now with 4.1.5 and got following errors: Warning: key() [function.key]: Passed variable is not an array or object in /srv/www/project/typo3_src-4.1.5/t3lib/class.t3lib_flexformtools.php on line 236 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/project/typo3_src-4.1.5/t3lib/class.t3lib_flexformtools.php:236) in /srv/www/project/typo3_src-4.1.5/typo3/template.php on line 618 Warning: key() [function.key]: Passed variable is not an array or object in /srv/www/project/typo3_src-4.1.5/t3lib/class.t3lib_transferdata.php on line 624 Fatal error: Cannot use string offset as an array in /srv/www/project/typo3_src-4.1.5/t3lib/class.t3lib_transferdata.php on line 625 i think i have to wait for the final release of 4.2 :-/ thanx lee From stu at rtpartner.ch Thu Feb 21 15:55:51 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Thu, 21 Feb 2008 15:55:51 +0100 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements Message-ID: Is there any documentation/examples for , , ? I thought I saw something, but I can't seem to find it anymore... Thanks, Simon From dmitry at typo3.org Thu Feb 21 16:30:37 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 21 Feb 2008 17:30:37 +0200 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > Is there any documentation/examples for , , > ? I thought I saw something, but I can't seem to > find it anymore... Rules are considered obsolete. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Thu Feb 21 17:16:02 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Thu, 21 Feb 2008 17:16:02 +0100 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] wrote: > > Rules are considered obsolete. > By whom? I'm looking for a way to place restrictions in Datastructures, for example enable only particular FCEs, restrict the number of allowed FCEs in a section etc. as to allowed FCEs etc. I saw the rules tags and I thought that might be what I was looking for. Is there a less obsolete alternative, can I still use rules or will you be removing the functionality? Cheers, Simon From dmitry at typo3.org Thu Feb 21 17:45:41 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 21 Feb 2008 18:45:41 +0200 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > Dmitry Dulepov [typo3] wrote: >> Rules are considered obsolete. > By whom? If I remember correctly, by Robert. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Thu Feb 21 18:10:39 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Thu, 21 Feb 2008 18:10:39 +0100 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] wrote: > Hi! > > Simon Tuck wrote: >> Dmitry Dulepov [typo3] wrote: >>> Rules are considered obsolete. >> By whom? > > If I remember correctly, by Robert. > :D Fair enough, but what's the alternative? Cheers, Simon From dmitry at typo3.org Thu Feb 21 20:37:02 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 21 Feb 2008 21:37:02 +0200 Subject: [TYPO3-templavoila] ruleConstants, ruleRegEx, ruleDefaultElements In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > Fair enough, but what's the alternative? None I afraid. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From dmitry at typo3.org Mon Feb 25 12:48:14 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 25 Feb 2008 13:48:14 +0200 Subject: [TYPO3-templavoila] ANN: TemplaVoila 1.3.4 Message-ID: Hi all! TemplaVoila 1.3.4 was just sent to TER. This is a maintanance release, which does not include any major things. But it fixes 4.2 compatibility issue, bug with column position in all page module and adds clean up functionality to TYPO3 clean up script. This is not what I ment by "working on TV soon" several days ago. This release is mainly to make 4.2 users happy. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From fsuter at cobweb.ch Mon Feb 25 13:39:12 2008 From: fsuter at cobweb.ch (Francois Suter) Date: Mon, 25 Feb 2008 13:39:12 +0100 Subject: [TYPO3-templavoila] ANN: TemplaVoila 1.3.4 In-Reply-To: References: Message-ID: Hi, > This release is mainly to make 4.2 users happy. I'm happy :-) -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From typo3news at otherone.de Mon Feb 25 19:32:54 2008 From: typo3news at otherone.de (Uschi Renziehausen) Date: Mon, 25 Feb 2008 19:32:54 +0100 Subject: [TYPO3-templavoila] ANN: TemplaVoila 1.3.4 In-Reply-To: References: Message-ID: Hi Dmitry, Francois Suter wrote: > Hi, > >> This release is mainly to make 4.2 users happy. > > I'm happy :-) > I am happy too, thx :-) Uschi From stu at rtpartner.ch Tue Feb 26 09:15:29 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Tue, 26 Feb 2008 09:15:29 +0100 Subject: [TYPO3-templavoila] Save TV Datastructures in external files Message-ID: Is it possible to put the entire DS for TV template in an external file? Something equivalent to INCLUDE_TYPOSCRIPT? I ask because we use a versioning system and having the the datastructures in an external file would be helpful. Cheers, Simon From dmitry at typo3.org Tue Feb 26 15:44:34 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 26 Feb 2008 16:44:34 +0200 Subject: [TYPO3-templavoila] Save TV Datastructures in external files In-Reply-To: References: Message-ID: Simon Tuck wrote: > Is it possible to put the entire DS for TV template in an external file? > Something equivalent to INCLUDE_TYPOSCRIPT? I ask because we use a > versioning system and having the the datastructures in an external file > would be helpful. It is possible only for static data structures at the moment (not page or FCE). -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Tue Feb 26 16:02:42 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Tue, 26 Feb 2008 16:02:42 +0100 Subject: [TYPO3-templavoila] Save TV Datastructures in external files In-Reply-To: References: Message-ID: Hiya! Dmitry Dulepov [typo3] wrote: > > It is possible only for static data structures at the moment (not page > or FCE). > I'll add it as a feature request. :-) Cheers, Simon From dmitry at typo3.org Tue Feb 26 16:29:15 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 26 Feb 2008 17:29:15 +0200 Subject: [TYPO3-templavoila] Save TV Datastructures in external files In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > I'll add it as a feature request. :-) Good idea. I think about it too from time to time but always foget to write it. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Wed Feb 27 11:18:35 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Wed, 27 Feb 2008 11:18:35 +0100 Subject: [TYPO3-templavoila] fe rendering fails with sheets in fce ds Message-ID: Hi List, I have a ds for an FCE and I decided it would be nicer in the BE if I could split it into sheets. Which I did and it works fine in the backend. __However__, after implementing the sheets the FCE isn't producing any content in FE. My understanding is that sheets are allowed in page and fce ds(?), so perhaps I'm missing something else... I've attached an excerpt from the ds in question (just the first sheet). Appreciate any hints/help! Cheers, Simon 1 ROOT Select the HTML element on the page which you want to be the overall container element for the template. Text array Reset register values none *** not mapped *** no_map Title , OUTER]]> *** Title *** input 1 input 48 trim, required Content , OUTER]]> *** Description *** rte 0 |
]]> text 48 5 typolink_tag,images,email[subst],url richtext:rte_transform[flag=rte_enabled|mode=ts_css] From stu at rtpartner.ch Wed Feb 27 11:45:32 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Wed, 27 Feb 2008 11:45:32 +0100 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE Message-ID: Hiya, Is there a way to reference a field value in the page record from within an FCE? I know I can reference parent record values for an fce with register:tx_templavoila_pi1.parentRec.xxx but I can't seem to find a way to get anything from the page. Cheers, Simon From dmitry at typo3.org Wed Feb 27 11:54:03 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 27 Feb 2008 12:54:03 +0200 Subject: [TYPO3-templavoila] fe rendering fails with sheets in fce ds In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > My understanding is that sheets are allowed in page and fce ds(?), Hm, where did you get this understanding from? -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From dmitry at typo3.org Wed Feb 27 11:57:11 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 27 Feb 2008 12:57:11 +0200 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > Is there a way to reference a field value in the page record from within > an FCE? I know I can reference parent record values for an fce with > register:tx_templavoila_pi1.parentRec.xxx but I can't seem to find a way > to get anything from the page. You can get values of all global vars using TS. TSFE has a reference to page record (in "page" variable). Or you can get a page uid from "pid" field of parent record and select page fields from db... -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Wed Feb 27 13:03:19 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Wed, 27 Feb 2008 13:03:19 +0100 Subject: [TYPO3-templavoila] fe rendering fails with sheets in fce ds In-Reply-To: References: Message-ID: Hi Dmitry, Dmitry Dulepov [typo3] wrote: > > Hm, where did you get this understanding from? > Call it intuitive understanding. ;-) I will make another feature request! Cheeers, Simon From stu at rtpartner.ch Wed Feb 27 14:37:49 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Wed, 27 Feb 2008 14:37:49 +0100 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE In-Reply-To: References: Message-ID: Hiya! Dmitry Dulepov [typo3] wrote: > > You can get values of all global vars using TS. TSFE has a reference to > page record (in "page" variable). > > Or you can get a page uid from "pid" field of parent record and select > page fields from db... > Yes, but I can't get a field value form inside the page flexform. I can do this: TSFE:page|title don't think this will work: TSFE:page|tx_templavoila_flex:field_column_1 So I need to insert a new field to the pages table and add the field to 'addRootLineFields'. Cheers, Simon From dmitry at typo3.org Wed Feb 27 18:35:27 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 27 Feb 2008 19:35:27 +0200 Subject: [TYPO3-templavoila] fe rendering fails with sheets in fce ds In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > I will make another feature request! Don't... Sheets in DS are used for different purpose. They will not work in page/FCE template. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From dmitry at typo3.org Wed Feb 27 18:36:54 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 27 Feb 2008 19:36:54 +0200 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > Yes, but I can't get a field value form inside the page flexform. I can > do this: TSFE:page|title don't think this will work: > TSFE:page|tx_templavoila_flex:field_column_1 Of course not. It is not possible to get field from flexform through TS. TYPO3 does not support it. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From stu at rtpartner.ch Thu Feb 28 03:05:25 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Thu, 28 Feb 2008 03:05:25 +0100 Subject: [TYPO3-templavoila] fe rendering fails with sheets in fce ds In-Reply-To: References: Message-ID: HI, Dmitry Dulepov [typo3] wrote: > Don't... Sheets in DS are used for different purpose. They will not work > in page/FCE template. Oops! Already done. Cheers, Simon From stu at rtpartner.ch Thu Feb 28 03:24:50 2008 From: stu at rtpartner.ch (Simon Tuck) Date: Thu, 28 Feb 2008 03:24:50 +0100 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE In-Reply-To: References: Message-ID: Hiya! Dmitry Dulepov [typo3] wrote: > > Of course not. It is not possible to get field from flexform through TS. > TYPO3 does not support it. > I know. To be honest a more direct link between TV and TS would be really helpful. I'm aware that it's not on the menu at the moment, but it would be a great feature. One of the most frustrating things about TV is the disconnect between the traditional TS approach and the Information stored in the flexform fields. I've become fond of TV, as it enables me to really customise the backend elements, but the flip-side is that some stuff which is pretty simple in TS is virtually impossible in a datastructure. For example, sliding a content element or grabbing a value from a different content element or page etc. So anyway, just my 2 cents... Cheers, Simon From dmitry at typo3.org Thu Feb 28 10:26:17 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 28 Feb 2008 11:26:17 +0200 Subject: [TYPO3-templavoila] Getting a field value from the page in an FCE In-Reply-To: References: Message-ID: Hi! Simon Tuck wrote: > I know. To be honest a more direct link between TV and TS would be > really helpful. I'm aware that it's not on the menu at the moment, but > it would be a great feature. One of the most frustrating things about TV > is the disconnect between the traditional TS approach and the > Information stored in the flexform fields. I've become fond of TV, as it > enables me to really customise the backend elements, but the flip-side > is that some stuff which is pretty simple in TS is virtually impossible > in a datastructure. For example, sliding a content element or grabbing a > value from a different content element or page etc. Well, I would be happy to help and resolve it but this is not really a TV issue. TV does not process TS. And flexforms are not specific to TV because any extension can make flexform and use it. If such support is ever built, it will be in TYPO3 core. I would search for corresponding feature request (and post if it does not exist) if I were you. I understand your feelings. I struggled with the same problem once or twice too. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From typo3user at mobosplash.com Fri Feb 29 18:06:56 2008 From: typo3user at mobosplash.com (John Nicholas) Date: Fri, 29 Feb 2008 11:06:56 -0600 Subject: [TYPO3-templavoila] repeating elements do not render Message-ID: I am trying to mimic the repeating elements tutorial but with divs. This is my source html:
Description of content
Title of Gallery
Image Name
The "productgallery_images_cont" is mapped as the section container and the "productgallery_images_thumb" is the block that should repeat with the obvious fields inside. The interface shows properly in the BE and I can add several gallery items. But when the frontend view is rendered it just looks like this:

Durable Product Labels
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam et felis. Pellentesque leo pede, molestie adipiscing, consectetuer non, dictum eget, libero. Mauris vitae massa. Aenean ut purus faucibus turpis fringilla volutpat.

I feel like I've tried every variant of mapping the _cont and the _images blocks but nothing ever shows inside _cont. Any ideas? From dmitry at typo3.org Fri Feb 29 18:23:41 2008 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Fri, 29 Feb 2008 19:23:41 +0200 Subject: [TYPO3-templavoila] repeating elements do not render In-Reply-To: References: Message-ID: Hi! John Nicholas wrote: > I feel like I've tried every variant of mapping the _cont and the > _images blocks but nothing ever shows inside _cont. Any ideas? SC & CO: one of them should be INNER, the other OUTER. I always fail to remember which is which. -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" From typo3user at mobosplash.com Fri Feb 29 19:06:29 2008 From: typo3user at mobosplash.com (John Nicholas) Date: Fri, 29 Feb 2008 12:06:29 -0600 Subject: [TYPO3-templavoila] repeating elements do not render In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] wrote: > Hi! > > John Nicholas wrote: >> I feel like I've tried every variant of mapping the _cont and the >> _images blocks but nothing ever shows inside _cont. Any ideas? > > SC & CO: one of them should be INNER, the other OUTER. I always fail to > remember which is which. > Just tried it both ways with the same symptom. Anything affect how it maps? Anyone have any trouble shooting ideas? It seems pretty simple so I'm not sure what else to do. John From typo3user at mobosplash.com Fri Feb 29 20:38:11 2008 From: typo3user at mobosplash.com (John Nicholas) Date: Fri, 29 Feb 2008 13:38:11 -0600 Subject: [TYPO3-templavoila] repeating elements do not render In-Reply-To: References: Message-ID: John Nicholas wrote: > can add several gallery items. But when the frontend view is rendered it > just looks like this: > >
>

Durable > Product Labels
Lorem ipsum dolor sit amet, consectetuer > adipiscing elit. Nam et felis. Pellentesque leo pede, molestie > adipiscing, consectetuer non, dictum eget, libero. Mauris vitae massa. > Aenean ut purus faucibus turpis fringilla volutpat.

>
>
src="typo3temp/GB/b2b37fe2d9.gif" width="249" height="20" border="0" > alt="" title="" />
>
> >
>
>
>
> I tried every variation on INNER and OUTER and the only difference was some variants got this version:
so the only change I seem to get is an empty _thumb div or not