From martin at 925.dk Wed Mar 1 12:29:52 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Wed, 01 Mar 2006 12:29:52 +0100 Subject: [TYPO3-templavoila] pageModule and titleBarColor - no effect Message-ID: Hi, Shouldn't something like this: ROOT Select the HTML element... #ff0000 ... Set the color of the title for the FCE in the page module? -- Martin From me at kenx.de Wed Mar 1 12:39:30 2006 From: me at kenx.de (Marc Ehret) Date: Wed, 01 Mar 2006 12:39:30 +0100 Subject: [TYPO3-templavoila] pageModule and titleBarColor - no effect In-Reply-To: References: Message-ID: Martin Koch Andersen wrote: > Hi, > ... > Set the color of the title for the FCE in the page module? > Hi, it's just not enabled in the current version. Don't know why... Search for 'titlebarcolor' in mod1/index.php. Marc. From triphot69 at hotmail.com Wed Mar 1 14:44:29 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 01 Mar 2006 14:44:29 +0100 Subject: [TYPO3-templavoila] Sheets management Message-ID: Hi List, I'm new to this list, and i hope that my concern and suggestions have not been discussed many times but i didn't find anything in the archives. My concern is about the sheets management in FCE and plugins. 3 things : *1 - Flexible content* I've prepared a large Flexible Content for my web staff (+1500 lignes of XML for the DO) and it was not very easy to key in in the content screen. So I decided to cut it in several sheets so that it's easier to key in. No problem at all, except that... it shows none of them in FE or at least the first one if its name is . I dive into the TV code and i made one little change in the renderElement function (line 173 and next, in class.tx_templavoila_pi1.php) so that now, it's able to render all sheets of a flexible content in FE. Have you interest in this enhancement ? If so, do I create a enhancement in the bug tracker or how can i transfer my code modification (CVS modification by example) ? I wonder if it could be useful to extend that so that, in the XML, people could identify the sheets displayed and the hidden sheets. Interesting or not ? I could enhance my code to manage that, if you want :) *2 - Plugin* I would like to be able to add sheets "on the fly", when i configure a plugin with the flexform field. Let me explain. The big goal is to provide a "high-level configurable master-detail database table" plugin. So the user will have a flexform plugin where he can select a set of database field in the first sheet. My need is to be able to generate as many extra sheets as the number of fields he has selected, so that he can configure individually each field, one field per sheet, based on a secondary external flexform XML file which i include on the fly in the plugin flexform XML file, when he press the Save button. So my question are : - What is the best way to plug my "Add sheets on the fly" function in Templavoila ? Hook ? XClass ? - Probably i will need to extend the flexform sheets configuration to be able that the first sheet can generate/delete/manipulate extra sheets. Is it the correct way or do you suggest another way ? - Have you interest in this enhancement ? - If so, i'm ready to code it, implement it and test it, but maybe, a good way could be to coordinate it with a member of the TV team (Robert, ... ) ? *3 - Wizards in flexform and FCE* I needed to have the form wizard in my flexible content and in my flexform field. I've made some modifications in the class.t3lib_tceforms.php and in the php wizard file, so that now, it is possible. I'm not very happy of my modifications because it doesn't allow to add different wizards in the same flexform ou FCE. Have you plan some enhancement like that ? I'm ready to help to code, implement and test a good solution. At your disposal for any further information, Regards, JB From martin at 925.dk Wed Mar 1 16:38:43 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Wed, 01 Mar 2006 16:38:43 +0100 Subject: [TYPO3-templavoila] Section type element and page browser? Message-ID: Hi, I'm using the templavoila section type element, such that I can repeat a list of elements. This list I would like to split across multiple pages using a page browser (page1, page2 etc.). Is this possible somehow, or should I take a different approach? -- Martin From martin at 925.dk Wed Mar 1 20:08:23 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Wed, 01 Mar 2006 20:08:23 +0100 Subject: [TYPO3-templavoila] pageModule and titleBarColor - no effect In-Reply-To: References: Message-ID: Marc Ehret skrev: > it's just not enabled in the current version. Don't know why... > Search for 'titlebarcolor' in mod1/index.php. So this is a bug (that should be reported)? -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From typo3 at fm-world.ru Thu Mar 2 08:19:36 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 09:19:36 +0200 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > i made one little change in the renderElement function (line 173 and > next, in class.tx_templavoila_pi1.php) so that now, it's able to render > all sheets of a flexible content in FE. > Have you interest in this enhancement ? Create a bug report, copy description from here and attach a patch. It should be carefully evaluated because now sheets work like multi-templates. See mininews for example of multi-templates. > I would like to be able to add sheets "on the fly", when i configure a > plugin with the flexform field. Let me explain. The big goal is to > provide a "high-level configurable master-detail database table" plugin. > So the user will have a flexform plugin where he can select a set of > database field in the first sheet. My need is to be able to generate as > many extra sheets as the number of fields he has selected, so that he > can configure individually each field, one field per sheet, based on a > secondary external flexform XML file which i include on the fly in the > plugin flexform XML file, when he press the Save button. > So my question are : > - What is the best way to plug my "Add sheets on the fly" function in > Templavoila ? Hook ? XClass ? Probably it can be done using a "type" field. Just like for normal content elements: you change type and form changes. Anyway, I do not think it should be inside TV, it is too much and not common usage for TV. Probably, should be a separate extension. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 2 08:21:49 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 09:21:49 +0200 Subject: [TYPO3-templavoila] Section type element and page browser? In-Reply-To: References: Message-ID: Hi! Martin Koch Andersen wrote: > I'm using the templavoila section type element, such that I can repeat a > list of elements. This list I would like to split across multiple pages > using a page browser (page1, page2 etc.). Is this possible somehow, or > should I take a different approach? Probably not possible right now :( Though idea is interesting. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From triphot69 at hotmail.com Thu Mar 2 14:14:13 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Thu, 02 Mar 2006 14:14:13 +0100 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi Dmitry, Thx for your reply, Dmitry Dulepov wrote: > It > should be carefully evaluated because now sheets work like > multi-templates. See mininews for example of multi-templates. > Could you mention which version of TV implements this change ? > > Probably it can be done using a "type" field. Just like for normal > content elements: you change type and form changes. > I can't see how it could be possible : your solution is static and implies that all the cases are known before creating the plugin content. Or it can't because you don't know on which database table the user want to work and what fields he will select. > Anyway, I do not think it should be inside TV, it is too much and not > common usage for TV. Probably, should be a separate extension. > Ok, I don't see for the moment how it could be possible to have an extension which dynamically modifies the flexform_pi1 field, at run-time, when the user clicks on the Save button, but maybe you have some ideas about that ? Regards, JB From brb at mentor-it.dk Thu Mar 2 14:51:23 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 02 Mar 2006 14:51:23 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? Message-ID: Hi Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? /Brian Bendtsen From martin at 925.dk Thu Mar 2 15:44:26 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Thu, 02 Mar 2006 15:44:26 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Brian Bendtsen skrev: > Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? I think no matter what you do, language support in TV is still pretty buggy. You can make it work, but requires some copy/pasting of content elements (references) and more. I would suggest latest version of TV and TYPO 4. As lot of stuff has changed - regarding languages etc. This is what I think, and I don't know much about it really - so this advice is solely based on my last couple of months of experience with a multi-language site in TV and TYPO3. Good luck. Go with CVS version if that is an option for you. -- Martin From martin at 925.dk Thu Mar 2 15:47:43 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Thu, 02 Mar 2006 15:47:43 +0100 Subject: [TYPO3-templavoila] RTE link popup, unable to do internal links Message-ID: Hi, When I add a element of the type 'link' - in my FCE I get a nice link box with an icon that popups the RTE link selector stuff. But whatever i do from that selector, I end up on the 'external link page/tab'. I can not expand folders in the internal links tab (to see the folders content, and select an internal file from the fileadmin). Is this a bug? Is this newsgroup the wrong one for this question? Kind regards, -- Martin From brb at mentor-it.dk Thu Mar 2 15:58:28 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 02 Mar 2006 15:58:28 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Martin Koch Andersen wrote: > Brian Bendtsen skrev: > >> Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? > > > I think no matter what you do, language support in TV is still pretty > buggy. You can make it work, but requires some copy/pasting of content > elements (references) and more. > > I would suggest latest version of TV and TYPO 4. As lot of stuff has > changed - regarding languages etc. > > This is what I think, and I don't know much about it really - so this > advice is solely based on my last couple of months of experience with a > multi-language site in TV and TYPO3. > > Good luck. Go with CVS version if that is an option for you. > Hi Maybe you can point me to a guide on how to upgrade from 3.8.1 to 4 beta? Tried it earlier without luck. /Brian Bendtsen From typo3 at fm-world.ru Thu Mar 2 15:57:51 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 16:57:51 +0200 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > Could you mention which version of TV implements this change ? 0.3.0 at least. I used it long time ago. But you need mininews from cvs. > Ok, I don't see for the moment how it could be possible to have an > extension which dynamically modifies the flexform_pi1 field, at > run-time, when the user clicks on the Save button, but maybe you have > some ideas about that ? TCEmain hooks? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 2 15:58:42 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 16:58:42 +0200 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? Not with TV, it has serious bugs in multilanguage implementation. You have to use List or old Page modules to handle other languages with 0.4.0. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Thu Mar 2 16:09:16 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 02 Mar 2006 16:09:16 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? > > > Not with TV, it has serious bugs in multilanguage implementation. You > have to use List or old Page modules to handle other languages with 0.4.0. > > Dmitry. But I cant get tvpage and oldpage to work together, when I try to create a content element using old page module its not shown in the FE. /Brian From triphot69 at hotmail.com Thu Mar 2 16:34:29 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Thu, 02 Mar 2006 16:34:29 +0100 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi, > 0.3.0 at least. I used it long time ago. But you need mininews from cvs. > Ok, that's the classical way and not a recent change. So, i can ensure you that it doesn't change anything to my problem ;) Only the sheet is displayed on FE when you use a FCE (pay attention that's for a FCE not for a plugin). My modification allows to display all sheets, no matter if each sheet is a single template (multi-template configuration as you mention) or if it is a whole single template. > > TCEmain hooks? > By using some ProcessDataMap hook ? Why not ... it should work :) Thanks for your help :) Regards, JB From brb at mentor-it.dk Thu Mar 2 16:38:08 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 02 Mar 2006 16:38:08 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > Dmitry Dulepov wrote: > >> Hi! >> >> Brian Bendtsen wrote: >> >>> Is multilanguage not an option when using typo 3.8.1 and tv 0.4.0? >> >> >> >> Not with TV, it has serious bugs in multilanguage implementation. You >> have to use List or old Page modules to handle other languages with >> 0.4.0. >> >> Dmitry. > > But I cant get tvpage and oldpage to work together, when I try to create > a content element using old page module its not shown in the FE. > > /Brian Ok, so here is how I made it work. I use old page to create other language, then copy all existing elements. Then I go to TVpage and choose the other language. Here I can cut and paste in the elements and then the show up in the FE. /Brian From martin at 925.dk Thu Mar 2 16:43:46 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Thu, 02 Mar 2006 16:43:46 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Brian Bendtsen skrev: > Maybe you can point me to a guide on how to upgrade from 3.8.1 to 4 > beta? Tried it earlier without luck. I'm not aware of any guides describing this. TYPO3 4 is still _very_ beta. -- Martin From indy at f2o.org Thu Mar 2 19:49:55 2006 From: indy at f2o.org (=?ISO-8859-1?Q?Thomas_K=F6nig?=) Date: Thu, 02 Mar 2006 19:49:55 +0100 Subject: [TYPO3-templavoila] Fatal Error: Cannot use string offset as an array Message-ID: Hi List, i just installed Typo3 4.0beta3 and Templavoila 0.6 on my server. I then used the tv-wizard to create a site and that worked fine. But then i was trying to create a new Template Object (if i remember correctly) and now i get the following error when i go to the "Storage Folder" in my new Site (in the templavoila module): Fatal error: Cannot use string offset as an array in C:\wamp\www\typo3_4\typo3conf\ext\templavoila\mod2\index.php on line 1314 I got PHP 5.1.2 installed so it might be a problem with php5? (after googling the error message...) Is there any quick fix/help for that? And is there a templavoila bugbase? Best regards, Thomas From typo3 at fm-world.ru Thu Mar 2 21:37:04 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 22:37:04 +0200 Subject: [TYPO3-templavoila] Fatal Error: Cannot use string offset as an array In-Reply-To: References: Message-ID: Hi! Thomas K?nig wrote: > I got PHP 5.1.2 installed so it might be a problem with php5? (after > googling the error message...) Yes. Typo3 does not support PHP5 officially yet. > Is there any quick fix/help for that? > And is there a templavoila bugbase? There is. And there is a bug report about it there. Look here: http://bugs.typo3.org/ Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 2 21:38:50 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 22:38:50 +0200 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > But I cant get tvpage and oldpage to work together, when I try to create > a content element using old page module its not shown in the FE. Use a second TV module (under Tools or User?) to reindex content elements. 0.5.0 and newer does it automatically but for 0.4.0 you have to do it manually if you add content elements in other module. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 2 21:40:06 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 02 Mar 2006 22:40:06 +0200 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > Ok, that's the classical way and not a recent change. So, i can ensure > you that it doesn't change anything to my problem ;) Only the > sheet is displayed on FE when you use a FCE (pay attention that's for a > FCE not for a plugin). My modification allows to display all sheets, no > matter if each sheet is a single template (multi-template configuration > as you mention) or if it is a whole single template. I am not sure if displaying all sheets is right behaviour... > By using some ProcessDataMap hook ? Why not ... it should work :) Btw, TemplaVoila uses it to cache references to content elements :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at wesfx.com Fri Mar 3 10:04:51 2006 From: typo3 at wesfx.com (wes currier) Date: Fri, 03 Mar 2006 03:04:51 -0600 Subject: [TYPO3-templavoila] best pratices mapping TV Message-ID: I have an HTML template that I want to map for DS/TO. Is it best to map every element when creating the initial DS and then come back and create separate TO based on which set of divs I want to activate? wes From typo3 at wesfx.com Fri Mar 3 10:27:10 2006 From: typo3 at wesfx.com (wes currier) Date: Fri, 03 Mar 2006 03:27:10 -0600 Subject: [TYPO3-templavoila] TV fields not showing up Message-ID: I have created a DS/TO and mapped all the items to it creating editable areas. Problem I have is that if I look at the page from WEB -> TV page I see only some of the fields. [1] When I look at the page from "Edit page header" I see all the fields. [2] When I look at the page in the front end, they all have content. [3] I am using 3.8.1 and 0.4.0 I have cleared all the caches, I have recreated the mapping and I have checked the database. All seem ok. I even updated the mapping like it states from the wiki and no change. Didn't see anything in the bug tracker that looked the same. Any thoughts, wes [1]http://www.wesfx.com/fileadmin/wesFX/TVeditor.gif [2]http://www.wesfx.com/fileadmin/wesFX/TVpageHeader.gif [3]http://www.wesfx.com/index.php?id=34 From typo3 at fm-world.ru Fri Mar 3 10:33:38 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 03 Mar 2006 11:33:38 +0200 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Hi! wes currier wrote: > I have created a DS/TO and mapped all the items to it creating editable > areas. Problem I have is that if I look at the page from WEB -> TV page > I see only some of the fields. [1] Hard to say anything without seeing your DS. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Fri Mar 3 10:44:45 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Fri, 03 Mar 2006 10:44:45 +0100 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>But I cant get tvpage and oldpage to work together, when I try to create >>a content element using old page module its not shown in the FE. > > > Use a second TV module (under Tools or User?) to reindex content > elements. 0.5.0 and newer does it automatically but for 0.4.0 you have > to do it manually if you add content elements in other module. > > Dmitry. HI This I dont understand, how do I use a second TV module? /Brian Bendtsen From typo3 at fm-world.ru Fri Mar 3 10:50:43 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 03 Mar 2006 11:50:43 +0200 Subject: [TYPO3-templavoila] Templavoila 0.4.0 and multilanguage? In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > This I dont understand, how do I use a second TV module? I do not have old TV version anywhere close but there was a separate module (under Tools or User) that allowed to reindex content elements. There was one combobox and one button. It was as simple as pressing a button there. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fx-graefix.de Fri Mar 3 11:53:37 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Fri, 03 Mar 2006 11:53:37 +0100 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 In-Reply-To: References: Message-ID: Finally I found the error (after digging the source). In the defined sys_languages I missed to setup the "ISO code" (due to not available static_info_library caused of not working dependencies-check of the EM in 4.0Beta3), and as the function 'getAvailableLanguages' depends on that field, TV didn't know about the defined sys_languages. Now localization is working as a charm - even the latest cvs-version (but didn't check workspaces yet as I currently don't need them). Thanks for your great work! -- Kind regards, Franz Koch From brb at mentor-it.dk Fri Mar 3 12:13:07 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Fri, 03 Mar 2006 12:13:07 +0100 Subject: [TYPO3-templavoila] User cant 'unlink record' -which permission allows this Message-ID: Hi I created a user and noticed that I couldt 'unlink record' for at content element in TV page, how do you make this possible for a user? /Brian Bendtsen From triphot69 at hotmail.com Fri Mar 3 13:58:36 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Fri, 03 Mar 2006 13:58:36 +0100 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi, Dmitry Dulepov wrote: > > I am not sure if displaying all sheets is right behaviour... > You're right. That's why i offer to enhance my modification to be able to specify the displayed sheets. At the moment, i use a specific flag (1) in the DS. I will do the enhancement and post all the modification in the bug tracker. You'll decide if it could have interest. Regards, JB From typo3 at fm-world.ru Fri Mar 3 14:15:02 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 03 Mar 2006 15:15:02 +0200 Subject: [TYPO3-templavoila] Sheets management In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > You're right. That's why i offer to enhance my modification to be able > to specify the displayed sheets. At the moment, i use a specific flag > (1) in the DS. I will do the > enhancement and post all the modification in the bug tracker. You'll > decide if it could have interest. Fine! Let's do this. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Fri Mar 3 14:15:58 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 03 Mar 2006 15:15:58 +0200 Subject: [TYPO3-templavoila] User cant 'unlink record' -which permission allows this In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > I created a user and noticed that I couldt 'unlink record' for at > content element in TV page, how do you make this possible for a user? You could not unlink or user could not unlink? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Fri Mar 3 16:13:19 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Fri, 03 Mar 2006 16:13:19 +0100 Subject: [TYPO3-templavoila] User cant 'unlink record' -which permission allows this In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>I created a user and noticed that I couldt 'unlink record' for at >>content element in TV page, how do you make this possible for a user? > > > You could not unlink or user could not unlink? > > Dmitry. When I am logged in as user I cant. When I am logged in as admin I can. /Brian Bendtsen From newslist at andreas-balzer.de Fri Mar 3 21:48:56 2006 From: newslist at andreas-balzer.de (Andreas Balzer) Date: Fri, 03 Mar 2006 21:48:56 +0100 Subject: [TYPO3-templavoila] Documentation for Templavoila wizard Message-ID: Hi! Is there a documentation what's possible with the automated Templavoila wizard? I would like to add special menus to my page and more columns. (not only the normal one) Is this possible easily? Greets Andreas From typo3 at wesfx.com Sat Mar 4 07:26:54 2006 From: typo3 at wesfx.com (wes currier) Date: Sat, 04 Mar 2006 00:26:54 -0600 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Dmitry, Here is the XML. I re-mapped all the elements and made sure that I di not do something incorrectly. It is still the same. 1 1 ROOT Select the HTML element on the page which you want to be the overall container element for the template. array array PAGE ELEMENT CONTAINER div id = page input div:inner array Header div id = head ce div:inner Branding div id = branding [Branding / Logo] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Search div id = search [Search] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 array CONTENT div id = content ce div:inner Main div id = main [MAIN] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque porta erat vitae nisl. In hac habitasse platea dictumst. Aliquam ac urna. Morbi magna mauris, semper ut, varius in, convallis vitae, nulla. Proin massa lorem, mollis eget, rutrum vitae, commodo id, risus. Curabitur scelerisque risus eget odio. Proin laoreet blandit elit. Aenean varius, sapien laoreet dapibus volutpat, risus lorem ornare wisi, lobortis venenatis nisl augue sed purus. Nam suscipit viverra justo. Suspendisse tincidunt. Nullam vel quam. ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Sub div id = sub [sub] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque porta erat vitae nisl. In hac habitasse platea dictumst. Aliquam ac urna. Morbi magna mauris, semper ut, varius in, convallis vitae, nulla. Proin massa lorem, mollis eget, rutrum vitae, commodo id, risus. Curabitur scelerisque risus eget odio. Proin laoreet blandit elit. Aenean varius, sapien laoreet dapibus volutpat, risus lorem ornare wisi, lobortis venenatis nisl augue sed purus. Nam suscipit viverra justo. Suspendisse tincidunt. Nullam vel quam ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Nav Local div id = local [ Nav Local ] TypoScriptObject div:inner lib.nav_local lib.nav_local Nav MAIN div id = nav [ Nav MAIN ] TypoScriptObject ul:outer lib.nav_main lib.nav_main Footer div id = footer [footer] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Extra Div 1 div id = extra1 [ extra div 1 ] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Extra Div 2 div id = extra2 [ extra div 2 ] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 Valid div id = valid [ valid ] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content group db tt_content 5 200 0 1 1 From typo3 at fm-world.ru Sat Mar 4 11:22:00 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Sat, 04 Mar 2006 12:22:00 +0200 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Hi! wes currier wrote: > Dmitry, > Here is the XML. I re-mapped all the elements and made sure that I di > not do something incorrectly. It is still the same. I see.. I left only some lines in the analyses below. > > array > > Header > ce array cannot have ce and ce cannot have subelements. This will confuse TemplaVoila. > > > > > Branding > ce > > > > group > db > > > So, this should be a first CE field to display. > > > Search > ce > > > > group > db > tt_content > > > This is a second CE field > > > > array > > CONTENT > ce > div:inner > Again type and eType conflict. > > > > Main > ce > > > > group > db > tt_content > > > Next CE field, in second block > > > Sub > ce > > > > group > db > tt_content > > > Second CE field in second block > > > Nav Local > TypoScriptObject > > Not visible in page module > > > Nav MAIN > TypoScriptObject > > Not visible in page module > > > > > Footer > ce > > > > group > db > tt_content > > > CE field in third group. > > > > > Extra Div 1 > ce > > > > group > db > tt_content > > > > CE field in forth group. > > > Extra Div 2 > ce > > > > group > db > tt_content > > > CE field in fifth group. > > > Valid > ce > > > > group > db > tt_content > > > > CE field in sixth group. So, there are some errors in DS but there are also clearly six blocks with a number of CE fields in them. Try to cleanup errors and see if it helps. Are you sure you need so many content element areas? It can be solved with fewer areas and a number of flexible content elements in them. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Sat Mar 4 11:22:57 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Sat, 04 Mar 2006 12:22:57 +0200 Subject: [TYPO3-templavoila] User cant 'unlink record' -which permission allows this In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > When I am logged in as user I cant. > When I am logged in as admin I can. Check "Access" module for permissions. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From sven.wagenhoefer at pocketbrain.de Sat Mar 4 13:52:37 2006 From: sven.wagenhoefer at pocketbrain.de (=?ISO-8859-1?Q?Sven_Wagenh=F6fer?=) Date: Sat, 04 Mar 2006 13:52:37 +0100 Subject: [TYPO3-templavoila] Fix for known Bug in class.tx_templavoila_pi1.php on line 416? Message-ID: Hi there! I am trying to have two Text-Elements in a FCE, and for each there should be a stdWrap with ifEmpty (normal proc -> stdWrap -> /proc thingie). With only one, this works fine (thanks to Dmitry ;-) ), but with two, I get an error: Fatal error: Call to a member function on a non-object in /homepages/40/d96072740/htdocs/ta-hameln.de/typo3conf/ext/templavoila/pi1/class.tx_templavoila_pi1.php on line 416 It seems that the $cObj does not work for the second element here - and there is a // BUG HERE: should convert array to TypoScript... in the Source Code. Is there any way to fix this bug (TV 0.4, Typo 3.8.1) or to get around it? Thanks a lot for your help :) Sven From typo3 at wesfx.com Sat Mar 4 14:23:56 2006 From: typo3 at wesfx.com (wes currier) Date: Sat, 04 Mar 2006 07:23:56 -0600 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: So can I not place two CO's together? Dmitry Dulepov wrote: > Hi! > > > So, there are some errors in DS but there are also clearly six blocks > with a number of CE fields in them. Try to cleanup errors and see if it > helps. > Well I asked on the thread before this one what are the best practices and got no response. I wanted to know if I should map everything when creating the DS and then create another TO with just the items I need. I plan on using this one HTML for all my pages and altering the css to create the format I need. I will use FCE's to add news to the sub area for example. Or, for example, should I map the header and leave the branding and search div's to content elements or FCE's? Some sites will have main and local menus in the nav_main while others will have it divided between the two nav div's. The "main" is the content area and will use FCE's for different looks. Basically I have: Root [co] page [co] +--header [el] branding [el] search [el] +--content [co] main [el] sub [el] nav_local [el] nav_main [el] +--footer [el] extra 1 [el] extra 2 [el] valid [el] > Are you sure you need so many content element areas? It can be solved > with fewer areas and a number of flexible content elements in them. > > Dmitry. From typo3 at fx-graefix.de Sat Mar 4 15:52:38 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Sat, 04 Mar 2006 15:52:38 +0100 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) Message-ID: Hi list, on my latest project I found a strange mapping behaviour in the latest TV version (CVS) running on typo3 4.0Beta3. TV seems to randomly loose and find again some mapping information during the mapping process or when changing the mapping type - which means that that this happens every time the TO is stored. Strange thing is, that every time I save the TO the mapping-errors switch, which means that e.g. newly mapped items imediatly show a mapping error after saving, but when pressing the save-button a second time the error sometimes is gone but therefor some other, previously correct, items are showing errors and don't and do again... It's like playing a game. After pressing the save-button several times it sometimes happens that everything finally is ok (as it had always been as I didn't change anything). But even if the wizard shows that everything is ok, it sometimes happens that some of the mapped fields show the striped-out html-content from some other mapped item/container/whatever. I really don't see any system behind it so that I could say 'I changed this and than it worked'. The only thing I haven't changed yet is the template itself, but the template is valid XHTML and allready had been successfully maped (with some small differences) on a different project with TV 0.4.0. Anybody else had a similar experience? -- Kind regards, Franz Koch From typo3 at fx-graefix.de Sat Mar 4 15:58:22 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Sat, 04 Mar 2006 15:58:22 +0100 Subject: [TYPO3-templavoila] pageModule and titleBarColor - no effect In-Reply-To: References: Message-ID: Martin Koch Andersen schrieb: > Marc Ehret skrev: > >> it's just not enabled in the current version. Don't know why... >> Search for 'titlebarcolor' in mod1/index.php. > > > So this is a bug (that should be reported)? This is somehow related to this bug: http://bugs.typo3.org/view.php?id=2051 as both occur because of the same missing array (had a litte researc on it). -- Kind regards, Franz Koch From typo3 at fm-world.ru Sun Mar 5 09:05:22 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Sun, 05 Mar 2006 10:05:22 +0200 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Hi! wes currier wrote: > So can I not place two CO's together? You can have a number of "ce" (content elements) fields in the DS/TO. But (1) they cannot be nested and (2) number of them should be reasonable, otherwise it will be hard to manage. > Well I asked on the thread before this one what are the best practices > and got no response. I read that thread but TemplaVoila is too young to have best practices I think. > I wanted to know if I should map everything when creating the DS and > then create another TO with just the items I need. I plan on using this > one HTML for all my pages and altering the css to create the format I > need. Here is what I usually do: - create one or two "ce" fields on a page - use TS objects for things like login forms, news, menu, contact and about links - if there are complex structures but they do not appear on each page, make FCE - if necessary make different templates for different pages (first and others, for example) > I will use FCE's to add news to the sub area for example. > Or, for example, should I map the header and leave the branding and > search div's to content elements or FCE's? If you are going to use news plugins, I suggest adding it through TS object field. You know it will be always there, so you do not need to insert it as content element in page module. TS object path is better. > Some sites will have main and local menus in the nav_main while others > will have it divided between the two nav div's. The "main" is the > content area and will use FCE's for different looks. You can (re)define TS objects on each page in TS setup. This will change menu as you need. Just make two menu areas in DS. Depending on visual representation of menus you may use either one template or two templates for different parts of the site. One template can have only one menu field mapped, another can map both. > Basically I have: > > Root [co] > page [co] > +--header [el] Probably could be TS object (if it is the same as page title). > branding [el] Is it the same text for all pages? Than you do not have to map it all, keep it in template file. > search [el] TS object will work perfectly. You will not have to insert search element on all pages. This will save you a lot of database space and allow easy modification or even change of search plugin. > +--content [co] > main [el] I assume it is where main content is located. So, this is "ce" field. > sub [el] Not sure what it is. > nav_local [el] Menu, so TS object. > nav_main [el] Menu, so TS object. > +--footer [el] If static text, leave it in template file. > extra 1 [el] > extra 2 [el] > valid [el] What are these? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Sun Mar 5 09:08:05 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Sun, 05 Mar 2006 10:08:05 +0200 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > newly mapped items immediately show a mapping error after > saving, but when pressing the save-button a second time the error > sometimes is gone but therefor some other, previously correct, items are > showing errors and don't and do again... What kind of error do you mean exactly? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Sun Mar 5 09:08:52 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Sun, 05 Mar 2006 10:08:52 +0200 Subject: [TYPO3-templavoila] Fix for known Bug in class.tx_templavoila_pi1.php on line 416? In-Reply-To: References: Message-ID: Hi! Sven Wagenh?fer wrote: > Fatal error: Call to a member function on a non-object in > /homepages/40/d96072740/htdocs/ta-hameln.de/typo3conf/ext/templavoila/pi1/class.tx_templavoila_pi1.php > on line 416 > > It seems that the $cObj does not work for the second element here - and > there is a // BUG HERE: should convert array to TypoScript... in the > Source Code. > > Is there any way to fix this bug (TV 0.4, Typo 3.8.1) or to get around it? I afraid not for 0.4.0. It probably can be fixed for 1.0. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From email at pro2k.de Sun Mar 5 11:23:01 2006 From: email at pro2k.de (Andreas Blum) Date: Sun, 5 Mar 2006 11:23:01 +0100 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) Message-ID: I've nearly the same problem. I'm working on it since 3 weeks, but I found no solution. I tried all versions of Typo3 from 3.7.1 to 4.0beta3 and the TV versions from 0.3.0 to 0.6.0 the only thing I've found out, is that I testet it on to different WebHostings. With one it works perfectly, with the other I've this problem. When I copy the whole CMS incl. DB from the working System to the other, the mappigs work on. But if I try to remap, I get the problem again. Hope anybody here has the same problem and of cause a solution. MfG Andreas Blum -----Urspr?ngliche Nachricht----- Von: typo3-project-templavoila-bounces at lists.netfielders.de [mailto:typo3-project-templavoila-bounces at lists.netfielders.de] Im Auftrag von Franz Koch Gesendet: Samstag, 4. M?rz 2006 15:53 An: typo3-project-templavoila at lists.netfielders.de Betreff: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) Hi list, on my latest project I found a strange mapping behaviour in the latest TV version (CVS) running on typo3 4.0Beta3. TV seems to randomly loose and find again some mapping information during the mapping process or when changing the mapping type - which means that that this happens every time the TO is stored. Strange thing is, that every time I save the TO the mapping-errors switch, which means that e.g. newly mapped items imediatly show a mapping error after saving, but when pressing the save-button a second time the error sometimes is gone but therefor some other, previously correct, items are showing errors and don't and do again... It's like playing a game. After pressing the save-button several times it sometimes happens that everything finally is ok (as it had always been as I didn't change anything). But even if the wizard shows that everything is ok, it sometimes happens that some of the mapped fields show the striped-out html-content from some other mapped item/container/whatever. I really don't see any system behind it so that I could say 'I changed this and than it worked'. The only thing I haven't changed yet is the template itself, but the template is valid XHTML and allready had been successfully maped (with some small differences) on a different project with TV 0.4.0. Anybody else had a similar experience? -- Kind regards, Franz Koch _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila From typo3 at wesfx.com Mon Mar 6 03:35:57 2006 From: typo3 at wesfx.com (wes currier) Date: Sun, 05 Mar 2006 20:35:57 -0600 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Dmitry, Dmitry Dulepov wrote: > Hi! > > wes currier wrote: > >>So can I not place two CO's together? > > > You can have a number of "ce" (content elements) fields in the DS/TO. > But (1) they cannot be nested and (2) number of them should be > reasonable, otherwise it will be hard to manage. > > >>Well I asked on the thread before this one what are the best practices >>and got no response. > > > I read that thread but TemplaVoila is too young to have best practices I > think. > Well one thing would be: One cannot place a Container Element [CO] within another Container Element [CO]. > >>I wanted to know if I should map everything when creating the DS and >>then create another TO with just the items I need. I plan on using this >> one HTML for all my pages and altering the css to create the format I >>need. > > > Here is what I usually do: > - create one or two "ce" fields on a page > - use TS objects for things like login forms, news, menu, contact and > about links > - if there are complex structures but they do not appear on each page, > make FCE > - if necessary make different templates for different pages (first and > others, for example) > > This is very helpful. More of thois type information would help those new to TV. >>I will use FCE's to add news to the sub area for example. >>Or, for example, should I map the header and leave the branding and >>search div's to content elements or FCE's? > > > If you are going to use news plugins, I suggest adding it through TS > object field. You know it will be always there, so you do not need to > insert it as content element in page module. TS object path is better. > > >>Some sites will have main and local menus in the nav_main while others >>will have it divided between the two nav div's. The "main" is the >>content area and will use FCE's for different looks. > > > You can (re)define TS objects on each page in TS setup. This will change > menu as you need. Just make two menu areas in DS. Depending on visual > representation of menus you may use either one template or two templates > for different parts of the site. One template can have only one menu > field mapped, another can map both. > > >>Basically I have: >> >>Root [co] >> page [co] >> +--header [el] > > > Probably could be TS object (if it is the same as page title). > > >> branding [el] > > > Is it the same text for all pages? Than you do not have to map it all, > keep it in template file. > My understanding is that one can place a content element on a specific page and call that element on multiple pages or on all pages. The ability of having it this way is that an editor can then edit the content element without having to alter the template or TS and have that content propigate through the site. This will reside on a page named "boilerplate" that is accessed from a front end login. Therefore, should a company need to change or add a telephone number, an editor with only FE access may make the alteration on the boilerplate page and all areas are updated. > >> search [el] > > > TS object will work perfectly. You will not have to insert search > element on all pages. This will save you a lot of database space and > allow easy modification or even change of search plugin. > > >> +--content [co] >> main [el] > > > I assume it is where main content is located. So, this is "ce" field. > > >> sub [el] > > > Not sure what it is. Sub = Sub content. Where the news, calendar, advertisements, google ads would go typically. > > >> nav_local [el] > > > Menu, so TS object. > >> nav_main [el] > > > Menu, so TS object. > > >> +--footer [el] > > > If static text, leave it in template file. Boilerplate content. > > >> extra 1 [el] >> extra 2 [el] >> valid [el] > > > What are these? These were extra div's in my template that could be removed > > Dmitry. From typo3 at fm-world.ru Mon Mar 6 07:31:53 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 06 Mar 2006 08:31:53 +0200 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Hi! wes currier wrote: > Well one thing would be: > One cannot place a Container Element [CO] within another Container > Element [CO]. Why? You can. You cannot have anything inside non-CO fields but you can nest CO fields. > This is very helpful. More of thois type information would help those > new to TV. Hm-m-m... May be I should put it to wiki. > My understanding is that one can place a content element on a specific > page and call that element on multiple pages or on all pages. The > ability of having it this way is that an editor can then edit the > content element without having to alter the template or TS and have that > content propigate through the site. This will reside on a page named > "boilerplate" that is accessed from a front end login. You can but you will need TS object on other pages for this. > Therefore, should a company need to change or add a telephone number, an > editor with only FE access may make the alteration on the boilerplate > page and all areas are updated. Yes, this is possible. Though I prefer to keep seldom changing information in template. But your choice is also fine. > Sub = Sub content. Where the news, calendar, advertisements, google ads > would go typically. So, this is TS object as well. >>> extra 1 [el] >>> extra 2 [el] >>> valid [el] >> >> What are these? > > These were extra div's in my template that could be removed So you do not need fields for them and do not need to map them :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fx-graefix.de Mon Mar 6 12:29:18 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Mon, 06 Mar 2006 12:29:18 +0100 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Hi Dimitry, >>newly mapped items immediately show a mapping error after >>saving, but when pressing the save-button a second time the error >>sometimes is gone but therefor some other, previously correct, items are >>showing errors and don't and do again... > > What kind of error do you mean exactly? Well, the mapping-error-symbol is showing (instead of the green, checked circle) as if TV had lost the mapped object (which it has) or the placement of the object would have changed. Maybe it is related somehow to php5? Unfortunately the error currently doesn't appear, but it has before on different days and server reboots (it's a lokal wampp) - and the template hasn't changed. -- Kind regards, Franz Koch From typo3 at fm-world.ru Mon Mar 6 13:37:21 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 06 Mar 2006 14:37:21 +0200 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > Well, the mapping-error-symbol is showing (instead of the green, checked > circle) as if TV had lost the mapped object (which it has) or the > placement of the object would have changed. > Maybe it is related somehow to php5? Well, at least I never saw such behaviour with PHP4. I work very actively with templavoila and have a lot of number of templates with different scope (page, fce, static). Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at wesfx.com Mon Mar 6 17:53:07 2006 From: typo3 at wesfx.com (wes currier) Date: Mon, 06 Mar 2006 10:53:07 -0600 Subject: [TYPO3-templavoila] TV fields not showing up In-Reply-To: References: Message-ID: Thanks for your help it has been most informative. wes Dmitry Dulepov wrote: > Hi! > > wes currier wrote: > >>Well one thing would be: >>One cannot place a Container Element [CO] within another Container >>Element [CO]. > > > Why? You can. You cannot have anything inside non-CO fields but you can > nest CO fields. > > >>This is very helpful. More of thois type information would help those >>new to TV. > > > Hm-m-m... May be I should put it to wiki. > > >>My understanding is that one can place a content element on a specific >>page and call that element on multiple pages or on all pages. The >>ability of having it this way is that an editor can then edit the >>content element without having to alter the template or TS and have that >>content propigate through the site. This will reside on a page named >>"boilerplate" that is accessed from a front end login. > > > You can but you will need TS object on other pages for this. > > >>Therefore, should a company need to change or add a telephone number, an >>editor with only FE access may make the alteration on the boilerplate >>page and all areas are updated. > > > Yes, this is possible. Though I prefer to keep seldom changing > information in template. But your choice is also fine. > > >>Sub = Sub content. Where the news, calendar, advertisements, google ads >>would go typically. > > > So, this is TS object as well. > > >>>>extra 1 [el] >>>>extra 2 [el] >>>>valid [el] >>> >>>What are these? >> >>These were extra div's in my template that could be removed > > > So you do not need fields for them and do not need to map them :) > > Dmitry. From broekth at web.de Mon Mar 6 18:59:50 2006 From: broekth at web.de (Thomas Broeker) Date: Mon, 06 Mar 2006 18:59:50 +0100 Subject: [TYPO3-templavoila] German Umlauts are not accepted Message-ID: Hi, I just noticed, that in the Flexforms the german Umlauts (?,?,?,...) are not accepted. I get an error message then and the content is not saved. Regards Thomas From robert at typo3.org Mon Mar 6 20:03:02 2006 From: robert at typo3.org (Robert Lemke) Date: Mon, 06 Mar 2006 20:03:02 +0100 Subject: [TYPO3-templavoila] German Umlauts are not accepted References: Message-ID: Hi Thomas, Thomas Broeker wrote: > I just noticed, that in the Flexforms the german Umlauts (?,?,?,...) are > not accepted. I get an error message then and the content is not saved. this is solved in the most current version(s) of TemplaVoila. Please search the bug tracker (bugs.typo3.org) for more details about this issue. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From broekth at web.de Mon Mar 6 20:41:17 2006 From: broekth at web.de (Thomas Broeker) Date: Mon, 06 Mar 2006 20:41:17 +0100 Subject: [TYPO3-templavoila] German Umlauts are not accepted In-Reply-To: References: Message-ID: Thanks for the immediate answer, Robert. Actually I thought I am using the most recent version of TV (I am using 0.6.0) and Typo3. But maybe I am wrong ... I will have a look. Thomas Robert Lemke schrieb: > Hi Thomas, > > Thomas Broeker wrote: > > >>I just noticed, that in the Flexforms the german Umlauts (?,?,?,...) are >>not accepted. I get an error message then and the content is not saved. > > > this is solved in the most current version(s) of TemplaVoila. Please search > the bug tracker (bugs.typo3.org) for more details about this issue. > > Cheers, > robert > From broekth at web.de Mon Mar 6 21:01:58 2006 From: broekth at web.de (Thomas Broeker) Date: Mon, 06 Mar 2006 21:01:58 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) Message-ID: Hi list, in the FTB-manual there ist mentioned that field names should be reused as that "enhances the internal compatibility". And another subject is that content elements have to be brought into the "hierarchy of references going from the page to the elements". Well, my idea was that the references only refer to the content of a DS. But my impression is that it refers to the complete object, i.e. DS+TO. What I would like to do: On 'Page X' I saved an article 'Article 1' with a FlexForm using the DataStructure 'DS:Article'. On that page this article is displayed using the 'TO:Article_complete'. On another page 'Page A' I also wanted to refer to that article ... but ... using the 'TO:Article_teaser' that is also based on the DataStructure 'DS:Article' to display the article. But unfortunately it didn't work as I expected. I could refer to the article. But only to the complete Article, i.e. into the CE-container I could only insert "Article 1" automatically using 'TO:Article_complete'. Is my idea of referencing content wrong? Or did I do something wrong referencing it? I don't know. It's the first time for me that I use TV and I would appreciate a hint ;). Regards Thomas From typo3 at fm-world.ru Tue Mar 7 07:47:06 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 08:47:06 +0200 Subject: [TYPO3-templavoila] German Umlauts are not accepted In-Reply-To: References: Message-ID: Hi! Thomas Broeker wrote: > Thanks for the immediate answer, Robert. Actually I thought I am using > the most recent version of TV (I am using 0.6.0) and Typo3. But maybe I > am wrong ... I will have a look. Does it work if you set charset to utf-8? You also need recent typo3 version (not beta2). Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From oneilch at yahoo.com Tue Mar 7 08:45:43 2006 From: oneilch at yahoo.com (oneilch) Date: Mon, 6 Mar 2006 23:45:43 -0800 (PST) Subject: [TYPO3-templavoila] nested page template - sub pages In-Reply-To: Message-ID: I have two page templates - main page template and sub page template (which is a table with a header banner which will be placed into the center - content block section of main page template - with user defined content.) Is the nesting of "page templates" possible and if so how is this done. Page Template Structure: "main page template" Use Template Design: "main page template [Template]" Subpages - Page Template Structure: "sub page" Subpages - Use Template Design: "sub page [template]" typo3 v4beta3 php 5.1.2 temploviola 0.6 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From typo3 at fm-world.ru Tue Mar 7 09:24:36 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 10:24:36 +0200 Subject: [TYPO3-templavoila] nested page template - sub pages In-Reply-To: References: Message-ID: Hi! oneilch wrote: > Is the nesting of "page templates" possible and if so > how is this done. You need two different templates. No nesting... Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Tue Mar 7 12:13:46 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Tue, 07 Mar 2006 12:13:46 +0100 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon Message-ID: Hi In the TV page module you can see the text "Available translations" if you have more than one language. I have added english as a second language, since my default is danish. My trouble is, that the flag icon for english is showed since I picked this, but how do I choose a flag icon for the default language? /Brian Bendtsen From typo3 at fm-world.ru Tue Mar 7 12:30:48 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 13:30:48 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > In the TV page module you can see the text "Available translations" if > you have more than one language. I have added english as a second > language, since my default is danish. My trouble is, that the flag icon > for english is showed since I picked this, but how do I choose a flag > icon for the default language? > > /Brian Bendtsen Use this *unofficial* and *unsupported* (may change at any moment!) way in TSConfig: mod.SHARED { defaultLanguage { title = Danish flag = dk.gif } } Again: it is unofficial and unsupported. There is no official way to do it in typo3 for now. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From usenet at digilog.de Tue Mar 7 12:42:18 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Tue, 7 Mar 2006 12:42:18 +0100 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon Message-ID: Hi all! I experience a strange problem in Typo3 4.0beta3 with TV 0.6.0 that I have never seen in my T3-3.8 / TV0.4.0 installations: When I add new pages and try to edit them in the TV page module, the BE does not display the "Main Content Area" box and thus no "Create new element" icon. I had a look into the database and found the the field "tx_templavoila_to" is !=0 for all affected pages and is =0 for pages that show the "Main Content Area". As far as I can tell, this field has always been =0 in my old installations. If I reset it to 0 the missing "Main Content Area" reappears in the BE. Any hint is welcome as I am completely clueless about what is going on! BTW: Where is the right place to post TV bugs? I am quite sure it is NOT in the Typo3 bug tracker. -- J?rg Wagner DigiLog multimedia From brb at mentor-it.dk Tue Mar 7 13:20:05 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Tue, 07 Mar 2006 13:20:05 +0100 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>In the TV page module you can see the text "Available translations" if >>you have more than one language. I have added english as a second >>language, since my default is danish. My trouble is, that the flag icon >>for english is showed since I picked this, but how do I choose a flag >>icon for the default language? >> >>/Brian Bendtsen > > > Use this *unofficial* and *unsupported* (may change at any moment!) way > in TSConfig: > > mod.SHARED { > defaultLanguage { > title = Danish > flag = dk.gif > } > } > > Again: it is unofficial and unsupported. There is no official way to do > it in typo3 for now. > > Dmitry. Ok, where do I put the image? Just adding this doesnt help the problem. /Brian Bendtsen From typo3 at fx-graefix.de Tue Mar 7 13:31:49 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 07 Mar 2006 13:31:49 +0100 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Yey, it's back. Yesterday I did several tests - and nothing happened. Today, as I added a field to the DS (a non mapped, so no change in the template at all), the error is back. The error-icon says 'No content found!' if that helps in any way. -- Kind regards, Franz Koch From typo3 at fm-world.ru Tue Mar 7 13:36:10 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 14:36:10 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > Ok, where do I put the image? Just adding this doesnt help the problem. It should. Image is located under typo3/gfx/flags. Just make sure that you put this TSConfig entry to the root page of the site. And it is TSConfig, not TS setup. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 13:39:16 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 14:39:16 +0200 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon In-Reply-To: References: Message-ID: Hi! Joerg Wagner - DigiLog multimedia wrote: > When I add new pages and try to edit them in the TV page module, the BE does > not display the "Main Content Area" box and thus no "Create new element" > icon. This happens if TemplaVoila cannot find any "content element" fields in *DS*. > I had a look into the database and found the the field "tx_templavoila_to" > is !=0 for all affected pages and is =0 for pages that show the "Main > Content Area". When it is equal to 0, it means "take TO from the upper page in tree". > As far as I can tell, this field has always been =0 in my old installations. Not for the root page of the site at least. > If I reset it to 0 the missing "Main Content Area" reappears in the BE. Seems like you have a wrong reference to TO there. Check in page properties. > BTW: > Where is the right place to post TV bugs? I am quite sure it is NOT in the > Typo3 bug tracker. This is a right place to ask questions about TV and confirm problems before posting bugs to bug tracker :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 13:43:27 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 14:43:27 +0200 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > Yey, it's back. Yesterday I did several tests - and nothing happened. > Today, as I added a field to the DS (a non mapped, so no change in the > template at all), the error is back. > > The error-icon says 'No content found!' if that helps in any way. Was the template (not this field but template!) mapped before? If I am right in my ideas, it was. As I see from the TV code, this error happens when element was mapped but mapping details are not found. Probably this is PHP5-related. I think I know how to fix it. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Tue Mar 7 14:11:10 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Tue, 07 Mar 2006 14:11:10 +0100 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>Ok, where do I put the image? Just adding this doesnt help the problem. > > > It should. Image is located under typo3/gfx/flags. Just make sure that > you put this TSConfig entry to the root page of the site. And it is > TSConfig, not TS setup. > > Dmitry. Im afraid I have done exactly would you say, but I still get a red cross and no image. /Brian From typo3 at fx-graefix.de Tue Mar 7 14:33:31 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 07 Mar 2006 14:33:31 +0100 Subject: [TYPO3-templavoila] Strange mapping behaviour (looses mapping, finds again and looses again...) In-Reply-To: References: Message-ID: Hi Dimitry, > Was the template (not this field but template!) mapped before? If I am > right in my ideas, it was. Yes, it allready was. In this case I just wanted to add a field. > As I see from the TV code, this error happens when element was mapped > but mapping details are not found. Probably this is PHP5-related. I > think I know how to fix it. That'll be nice :) -- Kind regards, Franz Koch From usenet at digilog.de Tue Mar 7 14:41:17 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Tue, 7 Mar 2006 14:41:17 +0100 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon References: Message-ID: Hi Dmitry, your replies come fast and precise as ever. Thanks a lot! :) > This happens if TemplaVoila cannot find any "content element" fields in > *DS*. I have just one TV template in the site and its DS contains the standard content elements, they are mapped and work fine in the pages that are not affected by the problem. The problem seems to be that TV writes arbitrary TO numbers into the "tx_templavoila_to" field of the "pages" table when I insert new pages and ADDITIONALLY the "tx_templavoila_ds" field is just empty (instead of 0). As there is no DS given and as the given TO do not exist, the "Main Content Area" box does not appear in the TV page module for these pages. > Seems like you have a wrong reference to TO there. Check in page properties. Correct! The "Page Template Structure:" dropdown box of the "page properties" page shows the empty item selected (which would be correct for a page that inherits its template from the parent) but in this case this seems to be just the result of the wrong DS and TO entries in the db. If I switch the dropdown box to my template, save the page, and switch the dropdown box back to the empty entry again, the db shows corrected entries (" tx_templavoila_ds" =0, "tx_templavoila_to"=1 - the latter one probably being not important because the first one being 0), and the problem is gone!!! Important: I found that all this mess only happens, if I use the wizard to create new pages: "New" --> "Click here for wizard" (below Page(inside)). If I create the page without the wizard using "New" --> "Page(inside)" then the db record is properly filled and I get my "Main Content Area" box immediatelly. Smells like bug, doesn't it? It would be nice if somebody could confirm this behaviour. I would then file a bug report to the tracker. Thanks again for your help! -- Jorg Wagner DigiLog multimedia "Dmitry Dulepov" schrieb im Newsbeitrag news:mailman.1.1141735156.27467.typo3-project-templavoila at lists.netfielders.de... > Hi! > > Joerg Wagner - DigiLog multimedia wrote: >> When I add new pages and try to edit them in the TV page module, the BE >> does >> not display the "Main Content Area" box and thus no "Create new element" >> icon. > > This happens if TemplaVoila cannot find any "content element" fields in > *DS*. > >> I had a look into the database and found the the field >> "tx_templavoila_to" >> is !=0 for all affected pages and is =0 for pages that show the "Main >> Content Area". > > When it is equal to 0, it means "take TO from the upper page in tree". > >> As far as I can tell, this field has always been =0 in my old >> installations. > > Not for the root page of the site at least. > >> If I reset it to 0 the missing "Main Content Area" reappears in the BE. > > Seems like you have a wrong reference to TO there. Check in page > properties. > >> BTW: >> Where is the right place to post TV bugs? I am quite sure it is NOT in >> the >> Typo3 bug tracker. > > This is a right place to ask questions about TV and confirm problems > before posting bugs to bug tracker :) > > Dmitry. > -- > "It is our choices, that show what we truly are, > far more than our abilities." (A.P.W.B.D.) From usenet at digilog.de Tue Mar 7 15:36:14 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Tue, 7 Mar 2006 15:36:14 +0100 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon References: Message-ID: I found two bug reports that obviously describe the exactly same problem, though somewhat vage in their details: http://bugs.typo3.org/view.php?id=2698 http://bugs.typo3.org/view.php?id=2322 The second one is much more detailed and I will add my findings to it. Actually I also get the JS error that is described there, if I switch on JS debugger in IE or if I open the JS console in FireFox. And as described there the error in FF has no consequences, but in IE the TO and DS entries in the db get filled with nonsense. -- J?rg Wagner DigiLog multimedia "Joerg Wagner - DigiLog multimedia" schrieb im Newsbeitrag news:mailman.1.1141738873.3348.typo3-project-templavoila at lists.netfielders.de... > Hi Dmitry, > > your replies come fast and precise as ever. Thanks a lot! :) > > >> This happens if TemplaVoila cannot find any "content element" fields in >> *DS*. > > I have just one TV template in the site and its DS contains the standard > content elements, they are mapped and work fine in the pages that are not > affected by the problem. > The problem seems to be that TV writes arbitrary TO numbers into the > "tx_templavoila_to" field of the "pages" table when I insert new pages and > ADDITIONALLY the "tx_templavoila_ds" field is just empty (instead of 0). > As there is no DS given and as the given TO do not exist, the "Main > Content Area" box does not appear in the TV page module for these pages. > > > Seems like you have a wrong reference to TO there. Check in page > properties. > > Correct! The "Page Template Structure:" dropdown box of the "page > properties" page shows the empty item selected (which would be correct for > a page that inherits its template from the parent) but in this case this > seems to be just the result of the wrong DS and TO entries in the db. If I > switch the dropdown box to my template, save the page, and switch the > dropdown box back to the empty entry again, the db shows corrected entries > (" tx_templavoila_ds" =0, "tx_templavoila_to"=1 - the latter one probably > being not important because the first one being 0), and the problem is > gone!!! > > Important: > I found that all this mess only happens, if I use the wizard to create new > pages: "New" --> "Click here for wizard" (below Page(inside)). > If I create the page without the wizard using "New" --> "Page(inside)" > then the db record is properly filled and I get my "Main Content Area" box > immediatelly. > > Smells like bug, doesn't it? > It would be nice if somebody could confirm this behaviour. I would then > file a bug report to the tracker. > > Thanks again for your help! > > -- > Jorg Wagner > DigiLog multimedia > > > > "Dmitry Dulepov" schrieb im Newsbeitrag > news:mailman.1.1141735156.27467.typo3-project-templavoila at lists.netfielders.de... >> Hi! >> >> Joerg Wagner - DigiLog multimedia wrote: >>> When I add new pages and try to edit them in the TV page module, the BE >>> does >>> not display the "Main Content Area" box and thus no "Create new element" >>> icon. >> >> This happens if TemplaVoila cannot find any "content element" fields in >> *DS*. >> >>> I had a look into the database and found the the field >>> "tx_templavoila_to" >>> is !=0 for all affected pages and is =0 for pages that show the "Main >>> Content Area". >> >> When it is equal to 0, it means "take TO from the upper page in tree". >> >>> As far as I can tell, this field has always been =0 in my old >>> installations. >> >> Not for the root page of the site at least. >> >>> If I reset it to 0 the missing "Main Content Area" reappears in the BE. >> >> Seems like you have a wrong reference to TO there. Check in page >> properties. >> >>> BTW: >>> Where is the right place to post TV bugs? I am quite sure it is NOT in >>> the >>> Typo3 bug tracker. >> >> This is a right place to ask questions about TV and confirm problems >> before posting bugs to bug tracker :) >> >> Dmitry. >> -- >> "It is our choices, that show what we truly are, >> far more than our abilities." (A.P.W.B.D.) > > From typo3 at fm-world.ru Tue Mar 7 15:38:31 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 16:38:31 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > Im afraid I have done exactly would you say, but I still get a red cross > and no image. What does it say if you right-click and choose properties? What file image name is there? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 15:41:55 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 16:41:55 +0200 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon In-Reply-To: References: Message-ID: Hi! Joerg Wagner - DigiLog multimedia wrote: > I found two bug reports that obviously describe the exactly same problem, > though somewhat vage in their details: > > http://bugs.typo3.org/view.php?id=2698 > http://bugs.typo3.org/view.php?id=2322 > > The second one is much more detailed and I will add my findings to it. > Actually I also get the JS error that is described there, if I switch on JS > debugger in IE or if I open the JS console in FireFox. > And as described there the error in FF has no consequences, but in IE the TO > and DS entries in the db get filled with nonsense. Please, write also PHP, mysql, TV and typo3 versions. It may be important. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From usenet at digilog.de Tue Mar 7 16:00:29 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Tue, 7 Mar 2006 16:00:29 +0100 Subject: [TYPO3-templavoila] TV Page Module not showing "Main Content Area" and "Create new element" icon References: Message-ID: Done. http://bugs.typo3.org/view.php?id=2322 "Dmitry Dulepov" schrieb im Newsbeitrag news:mailman.1.1141742515.10211.typo3-project-templavoila at lists.netfielders.de... > Hi! > > Joerg Wagner - DigiLog multimedia wrote: >> I found two bug reports that obviously describe the exactly same problem, >> though somewhat vage in their details: >> >> http://bugs.typo3.org/view.php?id=2698 >> http://bugs.typo3.org/view.php?id=2322 >> >> The second one is much more detailed and I will add my findings to it. >> Actually I also get the JS error that is described there, if I switch on >> JS >> debugger in IE or if I open the JS console in FireFox. >> And as described there the error in FF has no consequences, but in IE the >> TO >> and DS entries in the db get filled with nonsense. > > Please, write also PHP, mysql, TV and typo3 versions. It may be important. > > Dmitry. > -- > "It is our choices, that show what we truly are, > far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Tue Mar 7 16:12:44 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Tue, 07 Mar 2006 16:12:44 +0100 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>Im afraid I have done exactly would you say, but I still get a red cross >>and no image. > > > What does it say if you right-click and choose properties? What file > image name is there? > > Dmitry. http://www.domain.com/typo3/typo3conf/ext/templavoila/mod1/ /Brian Bendtsen From typo3 at fx-graefix.de Tue Mar 7 16:10:09 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 07 Mar 2006 16:10:09 +0100 Subject: [TYPO3-templavoila] Flexform rendering in 'edit pageproperties' Message-ID: Hi guys, I was just wondering about a change in the rendering of the flexform inside the 'edit pageproperties' 'view' after I added meta-information to the DS. When I have a default DS on a multilingual page, the 'TCA'-fields of the flexform are rendered grouped by langauge (vDEF,vEn,...). When I set the meta-information 'langChildren' inside the DS, the flexform renders the languages grouped by fields and not all language related fields grouped by language. Did a quick research, but couldn't see what is responsible for this. Using CVS-Snapshot 0.6.0 Question: can this behaviour be changed? If so, would it also be possible to optionally set 'useTabDividers' to get a tab for each language? Would improve useability I think - and looks cleaner and nicer in addition ;) -- Kind regards, Franz Koch From typo3 at fm-world.ru Tue Mar 7 16:56:53 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 17:56:53 +0200 Subject: [TYPO3-templavoila] Flexform rendering in 'edit pageproperties' In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > I was just wondering about a change in the rendering of the flexform > inside the 'edit pageproperties' 'view' after I added meta-information > to the DS. The problem is that it is outside of templavoila's control. Flexform is rendered by typo3 core, templavoila just creates corresponding description of the form. > When I have a default DS on a multilingual page, the 'TCA'-fields of the > flexform are rendered grouped by langauge (vDEF,vEn,...). When I set the > meta-information 'langChildren' inside the DS, the flexform renders the > languages grouped by fields and not all language related fields grouped > by language. > Did a quick research, but couldn't see what is responsible for this. It is in t3lib -> tceforms file. > can this behaviour be changed? If so, would it also be possible to > optionally set 'useTabDividers' to get a tab for each language? Would > improve useability I think - and looks cleaner and nicer in addition ;) Sometimes yes but having language fields together can be a big plus. Translator will always see original text and can translate without switching tabs. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 16:57:29 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 17:57:29 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > http://www.domain.com/typo3/typo3conf/ext/templavoila/mod1/ Is it image file name or link target? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From usenet at digilog.de Tue Mar 7 17:22:38 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Tue, 7 Mar 2006 17:22:38 +0100 Subject: [TYPO3-templavoila] Full featured FCE for images Message-ID: Hiho! I am just building another TV template including FCEs that contain images. I would like to provide the user with the ability to do the same basic image manipulation that the standard page content element for images provides, such as entering/selecting width, height, link, click-enlarge, quality, effects, frames, ALT text, ... As the TV element "Image field" provides only the basic selection of an image, my question is: Do I have to manually build an FCE that asks for all this input and then create the TS to implement the whole functionality for manipulating images in the same way the standard page element for images does, or is there any shortcut to get such an image element into a TV FCE form? Thanks for your help! -- J?rg Wagner DigiLog multimedia From martin at 925.dk Tue Mar 7 18:06:51 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Tue, 07 Mar 2006 18:06:51 +0100 Subject: [TYPO3-templavoila] Bug in templavoila "copy for translation" Message-ID: Hi, I've mentioned this before, just thought I would mention it again - in case it got lost in transfer :) Also filed a bug report about it this time. In CVS version of templavoila the "copy for translation" is broken. Instead of placing the copy of the content element on the language page you are translating to, it is placed on the default language page. This results in the same element appearing two times on the same page (and a warning in the page module saying this). You then need to cut the element from the default language page, and insert it to the page, you are translating to. I hope this will be fixed, as it makes translation cumbersome (and confusing for non-tech BE users). http://bugs.typo3.org/view.php?id=2784 -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From typo3 at fx-graefix.de Tue Mar 7 18:39:20 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 07 Mar 2006 18:39:20 +0100 Subject: [TYPO3-templavoila] Flexform rendering in 'edit pageproperties' In-Reply-To: References: Message-ID: Hi Dimitry, > The problem is that it is outside of templavoila's control. Flexform is > rendered by typo3 core, templavoila just creates corresponding > description of the form. Hmm, thought that. Does that mean that typo3 'decides' if the fields are grouped by language or not depending on this one definition in DS meta-data? I think that TV changes a definition to get this result - have to dig a little bit deeper I guess. > It is in t3lib -> tceforms file. Thanks, I'll have a look. >>can this behaviour be changed? If so, would it also be possible to >>optionally set 'useTabDividers' to get a tab for each language? Would >>improve useability I think - and looks cleaner and nicer in addition ;) > > Sometimes yes but having language fields together can be a big plus. > Translator will always see original text and can translate without > switching tabs. Well, I think normal translators will most likely _never_ translate TV-content in the flexform that shows up in page->edit pageproperties as the contained group-fields for content are not very handy. In most cases there might only be some configuration fields included as well - like in my case background-images. But that's a point of view. Thanks. -- Kind regards, Franz Koch From typo3 at fm-world.ru Tue Mar 7 18:26:52 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 19:26:52 +0200 Subject: [TYPO3-templavoila] Bug in templavoila "copy for translation" In-Reply-To: References: Message-ID: Hi! Martin Koch Andersen wrote: > In CVS version of templavoila the "copy for translation" is broken. > Instead of placing the copy of the content element on the language page > you are translating to, it is placed on the default language page. > > This results in the same element appearing two times on the same page > (and a warning in the page module saying this). You then need to cut the > element from the default language page, and insert it to the page, you > are translating to. > > I hope this will be fixed, as it makes translation cumbersome (and > confusing for non-tech BE users). > > http://bugs.typo3.org/view.php?id=2784 Yes, this is a known issue. You can use version 1.68 of file mod1/index.php if you need working translation support but do not care about workspaces. Kasper is going to fix this soon. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 18:28:29 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 19:28:29 +0200 Subject: [TYPO3-templavoila] Full featured FCE for images In-Reply-To: References: Message-ID: Hi! Joerg Wagner - DigiLog multimedia wrote: > Do I have to manually build an FCE that asks for all this input and then > create the TS to implement the whole functionality for manipulating images > in the same way the standard page element for images does, or is there any > shortcut to get such an image element into a TV FCE form? You have to do it yourself. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 18:30:56 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 19:30:56 +0200 Subject: [TYPO3-templavoila] Flexform rendering in 'edit pageproperties' In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > Hmm, thought that. Does that mean that typo3 'decides' if the fields are > grouped by language or not depending on this one definition in DS > meta-data? I think that TV changes a definition to get this result - > have to dig a little bit deeper I guess. TV in fact defines it in the DS through langChidren and langDisable. >> Sometimes yes but having language fields together can be a big plus. >> Translator will always see original text and can translate without >> switching tabs. > > Well, I think normal translators will most likely _never_ translate > TV-content in the flexform that shows up in page->edit pageproperties as > the contained group-fields for content are not very handy. In most cases > there might only be some configuration fields included as well - like in > my case background-images. Well, the use case is to translate FCE. As to flexform in page properties, I had such case butonly once and it was very specific. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 7 18:43:51 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 07 Mar 2006 19:43:51 +0200 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi! Thomas Broeker wrote: > in the FTB-manual there ist mentioned that field names should be reused > as that "enhances the internal compatibility". Yes, I will explain what it means later. > And another subject is that content elements have to be brought into the > "hierarchy of references going from the page to the elements". A bit cryptic explanation. It means that: - before TV references to pages were stored in content elements (tt_content table) - TV stores references to content in the page record (txx_templavoila_flex) This is what was meant by "hierarchy of references going from the page to the elements". It has nothing to do with reusing names (see futher about reusing). > Well, my idea was that the references only refer to the content of a DS. > But my impression is that it refers to the complete object, i.e. DS+TO. DS defines your data. TO defines how data is presented on the screen. It is important to remember these concepts. > What I would like to do: > On 'Page X' I saved an article 'Article 1' with a FlexForm using the > DataStructure 'DS:Article'. On that page this article is displayed using > the 'TO:Article_complete'. > On another page 'Page A' I also wanted to refer to that article ... but > .... using the 'TO:Article_teaser' that is also based on the > DataStructure 'DS:Article' to display the article. This depends on how exactly you refer to it. If you use "Insert records" or something, it will not work because the record defines DS/TO pair. You cannot list the same record with different TO right now. It may be possible in the future, we think about adding such functionality. > But unfortunately it didn't work as I expected. I could refer to the > article. But only to the complete Article, i.e. into the CE-container I > could only insert "Article 1" automatically using 'TO:Article_complete'. Yes, because you thought that record is flexform with FCE data. But record is more than flexform, it is a collection of many properties and flexform is only one of properties (like DS/TO, for example). > Is my idea of referencing content wrong? Or did I do something wrong > referencing it? > I don't know. It's the first time for me that I use TV and I would > appreciate a hint ;). Ok. It is much easier to explain reusing with example. Imagine that you have a DS with various fields. You made a first version of your site, deployed it, etc. After a year you need to develop completely new version. You need to change DS but you want to keep your data. What you will do is you will reuse field names in new DS. This preserves compatibility with all your old data but allows you to add other fields or change fields as you need. Another use case. You have two various DSes that handle data differently but data is compatible in general. You may want to use the same field names to ensure that you can easily switch DSes. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Tue Mar 7 20:42:15 2006 From: broekth at web.de (Thomas Broeker) Date: Tue, 07 Mar 2006 20:42:15 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: >>What I would like to do: >>On 'Page X' I saved an article 'Article 1' with a FlexForm using the >>DataStructure 'DS:Article'. On that page this article is displayed using >>the 'TO:Article_complete'. >>On another page 'Page A' I also wanted to refer to that article ... but >>.... using the 'TO:Article_teaser' that is also based on the >>DataStructure 'DS:Article' to display the article. > > > This depends on how exactly you refer to it. If you use "Insert records" > or something, it will not work because the record defines DS/TO pair. > You cannot list the same record with different TO right now. It may be > possible in the future, we think about adding such functionality. Well, TV is nearest to what I have always imagined how a CMS conecpt should work. This is the only thing I am missing. With that feature it would be the 'egg-laying wool-milk-sow' (don't know if it is possible to understand this 1:1 translation from german) ... means: it would be the one thing satisfying all needs. ;) > Ok. It is much easier to explain reusing with example. Imagine that you > have a DS with various fields. You made a first version of your site, > deployed it, etc. After a year you need to develop completely new > version. You need to change DS but you want to keep your data. What you > will do is you will reuse field names in new DS. This preserves > compatibility with all your old data but allows you to add other fields > or change fields as you need. > > Another use case. You have two various DSes that handle data differently > but data is compatible in general. You may want to use the same field > names to ensure that you can easily switch DSes. Ok, then I conclude I understood everything right. Just the development of the software isn't that far yet ;). Nevertheless, thanks very much Dmitry for your detailed explanations. Thomas From bart at sonik.pl Tue Mar 7 21:40:06 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Tue, 7 Mar 2006 21:40:06 +0100 Subject: [TYPO3-templavoila] FCE and website users Message-ID: Hi I've created FCE for product presentation for my website Is it possible to show content of filed_price only for logged users? From typo3 at fm-world.ru Wed Mar 8 08:01:29 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 09:01:29 +0200 Subject: [TYPO3-templavoila] FCE and website users In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > I've created FCE for product presentation for my website > Is it possible to show content of filed_price only for logged users? Yes. Check checkbox in the bottom of the right frame to enable palettes. You will see additional options. Select "Show at any login". Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Wed Mar 8 08:02:50 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 09:02:50 +0200 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi! Thomas Broeker wrote: > Ok, then I conclude I understood everything right. Just the development > of the software isn't that far yet ;). Yes and we are still collecting wishes, feedbacks and issues :) > Nevertheless, thanks very much Dmitry for your detailed explanations. It is a pleasure :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From bart at sonik.pl Wed Mar 8 09:15:03 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Wed, 8 Mar 2006 09:15:03 +0100 Subject: [TYPO3-templavoila] FCE and website users References: Message-ID: > > Yes. Check checkbox in the bottom of the right frame to enable palettes. > You will see additional options. Select "Show at any login". Hi Dimitri I wasn't clear enough. My FCE has more field fg filed_title filed_desc field_picture but I want hide filed_price for non logged users. Is it possible? From typo3 at fm-world.ru Wed Mar 8 10:00:10 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 11:00:10 +0200 Subject: [TYPO3-templavoila] FCE and website users In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > I wasn't clear enough. > My FCE has more field fg filed_title filed_desc field_picture but I want > hide filed_price for non logged users. > Is it possible? I don't think so... At least not with TV. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Wed Mar 8 10:54:30 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Wed, 08 Mar 2006 10:54:30 +0100 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>http://www.domain.com/typo3/typo3conf/ext/templavoila/mod1/ > > > Is it image file name or link target? > > Dmitry. There is no link, the only way to switch languague is by choosing the language in the dropdown box next to the flags. Here it also says default language, it would be nice if it said "danish". /Brian Bendtsen From typo3 at fm-world.ru Wed Mar 8 10:58:31 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 11:58:31 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > There is no link, the only way to switch languague is by choosing the > language in the dropdown box next to the flags. Here it also says > default language, it would be nice if it said "danish". Strange, it works for me... Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Wed Mar 8 11:54:20 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Wed, 08 Mar 2006 11:54:20 +0100 Subject: [TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not Message-ID: Hi I have set up Typo3 3.8.1 and TV 0.4.0 with multilanguage. Menu and content is translated, but plugins like newloginbox and front end user registration is not. What do I need to do? /Brian Bendtsen From typo3 at fm-world.ru Wed Mar 8 12:19:55 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 13:19:55 +0200 Subject: [TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > I have set up Typo3 3.8.1 and TV 0.4.0 with multilanguage. Menu and > content is translated, but plugins like newloginbox and front end user > registration is not. What do I need to do? Click on "translation" tab, click checkbox "Display translation information". You will see "Translate to xxx" near each content element. Is this what you need? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Wed Mar 8 12:34:34 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Wed, 08 Mar 2006 12:34:34 +0100 Subject: [TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>I have set up Typo3 3.8.1 and TV 0.4.0 with multilanguage. Menu and >>content is translated, but plugins like newloginbox and front end user >>registration is not. What do I need to do? > > > Click on "translation" tab, click checkbox "Display translation > information". You will see "Translate to xxx" near each content element. > Is this what you need? > > Dmitry. I dont see a "translation" tab, but "Localization". Are you on the TVPage module? /Brian Bendtsen From triphot69 at hotmail.com Wed Mar 8 12:56:09 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 08 Mar 2006 12:56:09 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi, Thomas Broeker wrote: > > What I would like to do: > On 'Page X' I saved an article 'Article 1' with a FlexForm using the > DataStructure 'DS:Article'. On that page this article is displayed using > the 'TO:Article_complete'. > On another page 'Page A' I also wanted to refer to that article ... but > ... using the 'TO:Article_teaser' that is also based on the > DataStructure 'DS:Article' to display the article. > Maybe a little workaround could be to create a little extension, based on TV, which allows to pick up the values of the tt_content:pi_flexform values of the 'Article 1' content and displays it with the new TO. It could be necessary to introduce a hook in the TV extension. I don't know if Dmitry will accept to think about it but it could be a nice enhancement :) From triphot69 at hotmail.com Wed Mar 8 13:06:55 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 08 Mar 2006 13:06:55 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Jean-Baptiste Rio wrote: > It could be necessary to introduce a hook in the TV extension. Sorry to answer myself. This hook exists in fact : pi1 renderElementClass getUserObj / multiple This function contains the following hook: renderElement_preProcessRow Gives you the chance to modify the row currently being rendered for frontend output. *One way of using is, is selecting a different template object for a flexible content element, based on certain conditions* See http://typo3.org/documentation/document-library/extension-manuals/templavoila/current/view/1/4/ From triphot69 at hotmail.com Wed Mar 8 13:19:20 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 08 Mar 2006 13:19:20 +0100 Subject: [TYPO3-templavoila] Use of TO Local Processing (XML) ? Message-ID: Hi List, I dive into the documentation but i can't find anything about it. What is the use of the TO field "Local Processing (XML)" ? Thanks for any help or useful links to understand its use. And sorry if, unfortunately, it has been asked many times. Regards, JB From typo3 at fm-world.ru Wed Mar 8 13:56:23 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 14:56:23 +0200 Subject: [TYPO3-templavoila] Use of TO Local Processing (XML) ? In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > I dive into the documentation but i can't find anything about it. What > is the use of the TO field "Local Processing (XML)" ? You can override processing of fields defined in DS with local processing. For example, if you have image field id DS, it will have TS with defined maxW and maxH. you can override them in template with local processing. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From triphot69 at hotmail.com Wed Mar 8 14:22:27 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 08 Mar 2006 14:22:27 +0100 Subject: [TYPO3-templavoila] Use of TO Local Processing (XML) ? In-Reply-To: References: Message-ID: Thanks a lot Dmitry for your answer. It opens a wide space of possibilities. May i just ask you to detail the correct syntax ? Do i have to rewrite only the image XML code or it implies to rewrite the above DS XML tree ? Regards, JB From brb at mentor-it.dk Wed Mar 8 15:56:52 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Wed, 08 Mar 2006 15:56:52 +0100 Subject: [TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > Dmitry Dulepov wrote: > >> Hi! >> >> Brian Bendtsen wrote: >> >>> I have set up Typo3 3.8.1 and TV 0.4.0 with multilanguage. Menu and >>> content is translated, but plugins like newloginbox and front end user >>> registration is not. What do I need to do? >> >> >> >> Click on "translation" tab, click checkbox "Display translation >> information". You will see "Translate to xxx" near each content element. >> Is this what you need? >> >> Dmitry. > > I dont see a "translation" tab, but "Localization". Are you on the > TVPage module? > > /Brian Bendtsen Apparently it was caused by this "config.language = dk" in the TS Setup. Deleted it and it now also translate the plugins. /Brian From broekth at web.de Wed Mar 8 17:50:45 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 08 Mar 2006 17:50:45 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Jean-Baptiste Rio schrieb: > pi1 > renderElementClass > getUserObj / multiple > This function contains the following hook: > > > renderElement_preProcessRow > > Gives you the chance to modify the row currently being rendered for > frontend output. *One way of using is, is selecting a different template > object for a flexible content element, based on certain conditions* > > See > http://typo3.org/documentation/document-library/extension-manuals/templavoila/current/view/1/4/ Thanks a lot for your advice. It sounds like what I am looking for. But for now it seems to be above my abilities with Typo3. I have to gather a little bit knowledge though I understand the idea. Thomas From broekth at web.de Wed Mar 8 17:53:44 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 08 Mar 2006 17:53:44 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Tomas Broeker schrieb: > Jean-Baptiste Rio schrieb: > > pi1 > >> renderElementClass >> getUserObj / multiple >> This function contains the following hook: >> >> >> renderElement_preProcessRow >> >> Gives you the chance to modify the row currently being rendered for >> frontend output. *One way of using is, is selecting a different >> template object for a flexible content element, based on certain >> conditions* >> >> See >> http://typo3.org/documentation/document-library/extension-manuals/templavoila/current/view/1/4/ > > > > Thanks a lot for your advice. It sounds like what I am looking for. But > for now it seems to be above my abilities with Typo3. I have to gather a > little bit knowledge though I understand the idea. But now ... thinking about it ... it sounds to me as if it was not too much of an effort to implement it directly into the UI. I don't know what the project team thinks about that. Thomas From typo3 at fm-world.ru Wed Mar 8 19:53:02 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 08 Mar 2006 20:53:02 +0200 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > But now ... thinking about it ... it sounds to me as if it was not too > much of an effort to implement it directly into the UI. I don't know > what the project team thinks about that. How exactly it could look in UI? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Wed Mar 8 20:54:47 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 08 Mar 2006 20:54:47 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi Dmitry, Dmitry Dulepov schrieb: >>But now ... thinking about it ... it sounds to me as if it was not too >>much of an effort to implement it directly into the UI. I don't know >>what the project team thinks about that. > > > How exactly it could look in UI? I have an idea but I will think about it before posting a sketch. Thomas From broekth at web.de Wed Mar 8 23:26:35 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 08 Mar 2006 23:26:35 +0100 Subject: [TYPO3-templavoila] Content works only in one content area of the template Message-ID: Hi, I was already getting desperate that I am not able to configure tt_news. But I am. It works. But ... only in one content area of the three I have (field_content, field_content2, field_misc). I have checked: all three have the same settings: - Mapping Type: Element - Editing Type: Content Elements But content elements only work in field_content. No matter if a tt_news content element or a simple text element ... none of them works in the other two. Even when I cut one element from the working area and paste it in one of the others: they don't work. Now I have tried for one and a half hour to find the reason. But I can't find it. Does anyone by chance have an idea? Thomas ---------------------------- Typo3 4.0b3 TV 0.6.0 tt_News 2.2.40 From broekth at web.de Wed Mar 8 23:52:34 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 08 Mar 2006 23:52:34 +0100 Subject: [TYPO3-templavoila] Bugs and usability? Message-ID: Hi, I found some parts of TV I would entitle es bugs. I don't know if they are already known: 1. Update Mapping 1a. BUG: I have an existing DS/TO. When I click on "Modify DS/TO", change something there, click on "Save as" and save it under the same name, TV "forgets" the selected header parts. When I return to the selected header parts, they are still marked but I have to click "Set" and "Save" to make them work again. 1b. USABILITY: When I click on "Modify DS/TO" and make changes there should also be a button "Save" (additional to "Save as"). It's an annoying step that you always have to select the name of the template and then click "Update TO (and DS)" on the following page. 1c. USABIITY: When I am on the "Modify DS/TO"-Page there is a button missing to get back to the previous page (Template Object Details), e.g. to change something of the HTML header parts, too. 2. BUG: When I edited an existing DS/TO and then go to the Filelist to click on an HTML-Template and select TemplaVoila (e.g. to build a new DataStructure), I don't get an empty DataStructure. Instead I get the DS I made the last changes on. It doesn't matter if I click on "file2.html"->TemplaVoila while I had changed a DS/TO based on "file1.html". Then the structure based on "file1" opens (Sometimes with the warning signs you get when the html-file was updated. But when you check this DS/TO on the regular way: Sideboard:Web->TemplaVoila... everything is ok). I think that's all for tonight ;). Thomas From typo3 at fm-world.ru Thu Mar 9 07:48:02 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 08:48:02 +0200 Subject: [TYPO3-templavoila] Bugs and usability? In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > 2. BUG: When I edited an existing DS/TO and then go to the Filelist to > click on an HTML-Template and select TemplaVoila (e.g. to build a new > DataStructure), I don't get an empty DataStructure. Instead I get the DS > I made the last changes on. I am not sure if it is a bug. At least, it is described in FTB, so it can be expected behaviour. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 9 07:50:14 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 08:50:14 +0200 Subject: [TYPO3-templavoila] Content works only in one content area of the template In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Now I have tried for one and a half hour to find the reason. But I can't > find it. > Does anyone by chance have an idea? Please, post fragments of your DS with content element fields. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Thu Mar 9 11:13:44 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 09 Mar 2006 11:13:44 +0100 Subject: [TYPO3-templavoila] Updating DS/TO caused chaos Message-ID: Hi I just edited my DS/TO by inserting another field and when updating the whole thing disappeared, this is not the first time. Is this a known bug? I created it again but its very annoying. Another thing is, when im in the TVpage module it says "Create new translation" even though I have already. Trying to create a new translation is ignored, now all my translations are ignored by tvpage module and FE, but I can see them using List module?? Using Typo3 3.8.1 an TV0.4.0 Some help? /Brian Bendtsen From typo3 at fm-world.ru Thu Mar 9 11:56:39 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 12:56:39 +0200 Subject: [TYPO3-templavoila] Updating DS/TO caused chaos In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > I just edited my DS/TO by inserting another field and when updating the > whole thing disappeared, this is not the first time. Is this a known bug? Nope. Never encountered this. > Another thing is, when im in the TVpage module it says "Create new > translation" even though I have already. Trying to create a new > translation is ignored, now all my translations are ignored by tvpage > module and FE, but I can see them using List module?? This is known. Firsts, if you use TemplaVoila, you must create translations using TemplaVoila and not List or old page module. Second, it does not work in version 0.4.0 of TemplaVoila, so you have no chances... :( Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fx-graefix.de Thu Mar 9 13:26:35 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 09 Mar 2006 13:26:35 +0100 Subject: [TYPO3-templavoila] TV page-module doesn't care about 'enableFields' of page_language_overlay-records Message-ID: Hi list, Hi Dimitry ;), just have a look at this bug: http://bugs.typo3.org/view.php?id=2802 unfortunately I missed changing the category-field when submitting the bug. Would be nice if it could make it into 1.0. I also found out that the core doesn't care about the 'enableFields' of sys_languages too - but that is a different bug. -- Kind regards, Franz Koch From brb at mentor-it.dk Thu Mar 9 13:57:06 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Thu, 09 Mar 2006 13:57:06 +0100 Subject: [TYPO3-templavoila] Updating DS/TO caused chaos In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: > >>I just edited my DS/TO by inserting another field and when updating the >>whole thing disappeared, this is not the first time. Is this a known bug? > > > Nope. Never encountered this. > > >>Another thing is, when im in the TVpage module it says "Create new >>translation" even though I have already. Trying to create a new >>translation is ignored, now all my translations are ignored by tvpage >>module and FE, but I can see them using List module?? > > > This is known. Firsts, if you use TemplaVoila, you must create > translations using TemplaVoila and not List or old page module. Second, > it does not work in version 0.4.0 of TemplaVoila, so you have no > chances... :( > > Dmitry. Actually it does work, kinda. I found out that it had changed some lines in the Data structure xml and they appeared in the TV module again. What do you mean when you say it doesnt work. I now have a site with 2 languages, danish and english and in the BE I have content elements on danish and content elements on english. /Brian Bendtsen From typo3 at fm-world.ru Thu Mar 9 14:02:44 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 15:02:44 +0200 Subject: [TYPO3-templavoila] Updating DS/TO caused chaos In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > What > do you mean when you say it doesnt work. There were big problems with localization and 0.4.0. I do not remember details but fixing localization was one of the top priorities for newer versions. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 9 14:03:44 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 15:03:44 +0200 Subject: [TYPO3-templavoila] TV page-module doesn't care about 'enableFields' of page_language_overlay-records In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > Hi Dimitry ;), ;) > http://bugs.typo3.org/view.php?id=2802 Nice one, thanks for it a lot! > I also found out that the core doesn't care about the 'enableFields' of > sys_languages too - but that is a different bug. Please, report for core as well. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kraftb at kraftb.at Thu Mar 9 14:44:24 2006 From: kraftb at kraftb.at (Bernhard Kraft) Date: Thu, 09 Mar 2006 14:44:24 +0100 Subject: [TYPO3-templavoila] Bug creating new CE as "normal" user. Message-ID: Hello, Can anyone confirm that it doesn't work to create Content-Elements using TemplaVoila 0.6.0 from TER and TV 4.0.0beta3 when the following conditions are met: * You are an ordinary user and no admin * You create a default-language content elemen * You have no special settings regarding languages (why should I if I create a default language element) The problem is I get the following error when trying to create the elment: Sorry, you didn't have proper permissions to perform this change. This is just the result of the problem ... In this in the alt_doc.php which shows up the uid to display is set to 0 because the previous POST to tcemain which should create the elemnt didn't succeed. I could track the error down to the following problem: in t3lib_tcemain.php in process_datamap (line 631) the following check is done: $recordAccess = $this->BE_USER->recordEditAccessInternals($table,$incomingFieldArray,TRUE); in t3lib_userauthgroup.php in recordEditAccessInternal: // Checking languages: if ($TCA[$table]['ctrl']['languageField']) { if (isset($idOrRow[$TCA[$table]['ctrl']['languageField']])) { // Language field must be found in input row - otherwise it does not make sense. if (!$this->checkLanguageAccess($idOrRow[$TCA[$table]['ctrl']['languageField']])) { $this->errorMsg = 'ERROR: Language was not allowed.'; return FALSE; } } else { $this->errorMsg = 'ERROR: The "languageField" field named "'.$TCA[$table]['ctrl']['languageField'].'" was not found in testing record!'; return FALSE; } } This checks for 'sys_language_uid' in the posted values. Unfortunately at the beginning of t3lib_tcemain::fillInFieldArray sys_language_uid gets set to "NULL" by default. Now it is the case that the following line: if (isset($idOrRow[$TCA[$table]['ctrl']['languageField']])) { // Language field must be found in input row - otherwise it does not make sense. of the above snipet fails if the value equals NULL ... try: NULL); echo isset($a[1])?'ok':'seems wrong'; ?> it will result in "seems wrong" ... it seems as NULL is not set :) don't know wheter we should change this in the core or in templavoila .... a patch to fix this can be found here: http://think-open.org/kraftb/createCE_defaultLanguage_2006-03-09.diff greets, Bernhard From typo3 at fm-world.ru Thu Mar 9 15:30:08 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 16:30:08 +0200 Subject: [TYPO3-templavoila] Bug creating new CE as "normal" user. In-Reply-To: References: Message-ID: Hi! Bernhard Kraft wrote: > Can anyone confirm that it doesn't work to create Content-Elements using > TemplaVoila 0.6.0 from TER and TV 4.0.0beta3 when the following conditions > are met: > > * You are an ordinary user and no admin > * You create a default-language content elemen > * You have no special settings regarding languages (why should I if I create a default language element) > > The problem is I get the following error when trying to create the elment: > > Sorry, you didn't have proper permissions to perform this change. > > This is just the result of the problem ... In this in the alt_doc.php which shows up the uid to display is > set to 0 because the previous POST to tcemain which should create the elemnt didn't succeed. > > I could track the error down to the following problem: > in t3lib_tcemain.php in process_datamap (line 631) the following check is done: > $recordAccess = $this->BE_USER->recordEditAccessInternals($table,$incomingFieldArray,TRUE); I think this is already fixed in CVS for typo3 core. Isn't it? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fx-graefix.de Thu Mar 9 15:58:41 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 09 Mar 2006 15:58:41 +0100 Subject: [TYPO3-templavoila] Bug creating new CE as "normal" user. In-Reply-To: References: Message-ID: > I think this is already fixed in CVS for typo3 core. Isn't it? Bugtracker at least says so: http://bugs.typo3.org/view.php?id=2628 meanwhile you can either use CVS-version or apply the mentioned patch yourself (works fine for me). -- Kind regards, Franz Koch From broekth at web.de Thu Mar 9 17:56:30 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 09 Mar 2006 17:56:30 +0100 Subject: [TYPO3-templavoila] Content works only in one content area of the template In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Please, post fragments of your DS with content element fields. Dmitry, thanks a lot for the right hint! I could have thought about that by myself. But I didn't expect that the DS-XML-code differs from what is shown in the user interface. In the UI both elements are marked as "Content Elements" but in the XML code they are described as "TypoScript Object Path". That should be the solution :). I suppose that's a bug!? I am just wondering because I remember that one of the elements was set to "TS Obj Path" - so maybe that is just some kind of update problem. But the other element ... I cannot remember that I had set it to "TS Obj Path" before. Thomas From broekth at web.de Thu Mar 9 18:02:44 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 09 Mar 2006 18:02:44 +0100 Subject: [TYPO3-templavoila] Content works only in one content area of the template - code fragment In-Reply-To: References: Message-ID: Here the code fragment: Nebenstreifen HTML Container f?r Nebeninformationen: News, Link-Boxen, etc. ce lib.myObject lib.myObject The element IS set as content element (eType: ce) but the object path is also still there. From typo3 at fx-graefix.de Thu Mar 9 21:34:09 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 09 Mar 2006 21:34:09 +0100 Subject: [TYPO3-templavoila] multilanguage - menu and content is translated, plugins are not In-Reply-To: References: Message-ID: Hi Brian, > Apparently it was caused by this "config.language = dk" in the TS Setup. > Deleted it and it now also translate the plugins. > /Brian well, instead of deleting it you should set this variable according to the default language. And if you have a multilingual website, you have to set the language environment according to the current language submitted by the variable "L". ----TS sample------------ #default language config { language = de sys_language_uid = 0 locale_all = de_DE at euro } #if any language then default always append language-variable to links [globalVar=GP:L>0] config.linkVars=L #setup for language with uid 1 [globalVar=GP:L=1] config { locale_all = english sys_language_uid = 1 language = en htmlTag_langKey = en } #setup for other languages ... [global] ------------------------- -- Kind regards, Franz Koch From typo3 at fm-world.ru Thu Mar 9 21:59:57 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 09 Mar 2006 22:59:57 +0200 Subject: [TYPO3-templavoila] Multilanguage - available translations flag icon In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > There is no link, the only way to switch languague is by choosing the > language in the dropdown box next to the flags. Here it also says > default language, it would be nice if it said "danish". One more thing to try: mod.SHARED { defaultLanguageTitle = Danish defaultLanguageFlag = dk.gif } Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Fri Mar 10 07:29:19 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 10 Mar 2006 08:29:19 +0200 Subject: [TYPO3-templavoila] Content works only in one content area of the template In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Dmitry Dulepov schrieb: > > Please, post fragments of your DS with content element fields. > > Dmitry, thanks a lot for the right hint! I could have thought about that > by myself. But I didn't expect that the DS-XML-code differs from what > is shown in the user interface. > In the UI both elements are marked as "Content Elements" but in the XML > code they are described as "TypoScript Object Path". That should be the > solution :). Yes :) > I suppose that's a bug!? I am just wondering because I remember that one > of the elements was set to "TS Obj Path" - so maybe that is just some > kind of update problem. But the other element ... I cannot remember that > I had set it to "TS Obj Path" before. It does not set to "TS object path" automatically. But it is enough to set it once and click "Update" on the field to get wrong tag to XML forever. There is a bug entry about it: http://bugs.typo3.org/view.php?id=2691 I plan to look at it soon. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Fri Mar 10 07:30:14 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 10 Mar 2006 08:30:14 +0200 Subject: [TYPO3-templavoila] Content works only in one content area of the template - code fragment In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Here the code fragment: > > > > Nebenstreifen > HTML Container f?r Nebeninformationen: > News, Link-Boxen, etc. > ce Yes, you need to manually remove all below: > lib.myObject > > lib.myObject > It will be fixed. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Fri Mar 10 16:20:19 2006 From: broekth at web.de (Tomas Broeker) Date: Fri, 10 Mar 2006 16:20:19 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi Dmitry, Dmitry Dulepov schrieb: >>But now ... thinking about it ... it sounds to me as if it was not too >>much of an effort to implement it directly into the UI. I don't know >>what the project team thinks about that. > > > How exactly it could look in UI? Maybe this way: 1st pic: Original_entry.jpg - Name of TO&DS should be mentioned in the overview as well. - This Article is to be referenced. 2nd pic: Reference_entry.jpg - The original entry shall be referenced on the Homepage - But there should also be an "Edit element"-button for the reference - Clicking that button leads to the next view ... 3rd pic:Reference_View.jpg - You cannot change much on that view as it is only a reference - all you can do is: change the TO (but only to TOs that base on the same DS; i.e. in this case DS-Article. Something like this I had expected when I tried to find this (non-existing) function. Then a reference cannot only be a ID. It would have to be something like a content element containing the ID and the TO that should be used to display the data of the reference. The advantage would be that the way to reference an object wouldn't change. Maybe the combo-box could also be on the page overview. Then it would be more easy to change the way to display the data. What do you think? Regards Thomas From bart at sonik.pl Fri Mar 10 22:22:22 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Fri, 10 Mar 2006 22:22:22 +0100 Subject: [TYPO3-templavoila] BE layout Message-ID: Hi I have 5 contents/block area in index.html. [block1][block2][block3] [block 4 ][block5 ] All 5 blocks are in one row in BE after mapping, so I need to scroll paget to add image to last block Is it possible to achieve the same layout in BE as in FE? From j.rieger at connecta.ag Fri Mar 10 22:36:03 2006 From: j.rieger at connecta.ag (Jochen Rieger) Date: Fri, 10 Mar 2006 22:36:03 +0100 Subject: [TYPO3-templavoila] BE layout In-Reply-To: References: Message-ID: Hi Bartosz, > Is it possible to achieve the same layout in BE as in FE? there has been released an extension that claims to be able to achieve exactly that. Haven't tested it yet... maybe you can give it a try and write something about it... at least if it worked out fine or not!? :) http://typo3.org/extensions/repository/search/rmd_tv_decorator/0.0.1/ Regards, Jochen -- :: innovative it-strategies :: :: :: :: www.connecta.ag :: From bart at sonik.pl Fri Mar 10 23:31:20 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Fri, 10 Mar 2006 23:31:20 +0100 Subject: [TYPO3-templavoila] BE layout References: Message-ID: Uzytkownik "Jochen Rieger" napisal w wiadomosci news:mailman.1.1142026566.21187.typo3-project-templavoila at lists.netfielders.de... > Hi Bartosz, > >> Is it possible to achieve the same layout in BE as in FE? > > there has been released an extension that claims to be able to achieve > exactly that. Haven't tested it yet... maybe you can give it a try and > write something about it... at least if it worked out fine or not!? :) > > http://typo3.org/extensions/repository/search/rmd_tv_decorator/0.0.1/ > thanks for reply hm no doc available I've installed but don't know how it works or it dosn't work with typo34rc and TV 6.1 From bart at sonik.pl Sat Mar 11 19:16:17 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Sat, 11 Mar 2006 19:16:17 +0100 Subject: [TYPO3-templavoila] pdf generator Message-ID: Hi Cant find any doc how to setup pdf_generator with tv. (there are some unanswered post on typo3_english) I have FCE element as a content of page. How Can I render this element with pdf_generator? From kraftb at kraftb.at Sun Mar 12 00:59:45 2006 From: kraftb at kraftb.at (Bernhard Kraft) Date: Sun, 12 Mar 2006 00:59:45 +0100 Subject: [TYPO3-templavoila] FCE and website users In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: >>Yes. Check checkbox in the bottom of the right frame to enable palettes. >>You will see additional options. Select "Show at any login". > > > Hi Dimitri > I wasn't clear enough. > My FCE has more field fg filed_title filed_desc field_picture but I want > hide filed_price for non logged users. > Is it possible? > > Of course you can do. In you DS you have the defintion for your price field: ... .. directly below insert: 10 < lib.PriceField And then insert in one of you TS-Templates: [loginUser = *] lib.PriceField = TEXT lib.PriceField.current = 1 [end] And Dmitry: Believe in the power of TV !!! :) greets, Bernhard From me at kenx.de Sun Mar 12 01:02:09 2006 From: me at kenx.de (Marc Ehret) Date: Sun, 12 Mar 2006 01:02:09 +0100 Subject: [TYPO3-templavoila] BE layout In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: >> http://typo3.org/extensions/repository/search/rmd_tv_decorator/0.0.1/ > I've installed but don't know how it works or it dosn't work with typo34rc > and TV 6.1 I'm afraid it doesn't work with templavoila > 0.4 - install tv 0.4 - in list module choose the folder where you store your datastructures - new record "TemplaVoila Decorator Template" - choose the datastructure(s) - put in some template code with markers ###field_content### for example - save it - enjoy marc. From info at danielinteraktiv.de Sun Mar 12 16:58:40 2006 From: info at danielinteraktiv.de (Daniel Koch) Date: Sun, 12 Mar 2006 16:58:40 +0100 Subject: [TYPO3-templavoila] tvloginbox with recursive users_pid Message-ID: Hi, it is possible to give the tvloginbox-Extension from Dmitry Dulepov one users_pid (sysfolder) with sub-folders. So every FE_USER in the tree can log-in? Thanks Daniel From typo3 at fx-graefix.de Mon Mar 13 08:34:41 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Mon, 13 Mar 2006 08:34:41 +0100 Subject: [TYPO3-templavoila] FCE and website users In-Reply-To: References: Message-ID: > And Dmitry: Believe in the power of TV !!! :) Well, it's more the power of TS, but your right ;) -- Kind regards, Franz Koch From typo3 at fm-world.ru Mon Mar 13 09:36:30 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 13 Mar 2006 10:36:30 +0200 Subject: [TYPO3-templavoila] BE layout In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > I have 5 contents/block area in index.html. > > [block1][block2][block3] > [block 4 ][block5 ] > > All 5 blocks are in one row in BE after mapping, so I need to scroll paget > to add image to last block > Is it possible to achieve the same layout in BE as in FE? Page module uses DS to layout blocks. DS does not have information about physical block layout on the screen, this is controlled by TO. You can it like this in TO: ----------------- | B5 | | B2 | ----------------- | B4 | ----------------- | B1 | B3 | ----------------- How TV is supposed to layout this in page module? It is additional (and not easy!) logic for TV. I do not think this is really necessary. I even doubt that having 5 "ce" blocks is right design. May be CNN or BBC site could benefit from having 5 "ce" blocks but even for those "TS object path" would be better in most cases. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 13 09:43:09 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 13 Mar 2006 10:43:09 +0200 Subject: [TYPO3-templavoila] tvloginbox with recursive users_pid In-Reply-To: References: Message-ID: Hi! Daniel Koch wrote: > it is possible to give the tvloginbox-Extension from Dmitry Dulepov one > users_pid (sysfolder) with sub-folders. So every FE_USER in the tree can > log-in? Unfortunately - no. But this is not a problem of tvloginbox but a typo3 limitation. All login box extensions do exactly what they say: display login boxes. Nothing more. They do not login users at all. Each time when typo3 page is loaded, typo3 core checks if anyone submitted information to login FE user (user, pass and pid fields). Typo3 allows to submit only one pid. You can place your users to multiple pages and have multiple login boxes on different pages. Not sure if this solves your problem but I found it useful: I put two groups of users to different sysfolders and provided login boxes for them in two parts of the site. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 13 09:57:51 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 13 Mar 2006 10:57:51 +0200 Subject: [TYPO3-templavoila] FCE and website users In-Reply-To: References: Message-ID: Hi! Bernhard Kraft wrote: > And Dmitry: Believe in the power of TV !!! :) Reminded me: "Don't underestimate the Force!" :-D Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From sven.wagenhoefer at pocketbrain.de Mon Mar 13 11:07:32 2006 From: sven.wagenhoefer at pocketbrain.de (=?ISO-8859-1?Q?Sven_Wagenh=F6fer?=) Date: Mon, 13 Mar 2006 11:07:32 +0100 Subject: [TYPO3-templavoila] Print Version does not work Message-ID: Hi there! I created print-templates for my main-template and my flexible content elements (as described as a Sub Template with printer friendly). In my Real-URL Configuration I have under fileName 'print.html' => array( 'keyValues' => array( 'print' => 1, ), ), which should generate the print version, urldecodecache and encodecache and chashcache is enabled. However, the moment I make my main print template and empty FE Cache and typo3conf-Cache, the whole page switches to the Print-Template - and I really can'T figure out why this is :/ My configuration is T3 3.8.1 with RealURL 1.0 and TV 0.4. I hope anyone here can give me a hint where else to look :) THanks a lot for your help! Sven From bart at sonik.pl Mon Mar 13 11:43:49 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Mon, 13 Mar 2006 11:43:49 +0100 Subject: [TYPO3-templavoila] BE layout References: Message-ID: > I even doubt that having 5 "ce" > blocks is right design. May be CNN or BBC site could benefit from having > 5 "ce" blocks but even for those "TS object path" would be better in > most cases. I spent hours thinking how to code this template in user-friendly way http://serwer.evo.pl/6ce.jpg I think that template with 6ce suits perfect for this and my client is pleasantly surprised with flexibility of changing content There are lot o ways to acomplish same goal :) From triphot69 at hotmail.com Mon Mar 13 15:28:49 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Mon, 13 Mar 2006 15:28:49 +0100 Subject: [TYPO3-templavoila] BE layout In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: >>I even doubt that having 5 "ce" >>blocks is right design. May be CNN or BBC site could benefit from having >>5 "ce" blocks but even for those "TS object path" would be better in >>most cases. > > > I spent hours thinking how to code this template in user-friendly way > http://serwer.evo.pl/6ce.jpg > I think that template with 6ce suits perfect for this and my client is > pleasantly surprised with flexibility of changing content > There are lot o ways to acomplish same goal :) > > > I use sheets in BE to do that. Only one FCE, but with multiple sheets. Each sheet is mapping a ce block in the TO template. You have just to make a little enhancement to TV to display all the sheets on FE. I've planned to post a bug on the bugtracker to suggest this enhancement but i didn't have time until now to prepare it. If you have interest, i can send you my method on your mailbox. I use TV 0.4. Regards, JB From bart at sonik.pl Mon Mar 13 16:00:39 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Mon, 13 Mar 2006 16:00:39 +0100 Subject: [TYPO3-templavoila] BE layout References: Message-ID: > I use sheets in BE to do that. Only one FCE, but with multiple sheets. > Each sheet is mapping a ce block in the TO template. You have just to make > a little enhancement to TV to display all the sheets on FE. I've planned > to post a bug on the bugtracker to suggest this enhancement but i didn't > have time until now to prepare it. > If you have interest, i can send you my method on your mailbox. I use TV > 0.4. Yes sure. I will try it with latest cvs version. My email bart at sonik pl From ckilchherr at wmc.ch Mon Mar 13 17:09:50 2006 From: ckilchherr at wmc.ch (Claude Kilchherr) Date: Mon, 13 Mar 2006 17:09:50 +0100 Subject: [TYPO3-templavoila] pdf_generator und TemplaVoila Message-ID: Hallo Beim generieren des pdf-Files, gehen die Bilder in den jeweiligen CE's verloren resp. werden nicht angezeigt. Gibt es einen Parameter welcher dies verhindert? gruss claude ********************************************************************************* SWISSVAULT - the backup butler ist die einfache, vollautomatische und kosteng?nstige L?sung f?r die Datensicherung und -r?ckf?hrung in Ihrem Unternehmen. http://www.wmc.ch/swissvault ********************************************************************************* This email has been sent with Novell GroupWise, it has been scanned for viruses and passed security checks by MAILsweeper. Concepted by WMC, your Security Consultant. http://www.wmc.ch "There is still a potential risk of infection by brand new viruses." ********************************************************************************* From typo3 at fm-world.ru Mon Mar 13 20:37:56 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 13 Mar 2006 21:37:56 +0200 Subject: [TYPO3-templavoila] pdf_generator und TemplaVoila In-Reply-To: References: Message-ID: Hello! The language of this list is English. Consider asking your question in German list. Dmitry. Claude Kilchherr wrote: > Beim generieren des pdf-Files, gehen die Bilder in den jeweiligen CE's verloren resp. werden nicht angezeigt. > Gibt es einen Parameter welcher dies verhindert? -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 13 20:39:41 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 13 Mar 2006 21:39:41 +0200 Subject: [TYPO3-templavoila] pdf generator In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > Cant find any doc how to setup pdf_generator with tv. (there are some > unanswered post on typo3_english) > I have FCE element as a content of page. How Can I render this element with > pdf_generator? I do not know how PDF generator works but if it has cObj or something similar you can use RECORDS or CONTENT to select appropriate object and render it using pi1. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Mon Mar 13 21:29:27 2006 From: broekth at web.de (Tomas Broeker) Date: Mon, 13 Mar 2006 21:29:27 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Dmitry, did you get the last posting with the sketches? (Asking, just to make sure they don't get lost ;)). Thomas From typo3 at wesfx.com Tue Mar 14 04:11:31 2006 From: typo3 at wesfx.com (wes currier) Date: Mon, 13 Mar 2006 21:11:31 -0600 Subject: [TYPO3-templavoila] BE layout In-Reply-To: References: Message-ID: Send it here for all of us, if you would. Or send it to my private mail also. Jean-Baptiste Rio wrote: > Bartosz Aninowski wrote: > >>> I even doubt that having 5 "ce" >>> blocks is right design. May be CNN or BBC site could benefit from having >>> 5 "ce" blocks but even for those "TS object path" would be better in >>> most cases. >> >> >> >> I spent hours thinking how to code this template in user-friendly way >> http://serwer.evo.pl/6ce.jpg >> I think that template with 6ce suits perfect for this and my client is >> pleasantly surprised with flexibility of changing content >> There are lot o ways to acomplish same goal :) >> >> >> > I use sheets in BE to do that. Only one FCE, but with multiple sheets. > Each sheet is mapping a ce block in the TO template. You have just to > make a little enhancement to TV to display all the sheets on FE. I've > planned to post a bug on the bugtracker to suggest this enhancement but > i didn't have time until now to prepare it. > If you have interest, i can send you my method on your mailbox. I use TV > 0.4. > > Regards, > > JB From bart at sonik.pl Tue Mar 14 10:12:29 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Tue, 14 Mar 2006 10:12:29 +0100 Subject: [TYPO3-templavoila] creating a page as normal user - bug? Message-ID: Is it bug or not? I am trying to create new page as normal user. Typo3 ask me which template I want to use. Doesn't matter which template I select, I dont see places of content element in BE. If I edit this page as admin, " Page Template Structure:" is empty so template should be inherited from parent node. I have to delete this page and add again and then template is inherited and I can add content From usenet at kraume.de Tue Mar 14 11:58:40 2006 From: usenet at kraume.de (Peter Kraume) Date: Tue, 14 Mar 2006 11:58:40 +0100 Subject: [TYPO3-templavoila] Beta3/RC1: problem with cut/paste of content elements for non-admins Message-ID: Hi all, I have two areas for content defined with TV. When I cut/paste a content element from one area to another as admin, everything works as intended. But as non-admin, the same action leads to duplication of the entry and the error message that the element is used twice in the same page. Cut/paste within the same content area works as intended too. The problem exists only when I cut/paste to another area. Is this a bug or a misconfiguration? I couldn't find anything about that in the bug tracker. Regards, Peter From marco.deseri at kirio.it Tue Mar 14 15:46:39 2006 From: marco.deseri at kirio.it (Marco Desero) Date: Tue, 14 Mar 2006 15:46:39 +0100 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 References: Message-ID: I'm experiencing problems with TV localization and I've a setup similar to Franz's one. While I get menus perfectly translated, I cant manage to have my contents translated as well. Here are some more infos about my setup: - I am using TV 0.60 and typo3 4 RC1 (I also tried with TV 0.50 and beta3, having the same problems). - I created the second language pages correctly - I am using FCE, and I modified my DS for localization as stated in the wiki - I think I set up the ISO codes correctly, if that means adding these lines to my ts setup: config.linkVars = L [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = it config.locale_all = it_IT [global] [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.locale_all = en_EN [global] In particular, I'm unable to see the localization tab in the TV page module. Also, after following all of the wiki's instructions, I cant see any selectorbox while editing my content element. If I create a new translation for a specific content element, on my webpages I see both the content in English and the content in Italian. Anyone has some suggestions? Thanks -- Marco Deseri From robert at typo3.org Tue Mar 14 18:06:00 2006 From: robert at typo3.org (Robert Lemke) Date: Tue, 14 Mar 2006 18:06:00 +0100 Subject: [TYPO3-templavoila] Beta3/RC1: problem with cut/paste of content elements for non-admins References: Message-ID: Hi Peter, Peter Kraume wrote: > I have two areas for content defined with TV. When I cut/paste a content > element from one area to another as admin, everything works as intended. > > But as non-admin, the same action leads to duplication of the entry and > the error message that the element is used twice in the same page. > Cut/paste within the same content area works as intended too. The > problem exists only when I cut/paste to another area. > > Is this a bug or a misconfiguration? I couldn't find anything about that > in the bug tracker. Sounds like a bug. Please post a detailled report at bugs.typo3.org with the steps to reproduce the behaviour. We'll look at it quite soon. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fm-world.ru Tue Mar 14 18:46:45 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 14 Mar 2006 19:46:45 +0200 Subject: [TYPO3-templavoila] creating a page as normal user - bug? In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > Is it bug or not? > I am trying to create new page as normal user. Typo3 ask me which template I > want to use. > Doesn't matter which template I select, I dont see places of content element > in BE. > If I edit this page as admin, " Page Template Structure:" is empty so > template should be inherited from parent node. > I have to delete this page and add again and then template is inherited and > I can add content I think there are similar reports in bug tracker. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Tue Mar 14 18:50:45 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 14 Mar 2006 19:50:45 +0200 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Dmitry, did you get the last posting with the sketches? (Asking, just to > make sure they don't get lost ;)). I use news reader, so I see all messages :) I like the idea. Though I cannot immediately imagine how to implement it easily. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From seko2 at gmx.de Tue Mar 14 19:32:17 2006 From: seko2 at gmx.de (Seko2) Date: Tue, 14 Mar 2006 19:32:17 +0100 Subject: [TYPO3-templavoila] Beta3/RC1: problem with cut/paste of content elements for non-admins In-Reply-To: References: Message-ID: Peter Kraume schrieb: > Hi all, > > I have two areas for content defined with TV. When I cut/paste a content > element from one area to another as admin, everything works as intended. > > But as non-admin, the same action leads to duplication of the entry and > the error message that the element is used twice in the same page. > Cut/paste within the same content area works as intended too. The > problem exists only when I cut/paste to another area. > > Is this a bug or a misconfiguration? I couldn't find anything about that > in the bug tracker. > > Regards, > Peter With TV 0.5 & RC1 I had this bug too, but with TV 0.6 from TER it isn't anymore. Sebastian From typo3 at fm-world.ru Tue Mar 14 19:52:18 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 14 Mar 2006 20:52:18 +0200 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 In-Reply-To: References: Message-ID: Hi! Marco Desero wrote: > [globalVar = GP:L = 0] The line above prevents all lines below from setting proper configuration of default language when L is not set. This happens, for example, when user just enteers the site. Affected lines are: > config.sys_language_uid = 0 > config.language = it > config.locale_all = it_IT > In particular, I'm unable to see the localization tab in the TV page > module. Also, after following all of the wiki's instructions, I cant see > any selectorbox while editing my content element. If I create a new > translation for a specific content element, on my webpages I see both the > content in English and the content in Italian. > > Anyone has some suggestions? You need to ensure that you have langDisable = 0 in DS. You need to create web site language in the very root of the site (Globe icon). Did you do all these? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From info at danielinteraktiv.de Tue Mar 14 21:11:41 2006 From: info at danielinteraktiv.de (Daniel Koch) Date: Tue, 14 Mar 2006 21:11:41 +0100 Subject: [TYPO3-templavoila] RO and GMENU in TV Message-ID: Hi all, it is possible that the RO-instance in a GMENU doesn't work together with TV? Can anyone post a working snippet... Thanks Daniel From usenet at kraume.de Wed Mar 15 09:19:45 2006 From: usenet at kraume.de (Peter Kraume) Date: Wed, 15 Mar 2006 09:19:45 +0100 Subject: [TYPO3-templavoila] Beta3/RC1: problem with cut/paste of content elements for non-admins In-Reply-To: References: Message-ID: Robert Lemke wrote: > > Sounds like a bug. Please post a detailled report at bugs.typo3.org with the > steps to reproduce the behaviour. We'll look at it quite soon. > > Cheers, > robert > Hi Robert, well, I just tried to reproduce the error to write a detailed report but Murphy's Law happend: the error is gone. I'll keep an eye on it and will post a bug report later, when the error occurs again. Bye, Peter From marco.deseri at kirio.it Wed Mar 15 09:41:09 2006 From: marco.deseri at kirio.it (Marco Deseri) Date: Wed, 15 Mar 2006 09:41:09 +0100 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 References: Message-ID: Thanks Dmitry for your answer. > You need to ensure that you have langDisable = 0 in DS. You need to > create web site language in the very root of the site (Globe icon). Did > you do all these? This part seems ok. I set up langDisable=0 both in my fce DS and in my templavoila page template. I also tried setting this only in my FCE DS, but the result is the same. This is the code I used: 1 0 I can succesfully switch between languages (I am sure about this, because my menus get translated), but I have problems with content elements: when I create a CE in the english language (which is not my default) I found it both in the italian pages and in the english ones. The same happens for CE in the default language: they appear also in the english version of the site. > > [globalVar = GP:L = 0] > > The line above prevents all lines below from setting proper > configuration of default language when L is not set. This happens, for > example, when user just enteers the site. Config options for the default languages are set before in my TS code, so I guess that this is ok. I forgot to mention that I'm also using realurl. Could this lead to problems? Thanks again everybody for your great work. -- Marco Deseri From typo3 at fm-world.ru Wed Mar 15 10:11:19 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 11:11:19 +0200 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 In-Reply-To: References: Message-ID: Hi! Marco Deseri wrote: > 1 What happens if you change to 0 > Config options for the default languages are set before in my TS code, so I > guess that this is ok. Default language always has sys_uid_language = 0. Your TS defines it with condition but should do without conditions. > I forgot to mention that I'm also using realurl. Could this lead to > problems? No but easy to check: disable realurl and see if it changes anything. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From marco.deseri at kirio.it Wed Mar 15 11:04:33 2006 From: marco.deseri at kirio.it (Marco Deseri) Date: Wed, 15 Mar 2006 11:04:33 +0100 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 References: Message-ID: > What happens if you change to 0 I tried setting this (only in my FCE DS). In the backend, I still see the selector allowing me to switch the CE language. In the frontend I can see only the default language content element (no duplicated entries at least). Just to make things clear, am I to set language options in my TCE DS, and leave TV Page DS untouched, right? At the moment, my TCE DS looks like this: 0 0 While my TV page DS looks like this: Thanks again for your patience! From typo3 at fm-world.ru Wed Mar 15 11:33:59 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 12:33:59 +0200 Subject: [TYPO3-templavoila] Multilingual pages with TV 0.5.0 CVS and Typo3 4.0 Beta3 In-Reply-To: References: Message-ID: Hi! Marco Deseri wrote: > In the frontend I can see only the default language content element (no > duplicated entries at least). > > Just to make things clear, am I to set language options in my TCE DS, and > leave TV Page DS untouched, right? I am a bit lost but not because of your mails :) There is a parallel discussion about localization and I afraid I may mix different concepts. I am taking a small time out for now :( Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From triphot69 at hotmail.com Wed Mar 15 13:32:25 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 15 Mar 2006 13:32:25 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi Dmitry and Tomas, I think that there is, maybe, a simplier way to do that : Add a new plugin to TV which allows to point to an external FCE content (so defined in a another content) BUT with the ability to select another DS/TO couple. The plugin will query the pi_flexform field of the external content and displays it with the new couple, using the same functions as the existant TV plugin (tx_templavoila_pi1). What do you think about it ? Regards, JB From triphot69 at hotmail.com Wed Mar 15 13:36:03 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 15 Mar 2006 13:36:03 +0100 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter Message-ID: HI List, I want to be able to specify the TO value for a page as a GET/POST parameter when i call the page. I suppose that the value is ok with the DS specified for the page. How can i do that, what is the best way ? Regards, JB From typo3 at fm-world.ru Wed Mar 15 13:51:12 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 14:51:12 +0200 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > I think that there is, maybe, a simplier way to do that : Add a new > plugin to TV which allows to point to an external FCE content (so > defined in a another content) BUT with the ability to select another > DS/TO couple. The plugin will query the pi_flexform field of the > external content and displays it with the new couple, using the same > functions as the existant TV plugin (tx_templavoila_pi1). > > What do you think about it ? I thought about making it without extension. But extension also can do it. It needs to select tt_content element with flexform and TO. Then it should use set up a hook to TV to modify loaded record before calling pi1->main. Hook should change TO to a new one when called. Hook should be unset after call to pi1. This is the outline of such extension. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Wed Mar 15 14:11:29 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 15:11:29 +0200 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > I want to be able to specify the TO value for a page as a GET/POST > parameter when i call the page. I suppose that the value is ok with the > DS specified for the page. > > How can i do that, what is the best way ? Not possible and I doubt it will. TO is a property of the record, it comes with the record and must be compatible with it. Passing TO in the URL may lead to security problems. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Wed Mar 15 14:18:22 2006 From: broekth at web.de (Thomas Broeker) Date: Wed, 15 Mar 2006 14:18:22 +0100 Subject: [TYPO3-templavoila] Possible to reference DS-Content (without the belonging TO) In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Hi! > > Jean-Baptiste Rio wrote: > >>I think that there is, maybe, a simplier way to do that : Add a new >>plugin to TV which allows to point to an external FCE content (so >>defined in a another content) BUT with the ability to select another >>DS/TO couple. The plugin will query the pi_flexform field of the >>external content and displays it with the new couple, using the same >>functions as the existant TV plugin (tx_templavoila_pi1). >> >>What do you think about it ? > > > I thought about making it without extension. But extension also can do > it. It needs to select tt_content element with flexform and TO. Then it > should use set up a hook to TV to modify loaded record before calling > pi1->main. Hook should change TO to a new one when called. Hook should > be unset after call to pi1. This is the outline of such extension. > > Dmitry. Hmmmm ... I think I can more or less follow the idea but unfortunately I am not yet that deep into Typo3 to say "Hey, I'll do it". ;) Thomas From triphot69 at hotmail.com Wed Mar 15 14:21:03 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 15 Mar 2006 14:21:03 +0100 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter In-Reply-To: References: Message-ID: Hi Dmitry, Thnaks for your answer. Dmitry Dulepov wrote: > Passing TO in the > URL may lead to security problems. > How can it be possible ? I'm thinking at something like http://www.mydomain.com/index.php?id=1252&to=29 where to <= uid of the TO object. Could you explain me where could be the security problem ? Regards, JB From typo3 at fm-world.ru Wed Mar 15 15:56:05 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 16:56:05 +0200 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > Dmitry Dulepov wrote: >> Passing TO in the >> URL may lead to security problems. >> > > How can it be possible ? Depends on your site. For example, if you have TO for normal, advanced and admin templates and you show normal to everyone, advanced to logged in, then one could easily view admin version too. I am strongly against such parameters. They are not necessarily bad for all applications but I think it is bad practice. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Wed Mar 15 18:28:10 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 15 Mar 2006 18:28:10 +0100 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name Message-ID: Hi, is this a bug? Should I report it? When I type a new fieldname in the Data Structure view and hit the enter key the window reloads and I am in a mapping view. Tee strange thing is that it is not the mapping view of my current Data Structure but an empty one with just one ROOT element (and nothing more) that "wants" to be mapped (i.e. the window to map it in the html document shows up). Regards Thomas From broekth at web.de Wed Mar 15 18:32:11 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 15 Mar 2006 18:32:11 +0100 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name In-Reply-To: References: Message-ID: Tomas Broeker schrieb: > Hi, > > is this a bug? Should I report it? > > When I type a new fieldname in the Data Structure view and hit the enter > key the window reloads and I am in a mapping view. Tee strange thing is > that it is not the mapping view of my current Data Structure but an > empty one with just one ROOT element (and nothing more) that "wants" to > be mapped (i.e. the window to map it in the html document shows up). > > Regards > Thomas Another thing that happens (I just noticed): when I hit the back button (there is no other way to return) I come back to my DS. And when I click "refresh" its still there. But after Saving (Saving and Updating) TO/DS it is not saved. When I open it again it's still the old version that existed before making changes. Thomas PS: Typo3 4.0RC1, TV 0.6.0 From triphot69 at hotmail.com Wed Mar 15 18:45:45 2006 From: triphot69 at hotmail.com (Jean-Baptiste Rio) Date: Wed, 15 Mar 2006 18:45:45 +0100 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Depends on your site. For example, if you have TO for normal, advanced > and admin templates and you show normal to everyone, advanced to logged > in, then one could easily view admin version too. > Dmitry, I'm not convinced by your example, because they'are so much ways to do such "errors" in typoscript that i don't believe that we've to protect users against a misuse of what we provide. My idea was to allow the webmaster to select a set of allowed TO in the whole list of TO linked to the selected DS. In that case, if he chooses to open a security breach by allowing an admin TO, it's his choice, not a bug in the function. Regards, JB From typo3 at fm-world.ru Wed Mar 15 19:29:18 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 20:29:18 +0200 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > When I type a new fieldname in the Data Structure view and hit the enter > key the window reloads and I am in a mapping view. Tee strange thing is > that it is not the mapping view of my current Data Structure but an > empty one with just one ROOT element (and nothing more) that "wants" to > be mapped (i.e. the window to map it in the html document shows up). Why do you hit "Enter"? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Wed Mar 15 19:31:07 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 15 Mar 2006 20:31:07 +0200 Subject: [TYPO3-templavoila] Giving the TO as a GET/POST parameter In-Reply-To: References: Message-ID: Hi! Jean-Baptiste Rio wrote: > I'm not convinced by your example, because they'are so much ways to do > such "errors" in typoscript that i don't believe that we've to protect > users against a misuse of what we provide. This is not comparable. Ts is not open to anyone like browser's query string. > My idea was to allow the webmaster to select a set of allowed TO in the > whole list of TO linked to the selected DS. In that case, if he chooses > to open a security breach by allowing an admin TO, it's his choice, not > a bug in the function. You can do it in your own extension if you want but I will insist that this is a wrong way. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Wed Mar 15 20:35:40 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 15 Mar 2006 20:35:40 +0100 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Hi! > > Tomas Broeker wrote: > >>When I type a new fieldname in the Data Structure view and hit the enter >>key the window reloads and I am in a mapping view. Tee strange thing is >>that it is not the mapping view of my current Data Structure but an >>empty one with just one ROOT element (and nothing more) that "wants" to >>be mapped (i.e. the window to map it in the html document shows up). > > > Why do you hit "Enter"? > > Dmitry. Well, just because that is the usual key to confirm the entry of a field and to finish the edit mode of the field. Thomas From kraftb at kraftb.at Wed Mar 15 22:08:01 2006 From: kraftb at kraftb.at (Bernhard Kraft) Date: Wed, 15 Mar 2006 22:08:01 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization Message-ID: Hello, The thread continues ... :) I await your mails Kasper .. I think I will not start to dig around in the code until you give an ok that it has stabilized to some kind (it not makes fun to manually apply patches because automatically fails) and we have agreed what shall be made. My proposoal is to make a mixture between the two versions version-k and -r ... I think the switch for this should be langDisabel 0/1 ... where 1=kaspers version and 0 = robert's version (i think robert has meant langDisable=1 only when no translation shall happen) ------------------------------ When langDisable=1 then there will be still language select boxes in the T3 page module and when a user select a specific language he get's only shown the language he selected (for multi language editors) (pherhaps we should give a simply possiblity to hide the language-selector and set the language shown to a default via Page-TS config) - this would given one then still the ablity to direct some master-editor to the default page and force him to view all languages. When a CE gets translated this gets only done via tce_main and no TV interaction is needed. The TV page module will be modified to display the elements from lDEF|vDEF all the time but only the elements having its translationOriginl set to those elements (I hope you understand) ... I try do visualize it: lDEF | field_content | vDEF => '123(EN),334(EN),456(DK),559(EN)', it also also exists: 446(DK): translOrig = 123 833(DK): translOrig = 559 In the page module you will see for EN: =============== | 123 | | ? DK: 446 | =============== | 334 | =============== | 559 | | ? DK: 833 | =============== ? are the translations In the page module you will see for DK: ================= | 446 | ======================= | Translate 334 to DK | ======================= | 456 | ================= | 833 | ================= ------------------------------ When langDisable=0 it will get rendered like it currently get's done ... nothing get's changed here. only my proposed changes to let the localization get handled by tce_main and the insertion into the correct lXX vXX field by TV. ------------------------------ If you are fine with that I will start to code it during the day or the following. greets, Bernhard -- ---------------------------------------------------------------------- "Freiheit ist immer auch die Freiheit des Andersdenkenden" Rosa Luxemburg, 1871 - 1919 ---------------------------------------------------------------------- From typo3 at fx-graefix.de Thu Mar 16 00:45:41 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 16 Mar 2006 00:45:41 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization In-Reply-To: References: Message-ID: Hi Bernhard, > The thread continues ... is that now the mention localization discussion? ... > ------------------------------ > > When langDisable=0 it will get rendered like it currently get's done ... nothing get's changed here. only > my proposed changes to let the localization get handled by tce_main and the insertion into the correct > lXX vXX field by TV. > > ------------------------------ I think I like it if I understood you right. That would in one case result in the way I was trying to use localization, wouldn't it? -- Kind regards, Franz Koch From typo3 at fm-world.ru Thu Mar 16 07:50:10 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 16 Mar 2006 08:50:10 +0200 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization In-Reply-To: References: Message-ID: Hi! Bernhard Kraft wrote: > The thread continues ... For those who do not understand what goes on - there were big changes in recent TV version in CVS. They affect how localization works. In general, they can make existing sites behave completely different after new version is taken from CVS. However this is not fatal because proper behaviour can be achieved with one of three combinations of langDisable and langChildren parameters. > I think the switch for this should be langDisabel 0/1 ... where 1=kaspers version and > 0 = robert's version (i think robert has meant langDisable=1 only when no translation > shall happen) This is what I though too. If I understood Kasper correctly, this is wrong. Page localization depends only and only on the existence of "Alternative page language" records. There is no way to prevent page from being translated. langDisable=1 now means that corresponding _element_ cannot be localized. After playing yesterday with TV I did not really understand this. I had langDisable set to 0 and langChildren to 1 in my page template (so, it is "Inheritance" mode). Previously I could localize content elements on this page just fine. They were visible on localized pages. Now they are not visible in such mode but if I remove langChildren and set langDisable to 1, this behaves exactly like old settings (but for unknown reason it is now called "Disabled" mode). I think it is confusing that I can localize anything in the "localization disabled" mode. It simply does not sound right. If it is "disabled", I should not be able to localize. May be "disabled" is wrong name for this mode? Should be changed to "Container"? > lDEF | field_content | vDEF => '123(EN),334(EN),456(DK),559(EN)', Does not look right for me if it goes to flexform. vXX is for language, here we put other languages into default. Also Kasper wrote his reason to disagree: this will not ensure proper order of translated elements... Personally I do not see it important, I think localizaed elements should only be _created_ in proper order but Kasper thinks they always should in sync. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 16 07:51:25 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 16 Mar 2006 08:51:25 +0200 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Well, just because that is the usual key to confirm the entry of a field > and to finish the edit mode of the field. Not this time. Hiting "Enter" submits the whole form in web browser, not just field. If I remember correctly, instructions say to click specific button, not press "Enter". Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at wesfx.com Thu Mar 16 08:05:42 2006 From: typo3 at wesfx.com (wes currier) Date: Thu, 16 Mar 2006 01:05:42 -0600 Subject: [TYPO3-templavoila] div:inner question Message-ID: I have mapped a DS / TO combination using a CE with div:inner. No problem. In my original HTML file i had an HR element with a clear:both; statement. Is it possible to insert that element into the xml of the DS so that it is always inserted by default, or do I set this up in TS somehow? wes currier 3.8.1 0.4.0 From typo3 at fm-world.ru Thu Mar 16 08:15:27 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 16 Mar 2006 09:15:27 +0200 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: Hi! wes currier wrote: > I have mapped a DS / TO combination using a CE with div:inner. > No problem. > > In my original HTML file i had an HR element with a clear:both; > statement. Is it possible to insert that element into the xml of the DS > so that it is always inserted by default, or do I set this up in TS > somehow? If
was inside this
, this is wrong. Should be like this:
Lorem ipsum and so on...

If you cannot make it, you can use wrap = |
but this is bad because adds template-specific thing to DS. This is what TemplaVoila tries to avoid: gives you separate data structure and template object. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at wesfx.com Thu Mar 16 08:52:58 2006 From: typo3 at wesfx.com (wes currier) Date: Thu, 16 Mar 2006 01:52:58 -0600 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: original HTML

Main

Subheading

Lorem ipsum dolor sit amet,


CE mapped to "id = main" It is used as a spacer and after looking at it again, there is no float clearing assigned. Unfortunately I have to have it in there. Dmitry Dulepov wrote: > Hi! > > wes currier wrote: > >>I have mapped a DS / TO combination using a CE with div:inner. >>No problem. >> >>In my original HTML file i had an HR element with a clear:both; >>statement. Is it possible to insert that element into the xml of the DS >>so that it is always inserted by default, or do I set this up in TS >>somehow? > > > If
was inside this
, this is wrong. Should be like this: > >
>
> Lorem ipsum and so on... >
>
>
> > If you cannot make it, you can use > > wrap = |
>
> > but this is bad because adds template-specific thing to DS. This is what > TemplaVoila tries to avoid: gives you separate data structure and > template object. > > Dmitry. From broekth at web.de Thu Mar 16 08:53:14 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 16 Mar 2006 08:53:14 +0100 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: wes currier schrieb: > original HTML >
> >

Main

> >

Subheading

>

> Lorem ipsum dolor sit amet, >

>
> >
> > CE mapped to "id = main" > > It is used as a spacer and after looking at it again, there is no float > clearing assigned. Unfortunately I have to have it in there. > > Hi Wes, you have to map the div:main as a container element. Then you map the subelements (h1, h2, p) as normal elements. Content will always be put in between the Tags and everything that is not mapped will remain where it is, i.e. the hr-tag will be inserted automatically. Regards Thomas From typo3 at wesfx.com Thu Mar 16 09:27:57 2006 From: typo3 at wesfx.com (wes currier) Date: Thu, 16 Mar 2006 02:27:57 -0600 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: Can't do that because I would then have two Container Elements in one page. I was told a few threads ago that multiple Containers is a bad idea. See thread on 3/3/2006 with heading: 'TV fields not showing up' Tomas Broeker wrote: > wes currier schrieb: > >> original HTML >>
>> >>

Main

>> >>

Subheading

>>

>> Lorem ipsum dolor sit amet, >>

>>
>> >>
>> >> CE mapped to "id = main" >> >> It is used as a spacer and after looking at it again, there is no >> float clearing assigned. Unfortunately I have to have it in there. >> >> > > Hi Wes, > > you have to map the div:main as a container element. Then you map the > subelements (h1, h2, p) as normal elements. > Content will always be put in between the Tags and everything that is > not mapped will remain where it is, i.e. the hr-tag will be inserted > automatically. > > Regards > Thomas From typo3 at fm-world.ru Thu Mar 16 10:15:01 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 16 Mar 2006 11:15:01 +0200 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: Hi! wes currier wrote: > Can't do that because I would then have two Container Elements in one > page. I was told a few threads ago that multiple Containers is a bad idea. Not really. You can have multiple containers if you really need them. But in your case it seems that you do not need containers at all. Tell us where do you take information for your

,

and

. Does this "

Main

Subheading

Lorem ipsum dolor sit amet

" represent your sample content or it is a set of fixed areas that you must always have on the screen? If first, you still can use two DIVs. If second, you need separate fields for all these three elements. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at wesfx.com Thu Mar 16 11:32:03 2006 From: typo3 at wesfx.com (wes currier) Date: Thu, 16 Mar 2006 04:32:03 -0600 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: I will add a wrap through TS to make it perform as I wish. That seems to be the easiest way. Is this the proper way to add the wrap? Main id = main [MAIN CONTENT] ce div:inner 10= RECORDS 10.source.current=1 10.tables = tt_content wrap = |
]]>
group db tt_content 5 200 0 1 1
Dmitry Dulepov wrote: > Hi! > > wes currier wrote: > >>Can't do that because I would then have two Container Elements in one >>page. I was told a few threads ago that multiple Containers is a bad idea. > > > Not really. You can have multiple containers if you really need them. > But in your case it seems that you do not need containers at all. > > Tell us where do you take information for your

,

and

. Does > this "

Main

Subheading

Lorem ipsum dolor sit amet

" > sample content represent your sample content or it is a set of fixed areas that you > must always have on the screen? If first, you still can use two DIVs. If > second, you need separate fields for all these three elements. > > Dmitry. From broekth at web.de Thu Mar 16 20:29:16 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 16 Mar 2006 20:29:16 +0100 Subject: [TYPO3-templavoila] Bug: (?) enter-key after typing field name In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: >>Well, just because that is the usual key to confirm the entry of a field >>and to finish the edit mode of the field. > > > Not this time. Hiting "Enter" submits the whole form in web browser, not > just field. If I remember correctly, instructions say to click specific > button, not press "Enter". That may be ... maybe "bug" was the wrong word ... maybe I should have said "usability problem" as the interface doesn't react as user interfaces usually do ;). At least that is my opinion. Thomas From broekth at web.de Thu Mar 16 20:44:07 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 16 Mar 2006 20:44:07 +0100 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Hi! > > wes currier wrote: > >>Can't do that because I would then have two Container Elements in one >>page. I was told a few threads ago that multiple Containers is a bad idea. > > > Not really. You can have multiple containers if you really need them. > But in your case it seems that you do not need containers at all. I am wondering when does one REALLY need containers? I just thought they were help to represent the page structure as I don't see any other use for them then. Then the only useful way to use them was as sections, wasn't it? But why is there a difference then between containers and sections? But maybe I am mistaken ... as I am still trying to find out the best practices as Wes ;). Regards Thomas From typo3 at fm-world.ru Fri Mar 17 08:44:40 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 17 Mar 2006 09:44:40 +0200 Subject: [TYPO3-templavoila] div:inner question In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > I am wondering when does one REALLY need containers? You have no choice but use containers in sections: [SE] [CO] [F] [F] Additionally there is such thing as multitemplates. Containers there contain template parts. This is used in extensions. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From broekth at web.de Fri Mar 17 09:44:12 2006 From: broekth at web.de (Tomas Broeker) Date: Fri, 17 Mar 2006 09:44:12 +0100 Subject: [TYPO3-templavoila] TV seems to swallow mapped div-tag though using "INNER" Message-ID: Hi, I have mapped a FCE to a structure in an HTML file. The root of this FCE is a div-tag:
...
The whole thing works fine, except the root tag. I've mapped it as "INNER" but nevertheless it disappears in the generated source code. Instead of this article-div appears: ... I am quite clueless why this happens and unfortunately it seems nobody else had this problem before (or the subject doesn't show it ;)). I can imagine what the HTML comments are for but what about the useless(?) a-tag? And why does it replace(?) my div? Regards Thomas --------------------------------------------- Typo3 4.0rc1, TV 0.6.0 From broekth at web.de Fri Mar 17 09:51:46 2006 From: broekth at web.de (Tomas Broeker) Date: Fri, 17 Mar 2006 09:51:46 +0100 Subject: [TYPO3-templavoila] TV "swallows" div-Tag though using "INNER" mapping Message-ID: Hi, I have mapped a FCE to a structure in an HTML file. The root of this FCE is a div-tag:
...
The whole thing works fine, except the root tag. I've mapped it as "INNER" but nevertheless it disappears in the generated source code. Instead of this article-div appears: ... I am quite clueless why this happens and unfortunately it seems nobody else had this problem before (or the subject doesn't show it ;)). I can imagine what the HTML comments are for but what about the useless(?) a-tag? And why does it replace(?) my div? Regards Thomas PS: The TV preview shows the source code as it should be. The article-div (and all other stuff of the source code) is greyed and only the code inside of it is shown in dark letters. --------------------------------------------- Typo3 4.0rc1, TV 0.6.0 From kasper2006 at typo3.com Fri Mar 17 10:36:31 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 10:36:31 +0100 Subject: [TYPO3-templavoila] test Message-ID: TEST From kasper2006 at typo3.com Fri Mar 17 10:38:13 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 10:38:13 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization References: Message-ID: TEST From typo3 at fm-world.ru Fri Mar 17 10:38:26 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 17 Mar 2006 11:38:26 +0200 Subject: [TYPO3-templavoila] TV "swallows" div-Tag though using "INNER" mapping In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > I have mapped a FCE to a structure in an HTML file. The root of this FCE > is a div-tag: > The whole thing works fine, except the root tag. I've mapped it as > "INNER" but nevertheless it disappears in the generated source code. > Instead of this article-div appears: ROOT is a container. Try OUTER. > I can imagine what the HTML comments are for but what about the > useless(?) a-tag? And why does it replace(?) my div? It is not useless, it is anchor to the content. You can remove it if you want. It comes from css_styled_content, look in the TS object browser to find a property that you need to set to empty value. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kasper2006 at typo3.com Fri Mar 17 10:59:39 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 10:59:39 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization References: Message-ID: Hello Bernhard, Does anyone have a newsgroup reader for that Mac is free and doesn't suck? > > I await your mails Kasper .. I think I will not start to dig around in the > code until you give > an ok that it has stabilized to some kind (it not makes fun to manually apply > patches because > automatically fails) and we have agreed what shall be made. It's stable now. I await (over the weekend?) a patch from you. I expect that your patch is mainly affecting mod1/index.php and for each functionality you implement you make it switched on by some $this->localizationParadigm == "R" flag (then we make it switchable via Page TSconfig which is the right way for that) > My proposoal is to make a mixture between the two versions version-k and -r > ... > > I think the switch for this should be langDisabel 0/1 ... where 1=kaspers > version and > 0 = robert's version (i think robert has meant langDisable=1 only when no > translation > shall happen) No! See above, use $this->localizationParadigm == "R" Localization mode has _nothing_ to do with the top level elements localiation mode. In R-mode: You never use langDisable=1 of course In K-mode: You can use both! (although langDisable = 1is recommended unless special needs!) > > ------------------------------ > When langDisable=1 After here I assume the switch is $this->localizationParadigm == "R"... then there will be still language select boxes in the T3 > page module and when > a user select a specific language he get's only shown the language he > selected (for multi language > editors) (pherhaps we should give a simply possiblity to hide the > language-selector and set the > language shown to a default via Page-TS config) - this would given one then > still the ablity to > direct some master-editor to the default page and force him to view all > languages. No! See the "translatorMode" implementation andn how it works in the localization guide: The idea is that if a user does NOT have access toe the default language in his rights he will automatically see a scaled down translator oriented backend. > When a CE gets translated this gets only done via tce_main and no TV > interaction is needed. > The TV page module will be modified to display the elements from lDEF|vDEF > all the time but only > the elements having its translationOriginl set to those elements (I hope you > understand) ... Actually, Bernhard; I would rather like that you describe how the Page module should work when $this->localizationParadigm == "R". Considering that my way of doing it will be the new recommendation and default the $this->localizationParadigm == "R" mode must be the exception and you should describe how the backend reacts differently under this mode instead. Could you do that? And only stick to the important parts, not additional common features like TS config options for translators etc. > > I try do visualize it: > > lDEF | field_content | vDEF => '123(EN),334(EN),456(DK),559(EN)', > it also also exists: > 446(DK): translOrig = 123 > 833(DK): translOrig = 559 > > > In the page module you will see for EN: > =============== >> 123 | >> ? DK: 446 | > =============== >> 334 | > =============== >> 559 | >> ? DK: 833 | > =============== > > ? are the translations > > In the page module you will see for DK: > ================= >> 446 | > ======================= >> Translate 334 to DK | > ======================= >> 456 | > ================= >> 833 | > ================= Good idea and bad idea. I see your point; that you wish to create a better _visual_ display for a translator by removing the danish element when English (default ) is selected. Me, as an administrator, is not interested in this; I want to see all elements on the page to get an overview of exceptions. I shouldn't have to flip through all languages to do that! But I understand your objective; to make it simpler and more easy to overview. For now; Lets work on the main problem; How to support both localization paradigms we have seen (so also both you and me can understand each others basic ideas). After that we will improve usability with such ideas. > > > ------------------------------ > > When langDisable=0 it will get rendered like it currently get's done ... > nothing get's changed here. only > my proposed changes to let the localization get handled by tce_main and the > insertion into the correct > lXX vXX field by TV. > > ------------------------------ > Let me tell you how I understood the patch you are going to make: When $this->localizationParadigm == "R", the TV Page module acts differently in these ways: - The Localization tab is empty if the Page DS localization mode is "Disabled" (currently it is shown) - The link "Create a copy for translation (Language)" will link to Roberts TV-API which will a) make a localization copy and b) reference it in the or container (in the right order) (currently it makes a link to TCEmain) [All you need to do for this is to use the two commented-out lines in mod1/index.php where this link is made!] - You had an interesting idea to show localized container fields of an FCE, could also be shown if you think needed. - kasper > > If you are fine with that I will start to code it during the day or the > following. > > > greets, > Bernhard > From kasper2006 at typo3.com Fri Mar 17 11:12:32 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 11:12:32 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization References: Message-ID: > I think it is confusing that I can localize anything in the > "localization disabled" mode. It simply does not sound right. If it is > "disabled", I should not be able to localize. May be "disabled" is wrong > name for this mode? Should be changed to "Container"? You must understand that the localization mode of a container element be it the Page or any FCE on the page _only_ defines how the FlexForm structure can be localized or not. It is therefore mistaken to assume that this should have any influence on whether the page in itself carries any localized content. When I propose that all container elements should have localization mode set to "Disabled" (that is =1) it is because they represent _structure_ which in 99% of all cases is common to all translations of a page. Container elements are "universal"! In addition such an element is set to the "ALL" language so that this structure is used for any language. What you _do_ want to translate is the "content carrying" content elements on the page (non-containers). They fall into two categories: - Normal content elements - FCEs with values (not container fields) For both types you can localize them using the cores "localize" command, thus creating a new copy which is referencing the original element But for FCEs another option is to set the DS localization mode to "Inheritance" which allows you to localize each value in the FlexForm directly (and then you set the overall language of that element to "All" so that it is selected and rendered for any language). Of course, this might sound as if it wouldn't work and that is mainly because people seems unfamiliar with the "config.sys_language_overlay=1" option which means that any default element that is asked to be rendered when another language is selected for display WILL only be rendered if there is a localization found (that overlays it!) Dmitry and Bernhard, since you read the localization guide and this is still not clear to you it shows me that we must somehow work on improving my document to communicate this point. When at some point we are on the same page please think about how people with your "glasses on" can be made to understand it so I can improve that document. > >> lDEF | field_content | vDEF => '123(EN),334(EN),456(DK),559(EN)', > > Does not look right for me if it goes to flexform. vXX is for language, > here we put other languages into default. Bernhard is right here! Notice that lDEF and vDEF in this case represents a "universal" container element. - kasper From typo3 at fm-world.ru Fri Mar 17 12:22:49 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 17 Mar 2006 13:22:49 +0200 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization In-Reply-To: References: Message-ID: Hi! Kasper Skaarhoej wrote: > Of course, this might sound as if it wouldn't work and that is mainly because > people seems unfamiliar with the "config.sys_language_overlay=1" option which > means that any default element that is asked to be rendered when another > language is selected for display WILL only be rendered if there is a > localization found (that overlays it!) I think I know why most of us never used sys_language_overlay and try to ignore it :) Most of multilanguage typo3 sites in the world were made using your old tutorial as guideline (this one: http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/). This tutorial is the main source of information for now but it does not methion ys_language_overlay at all. We simply never used it. But I must admit you tutorial helped to create lots of localized sites even without this option ;) > Dmitry and Bernhard, since you read the localization guide and this is still > not clear to you it shows me that we must somehow work on improving my > document to communicate this point. When at some point we are on the same > page please think about how people with your "glasses on" can be made to > understand it so I can improve that document. I think I am starting to get picture now. Yes, I see in the guide that it is about flexform. Before now I always though about it like about a whole page. So guide should point in some way, stress it, that properties of flexform inside page record do not dictate properties of the page. So localization mode of the flexform has absolutely nothing to do with page localization mode. This is hard to accept at the beginning but after some thinking I start accepting it in my head :) >>> lDEF | field_content | vDEF => '123(EN),334(EN),456(DK),559(EN)', >> Does not look right for me if it goes to flexform. vXX is for language, >> here we put other languages into default. > > Bernhard is right here! Notice that lDEF and vDEF in this case represents a > "universal" container element. vDEF in one case is "universal" and just "default" in another. This does not look right to me. I hate when one element is used differently under different conditions :( This complicates things and does not make clear system in my opinion. Of course it is possible to live with it but this is inconvenient. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Fri Mar 17 12:34:30 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Fri, 17 Mar 2006 13:34:30 +0200 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization In-Reply-To: References: Message-ID: Hi! Kasper Skaarhoej wrote: > I await (over the weekend?) a patch from you. I expect that your patch is > mainly affecting mod1/index.php and for each functionality you implement you > make it switched on by some $this->localizationParadigm == "R" flag (then we > make it switchable via Page TSconfig which is the right way for that) No "R" or "K", please!!! Make them at least constants! "R" and "K" are totally unclear. In fact reminds me "A", "P", "M", "Z" and NULL in one project, they all meant "true". No one could tell why it is four letters and NULL, it just were so "for historical reasons". Make it more understandable, please! > Me, as an administrator, is not interested in this; I want to see all > elements on the page to get an overview of exceptions. I shouldn't have to > flip through all languages to do that! Well, administrator can be translator as well :) We have to work this way. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kasper2006 at typo3.com Fri Mar 17 12:47:56 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 12:47:56 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization References: Message-ID: Hi Bernhard, Franz and Dmitry, In the ideological fight between the R and K paradigms of versioning I found more ammunition. I'm not presenting this to shoot you down because I want to win. I must say that it has opened my eyes to some advantages to understand the R-paradigm, but I also find more and more reasons to believe in the K-paradigm which is supported by my gut-feeling. Here are a few additional I came up with: (In the following I will call "Default language" for "English" and the Alternative language for "Danish"): 1: In the R-paradigm you have a Page DS with "Inheritance" or "Separate" mode (=0). Naturally you build pages by placing references to English content elements in (or for "Separate" mode) while Danish content elements are placed in (or for "Separate" mode). In the R-paradigm you want a link under the default elements which a) creates a copy of the element and b) links it into at the right position. In itself that requires that other elements in and is somehow listed in the same order because how could you otherwise find the element above or below to position the localization correctly? And what if the order is changed for Danish? What sense does it make to try to position the new localization "correctly"? Anyway, I assume you has an answer for that... (that is not even the problem I'm trying to describe here, read on ...:-) But imagine that in and you have inserted (in each) a new Flexible Content Element (FCE) with two container fields, "Column Left" and "Column Right". In the "Column Left" of the English FCE you insert an "Text" content element now. What should happen when the user clicks the "Click here to create a localization copy" link? Well, obviously it should create a localized copy and create a reference in the similar 2-column FCE that was inserted in the of the page structure! In otherwords, it is not so simple as with the Page Structure; there it was just a question of inserting a reference in of the same element (the page) but now you must insert the reference in of _another_ element! Try to take that to the 2nd level where you have a FCE container in another FCE container... what a mess!! Further, it is clear that for such FCE containers the should be 1 (that is localization is disabled) because they are already placed in an English or Danish context. What we learn: Trying to place references of new localized elements is futile when you think of deep page structures with nested FCEs! 2: Now, lets take a FCE which has only value fields. Since a FlexForm allows you to localize the structure internally there is a lot to gain by doing that. For instance, using the "Inheritance" mode means that for any FlexForm structure as deep as you like you can have a translation to Danish for each English value. The advantage is that to a translator it is clear what to translate. And you can impose inheritance rules so that for instance fields with images or links can be inherited from the English value; thus the translator only translates titles and real content. If you want to use the R-paradigm you have to wave goodbye to this functionality unless you share the element between English and Danish by inserting a reference to the same element in both and . Because if you don't share that reference but uses the "click here to localize" link you will get a copy. But with the copy you cannot inherit values and using "Inheritance" mode is useless, even confusing. Because adding danish translation for the element in the "English" structure makes no sense (and vice versa). What we learn: FCEs with values must either have localization disabled and work like any other content element type (thus loosing inheritance features) or they must be shared for both languages (which imposes overhead on the translator to know about that they must create references for those elements). - kasper From kasper2006 at typo3.com Fri Mar 17 12:57:47 2006 From: kasper2006 at typo3.com (Kasper Skaarhoej) Date: Fri, 17 Mar 2006 12:57:47 +0100 Subject: [TYPO3-templavoila] Continue f. t.team.core: Templavoila localization References: Message-ID: > > I think I know why most of us never used sys_language_overlay and try to > ignore it :) > > Most of multilanguage typo3 sites in the world were made using your old > tutorial as guideline (this one: > http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/). > This tutorial is the main source of information for now but it does not > methion ys_language_overlay at all. We simply never used it. > > But I must admit you tutorial helped to create lots of localized sites > even without this option ;) I agree. That is why I made this new document! The background for my recommendations (the K-paradigm) is that at some point I was almost loosing breath when I was looking at how many ways there were to localize things now that we had FlexForms and TemplaVoila. Even my own brain couldn't follow the trail anymore. The K-paradigm is limiting the possible routes (basic creed "=1 for all containers") while maintaining the possibility of almost all scenarios. The R-paradigm ("=0 on all containers") leads in to an exponentially growing number of dead ends when nesting FCEs on multiple levels. (See my 12:47 post documenting this problem). I guess the reason why people haven't met this problem is simply because they don't build such advanced pages (nesting FCEs) but that just means the beast is waiting to attack them unexpectedly! > >> Dmitry and Bernhard, since you read the localization guide and this is >> still >> not clear to you it shows me that we must somehow work on improving my >> document to communicate this point. When at some point we are on the same >> page please think about how people with your "glasses on" can be made to >> understand it so I can improve that document. > > I think I am starting to get picture now. Yes, I see in the guide that > it is about flexform. Before now I always though about it like about a > whole page. So guide should point in some way, stress it, that > properties of flexform inside page record do not dictate properties of > the page. So localization mode of the flexform has absolutely nothing to > do with page localization mode. I will add that. - kasper From martin at 925.dk Sun Mar 19 02:10:48 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Sun, 19 Mar 2006 02:10:48 +0100 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module Message-ID: Hi, Using TYPO3 version 4 from CVS and templavoila from CVS. After very recent changes to templavoila all my language translations are fucked (in the BE). They show with warnings in the page module and more. Guess I need to get my head around the ongoing changes by Kasper et al. But another problem is that any page only shows ONE content element on the page in the page module (or one CE per container). There are more elements there, but only one element is shown. In the frontend everything shows right. A bug? -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From martin at 925.dk Sun Mar 19 02:14:52 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Sun, 19 Mar 2006 02:14:52 +0100 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Martin Koch Andersen skrev: > But another problem is that any page only shows ONE content element on > the page in the page module (or one CE per container). There are more > elements there, but only one element is shown. In the frontend > everything shows right. A bug? Seems like it's the last added element that shows. If I add a text element A it shows fine in the page module. I then add a text element B. Now only element B is shown. -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From usenet at digilog.de Sun Mar 19 10:03:19 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Sun, 19 Mar 2006 10:03:19 +0100 Subject: [TYPO3-templavoila] RO and GMENU in TV References: Message-ID: "Daniel Koch" schrieb im Newsbeitrag news:mailman.1.1142367102.8473.typo3-project-templavoila at lists.netfielders.de... > Hi all, > > it is possible that the RO-instance in a GMENU doesn't work together > with TV? > > Can anyone post a working snippet... > > Thanks > Daniel This one is from a site of mine using TV0.6.0 on RC1. Works perfectly. -- J?rg Wagner DigiLog multimedia ## A prototype for all left menu GMENU items, first Level: temp.leftMenuGMENU = GMENU temp.leftMenuGMENU{ # "=1" is actually obsolete for the NO prop, but will be needed in CUR and RO copies: NO = 1 # NO{ allWrap =
|
XY = 165,[10.h]+3 backColor = #000000 transparentBackground = 1 10 = TEXT 10{ text.field = title text.case = upper fontFile = fileadmin/fonts/LRTWREGU.TTF fontSize = 12 fontColor = #4E585F maxWidth = 163 niceText = 0 offset = 0,10 align = left } } ACT < .NO ACT{ allWrap =
|
} ACTIFSUB < .NO ACTIFSUB{ allWrap =
|
20 = IMAGE 20 { file = GIFBUILDER file.backColor = #4E585F file.XY = 11,6 mask = fileadmin/sysimages/menuleft_subarrow.gif offset = 149,3 } } CUR < .NO CUR{ allWrap =
|
10.fontColor = #FFFFFF } RO < .NO RO{ 10.fontColor = #FFFFFF } ACTRO < .ACT ACTRO{ 10.fontColor = #FFFFFF } ACTIFSUBRO < .ACTIFSUB ACTIFSUBRO{ 10.fontColor = #FFFFFF 20.file.backColor = #FFFFFF } CURRO < .CUR CURRO{ 10.fontColor = #FFFFFF } } From darksky77 at email.it Sun Mar 19 18:41:07 2006 From: darksky77 at email.it (Francesco di Francia) Date: Sun, 19 Mar 2006 18:41:07 +0100 Subject: [TYPO3-templavoila] Does will TV 1.0 have a slide content feature ? Message-ID: Hallo, does tv 1.0 will have a slide content feature ? At the moment i'm using the wonderful KB_TV_content_slide by Mr. Kraft ( kudos to you ! ) and i'm guessing if i will need of it with tv 1.0. I'm using typo4.0 beta 3 with tv 0.5 for my second typo3 site i don't know if i will keep or not the Kraft extension. Regards, Francesco -- Net Wargaming Italia - La risorsa italiana per gli appassionati di wargame e strategici a turni http://www.netwargamingitalia.net info at netwargamingitalia.net darksky at netwargamingitalia.net From broekth at web.de Sun Mar 19 20:13:19 2006 From: broekth at web.de (Tomas Broeker) Date: Sun, 19 Mar 2006 20:13:19 +0100 Subject: [TYPO3-templavoila] TV "swallows" div-Tag though using "INNER" mapping In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Hi! > > Tomas Broeker wrote: > >>I have mapped a FCE to a structure in an HTML file. The root of this FCE >> is a div-tag: > > >>The whole thing works fine, except the root tag. I've mapped it as >>"INNER" but nevertheless it disappears in the generated source code. >>Instead of this article-div appears: > > > ROOT is a container. Try OUTER. > > >>I can imagine what the HTML comments are for but what about the >>useless(?) a-tag? And why does it replace(?) my div? > > > It is not useless, it is anchor to the content. You can remove it if you > want. It comes from css_styled_content, look in the TS object browser to > find a property that you need to set to empty value. I could have thought about it. You are so right ;). The ROOT element for me was always just the ROOT element. The background (i.e. that it is a container) never came into my mind. Thanks for the private tutoring lesson, Dmitry. ;) Regards Thomas From kasper2006 at typo3.com Sun Mar 19 20:29:29 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Sun, 19 Mar 2006 20:29:29 +0100 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Send me some screenshots, possibly a login so I can see it. Will be able to look at it tomorrow or tuesday. Don't worry, we will make sure the new implementation is backwards compatible through configuration (and there will be a document explaining why stuff has changed). - kasper On Mar 19, 2006, at 2:14 , Martin Koch Andersen wrote: > Martin Koch Andersen skrev: >> But another problem is that any page only shows ONE content >> element on >> the page in the page module (or one CE per container). There are more >> elements there, but only one element is shown. In the frontend >> everything shows right. A bug? > > Seems like it's the last added element that shows. > > If I add a text element A it shows fine in the page module. I then > add a > text element B. Now only element B is shown. > > -- > Martin - http://925.dk > "Shoot for the moon, even if you miss, you'll land among the stars." > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From broekth at web.de Sun Mar 19 20:35:11 2006 From: broekth at web.de (Tomas Broeker) Date: Sun, 19 Mar 2006 20:35:11 +0100 Subject: [TYPO3-templavoila] Bugs and usability? In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: >>2. BUG: When I edited an existing DS/TO and then go to the Filelist to >>click on an HTML-Template and select TemplaVoila (e.g. to build a new >>DataStructure), I don't get an empty DataStructure. Instead I get the DS >>I made the last changes on. > > > I am not sure if it is a bug. At least, it is described in FTB, so it > can be expected behaviour. I just stumbled about this "bug" again. But I couldn't find it in FTB where this behaviour is described. So I still have to log out an in again to get an empty start. Please could you tell me where I can find it in FTB? I hope there is also the explanation how to do it without logout(login). Thanks in advance. Thomas From martin at 925.dk Sun Mar 19 23:36:42 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Sun, 19 Mar 2006 23:36:42 +0100 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Martin Koch Andersen skrev: > Seems like it's the last added element that shows. > > If I add a text element A it shows fine in the page module. I then add a > text element B. Now only element B is shown. Fixed in CVS. 2006-03-19 Dmitry Dulepov # Fixed bug in API: only one element was displayed by page module regardless of the number of elements on the page Thanks Dmitry. Please close bug http://bugs.typo3.org/view.php?id=2927 -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From bart at sonik.pl Mon Mar 20 08:16:03 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Mon, 20 Mar 2006 08:16:03 +0100 Subject: [TYPO3-templavoila] Does will TV 1.0 have a slide content feature ? References: Message-ID: > does tv 1.0 will have a slide content feature ? At the moment i'm using > the wonderful KB_TV_content_slide by Mr. Kraft ( kudos to you ! ) and i'm > guessing if i will need of it with tv 1.0. > > I'm using typo4.0 beta 3 with tv 0.5 for my second typo3 site i don't know > if i will keep or not the Kraft extension. it works also with latest cvs version 0.6.1 From typo3 at fm-world.ru Mon Mar 20 08:19:11 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 09:19:11 +0200 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Hi! Martin Koch Andersen wrote: > But another problem is that any page only shows ONE content element on > the page in the page module (or one CE per container). There are more > elements there, but only one element is shown. In the frontend > everything shows right. A bug? I fixed it yesterday in CVS. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From martin at 925.dk Mon Mar 20 08:20:56 2006 From: martin at 925.dk (Martin Koch Andersen) Date: Mon, 20 Mar 2006 08:20:56 +0100 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Dmitry Dulepov skrev: > I fixed it yesterday in CVS. I'm fully aware of that, see my previous post in this thread :) -- Martin - http://925.dk "Shoot for the moon, even if you miss, you'll land among the stars." From typo3 at fm-world.ru Mon Mar 20 08:21:53 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 09:21:53 +0200 Subject: [TYPO3-templavoila] Does will TV 1.0 have a slide content feature ? In-Reply-To: References: Message-ID: Hi! Francesco di Francia wrote: > does tv 1.0 will have a slide content feature ? At the moment i'm using > the wonderful KB_TV_content_slide by Mr. Kraft ( kudos to you ! ) and > i'm guessing if i will need of it with tv 1.0. Depends on our time and Kapser/Robert's decision. If we have time, we can put it in. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 20 08:23:38 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 09:23:38 +0200 Subject: [TYPO3-templavoila] TV "swallows" div-Tag though using "INNER" mapping In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > Thanks for the private tutoring lesson, Dmitry. ;) ;) "Inspiring people to share". New slogan of typo3. I am inspired. :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 20 08:27:41 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 09:27:41 +0200 Subject: [TYPO3-templavoila] Bugs and usability? In-Reply-To: References: Message-ID: Hi! Tomas Broeker wrote: > But I couldn't find it in FTB > where this behaviour is described. So I still have to log out an in > again to get an empty start. Please could you tell me where I can find > it in FTB? I hope there is also the explanation how to do it without > logout(login). http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/current/view/1/4/ ------------- The first step is - like with the page template - to go to the File > Filelist module, click the template file, select ?TemplaVoila? and then begin to build the Data Structure that fits our needs. We will do so here as well. Hint: If you experience that old mapping information is shown to you in the module, then just press ?Clear all? and it will be gone. ------------- I found it useful if I need to build similar data structures. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 20 08:28:29 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 09:28:29 +0200 Subject: [TYPO3-templavoila] Recent templavoila changes, now only one CE shown in page module In-Reply-To: References: Message-ID: Hi! Martin Koch Andersen wrote: > I'm fully aware of that, see my previous post in this thread :) Not all read too much deep, so I posted in on the second level :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From brb at mentor-it.dk Mon Mar 20 10:34:38 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Mon, 20 Mar 2006 10:34:38 +0100 Subject: [TYPO3-templavoila] Multilanguage setup - what am I missing? Message-ID: Hi I have had luck with TV 0.4.0 and multilanguage sites before and im currently working on a new site. I have added 2 extra languages and added this to the TS setup: #Sprog config.linkVars = L config.sys_language_uid = 0 config.language = dk config.locale_all = danish [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.locale_all = english [GLOBAL] [globalVar = GP:L = 2] config.sys_language_uid = 2 config.language = gl [GLOBAL] but when I use the TV module I can only choose to "create new translation" and see it with the list module. But the TV has apparently ignored it and its not possible to choose the page in the new language. What setting am I missing? /Brian Bendtsen From kasper2006 at typo3.com Mon Mar 20 10:53:07 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Mon, 20 Mar 2006 10:53:07 +0100 Subject: [TYPO3-templavoila] Localization Guide Message-ID: Hi everyone. As you know some localization related concept has recently changed in TemplaVoila (CVS). For some of you this means that your backend Page module "breaks" according to how it worked before. I'm sorting out with Bernhard and Dmitry to introduce a configuration that can toggle the old behaviour. In the meantime this document (below) is meant as the definitive guide to localization with TYPO3, including a large discussion about how to handle localization with FlexForms and TemplaVoila. The blessings of localization modes in FlexForms can also become a big curse unless used with care and this document is my general suggestion for a path to follow. It is also according to this principle that TV will work in the future. http://194.117.233.66/t3dl/localization_guide_2.pdf Yet, both the document and TV is not "settled" yet (but might be during this week!) and we are therefore open for discussion - although it has turned out to be extremely difficult to convey these concept through a written channel. I also made a screencapture targetted to a specific instance (a bug report in fact). You can choose to watch it when you have read the document: http://194.117.233.66/t3dl/why_inheritance_is_bad_for_your_ce.mov 50-some MB download, quick time. - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From kasper2006 at typo3.com Mon Mar 20 10:54:25 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Mon, 20 Mar 2006 10:54:25 +0100 Subject: [TYPO3-templavoila] Multilanguage setup - what am I missing? In-Reply-To: References: Message-ID: Please read localization guide (see other mail just sent) Question: You are using latest CVS? If you pass me a login privately I will take a look. Screenshots/ recordings is also welcome to show the problem. - kasper On Mar 20, 2006, at 10:34 , Brian Bendtsen wrote: > Hi > > I have had luck with TV 0.4.0 and multilanguage sites before and im > currently working on a new site. I have added 2 extra languages and > added this to the TS setup: > > #Sprog > config.linkVars = L > config.sys_language_uid = 0 > config.language = dk > config.locale_all = danish > [globalVar = GP:L = 1] > config.sys_language_uid = 1 > config.language = en > config.locale_all = english > [GLOBAL] > [globalVar = GP:L = 2] > config.sys_language_uid = 2 > config.language = gl > [GLOBAL] > > but when I use the TV module I can only choose to "create new > translation" and see it with the list module. But the TV has > apparently > ignored it and its not possible to choose the page in the new > language. > > What setting am I missing? > > /Brian Bendtsen > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From brb at mentor-it.dk Mon Mar 20 11:17:07 2006 From: brb at mentor-it.dk (Brian Bendtsen) Date: Mon, 20 Mar 2006 11:17:07 +0100 Subject: [TYPO3-templavoila] Multilanguage setup - what am I missing? In-Reply-To: References: Message-ID: Kasper Sk?rh?j wrote: > Please read localization guide (see other mail just sent) > Question: You are using latest CVS? > If you pass me a login privately I will take a look. Screenshots/ > recordings is also welcome to show the problem. > > - kasper > > > On Mar 20, 2006, at 10:34 , Brian Bendtsen wrote: > Hi I changed this in the DS XML structure: 1 1 to: 1 0 and then it worked. I better write that down. /Brian Bendtsen From typo3 at fm-world.ru Mon Mar 20 11:22:19 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 12:22:19 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi! Kasper Sk?rh?j wrote: > In the meantime this document (below) is meant as the definitive guide > to localization with TYPO3, including a large discussion about how to > handle localization with FlexForms and TemplaVoila. The blessings of > localization modes in FlexForms can also become a big curse unless used > with care and this document is my general suggestion for a path to > follow. It is also according to this principle that TV will work in the > future. > > http://194.117.233.66/t3dl/localization_guide_2.pdf I have troubles downloading it from work, so I do not see if results of recent discussions are there. But I want stress for new readers: from my experience with this document - pay attention to details! In particular: you need to understand that "flexform localization modes" are not "page localization modes". Flexform localization modes affect only flexform (and TV's page module). Page localization is different, it is defined by "alternative page language" records. When you have this in mind, it is much easier to understand and accept this new paradigm. > Yet, both the document and TV is not "settled" yet (but might be during > this week!) and we are therefore open for discussion - although it has > turned out to be extremely difficult to convey these concept through a > written channel. But I think I finally got Kasper's view. Old approach is more simple but it has fewer possibilities. So I am trying this new one and starting to like it. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Mon Mar 20 11:28:22 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Mon, 20 Mar 2006 12:28:22 +0200 Subject: [TYPO3-templavoila] Multilanguage setup - what am I missing? In-Reply-To: References: Message-ID: Hi! Brian Bendtsen wrote: > I changed this in the DS XML structure: > > 1 > 1 > > to: > > > 1 > 0 > > and then it worked. I better write that down. This is "inheritance" mode. For _page_ DS you need "disabled" mode (because it is container for real content elements): 1 This is what guide says: ========================================== Use this type for FlexForm elements working as ?container elements? providing structures for other content elements. In such cases it is highly unlikely that you want localization of the content element reference. ========================================== Kasper, please, correct me if I am wrong again :) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kasper2006 at typo3.com Mon Mar 20 11:44:05 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Mon, 20 Mar 2006 11:44:05 +0100 Subject: [TYPO3-templavoila] Multilanguage setup - what am I missing? In-Reply-To: References: Message-ID: You are right Dmitry, but Brians description of the problem makes me think I first need to understand the situation and paradigm better before giving an answer. Thats why I asked for a login or screenshots (because I'm beginning to collect "misunderstandings" in order to be able to correct them - we all seem to think so differently on this issue.). - kasper On Mar 20, 2006, at 11:28 , Dmitry Dulepov wrote: > Hi! > > Brian Bendtsen wrote: >> I changed this in the DS XML structure: >> >> 1 >> 1 >> >> to: >> >> >> 1 >> 0 >> >> and then it worked. I better write that down. > > This is "inheritance" mode. For _page_ DS you need "disabled" mode > (because it is container for real content elements): > > > 1 > > > This is what guide says: > ========================================== > Use this type for FlexForm elements working as ?container elements? > providing structures for other content elements. In such cases it is > highly unlikely that you want localization of the content element > reference. > ========================================== > > Kasper, please, correct me if I am wrong again :) > > Dmitry. > -- > "It is our choices, that show what we truly are, > far more than our abilities." (A.P.W.B.D.) > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From me at kenx.de Tue Mar 21 14:39:23 2006 From: me at kenx.de (Marc Ehret) Date: Tue, 21 Mar 2006 14:39:23 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi! After reading the document (twice) I thought by myself: "This is so diabolically clever that Kasper must have been sitting in a fake island volcano, stroking a large white cat and laughing fiendishly when he thought of it." So I've tested some configurations and it seems to work. Unfortunately not with flexible content elements. Only the default language is displayed in the frontend. With standard elements everything is fine. page: mode "Disabled" fce: mode "Inheritance" config.sys_language_mode = content_fallback config.sys_language_overlay = hideNonTranslated is set. Am I missing something? marc (weeping...) From typo3 at fm-world.ru Tue Mar 21 14:58:19 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 21 Mar 2006 15:58:19 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi! Marc Ehret wrote: > So I've tested some configurations and it seems to work. Unfortunately > not with flexible content elements. Only the default language is > displayed in the frontend. Do you use latest CVS version of TV? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From me at kenx.de Tue Mar 21 15:09:09 2006 From: me at kenx.de (Marc Ehret) Date: Tue, 21 Mar 2006 15:09:09 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Do you use latest CVS version of TV? Updated at 14:57 CET ("yes") marc. From k_hinum at hotmail.com Tue Mar 21 15:37:38 2006 From: k_hinum at hotmail.com (Klaus Hinum) Date: Tue, 21 Mar 2006 15:37:38 +0100 Subject: [TYPO3-templavoila] fce selector box how to? Message-ID: Hi group, can somebody help me to implement a selector box so that the user can choose an option and different html output is shown on the screen. Selector text <b> Here is some HTML text </b> The problem is a) If the text gets too long i get an error message (or its just truncated) and b) so i wanted to solve that with some typoscript after the tags but there i havent got a clue how to do it (if and conditions with the field name did not work, to output the fieldname did work.) or is there any other solution? thanks in advance regards Klaus From typo3 at fm-world.ru Tue Mar 21 17:14:58 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Tue, 21 Mar 2006 18:14:58 +0200 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Hi! Klaus Hinum wrote: > can somebody help me to implement a selector box so that the user can > choose an option and different html output is shown on the screen. Try using locallang files in items: LLL:fileadmin/locallang.xml:selector.text LLL:fileadmin.locallang.xml:selector.value > so i wanted to solve that with some typoscript after the > tags but there i havent got a clue how to do it (if and conditions with > the field name did not work, to output the fieldname did work.) Did not get this... Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kraftb at kraftb.at Tue Mar 21 18:32:53 2006 From: kraftb at kraftb.at (Bernhard Kraft) Date: Tue, 21 Mar 2006 18:32:53 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Marc Ehret wrote: > So I've tested some configurations and it seems to work. Unfortunately > not with flexible content elements. Only the default language is > displayed in the frontend. You have to set the language of the CE (found in a palette next to the header or was it the hidden field :) to "ALL" greets, Bernhard From kasper2006 at typo3.com Tue Mar 21 22:16:24 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Tue, 21 Mar 2006 22:16:24 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Thanks Marc ;-) Did you set "All" language for the FCEs? By default they should inherit values from default language if you don't enter a translation in the flexform. But you must use "All" language for the element so it shows for all languages. I plan to make one or more podcasts about localization to give some live proof how it works. - kasper On Mar 21, 2006, at 14:39 , Marc Ehret wrote: > Hi! > > After reading the document (twice) I thought by myself: > "This is so diabolically clever that Kasper must have been sitting > in a > fake island volcano, stroking a large white cat and laughing > fiendishly > when he thought of it." > > So I've tested some configurations and it seems to work. Unfortunately > not with flexible content elements. Only the default language is > displayed in the frontend. > > With standard elements everything is fine. > > > page: mode "Disabled" > fce: mode "Inheritance" > > config.sys_language_mode = content_fallback > config.sys_language_overlay = hideNonTranslated > > is set. > > Am I missing something? > > marc (weeping...) > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From me at kenx.de Wed Mar 22 01:32:43 2006 From: me at kenx.de (Marc Ehret) Date: Wed, 22 Mar 2006 01:32:43 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Kasper Sk?rh?j wrote: > Thanks Marc ;-) > > Did you set "All" language for the FCEs? By default they should inherit > values from default language if you don't enter a translation in the > flexform. But you must use "All" language for the element so it shows > for all languages. Yes....uhm...after reading Bernhards post. The field was disabled in PageTS (like many other fields), now it works. But even when setting the FCE to some specific language, all field are showing up. It would be better if only the fields of the selected language are visible (or am I wrong again .. ?). Since the language selector for the FCEs is now becoming very important, is it possible to "move it out of the palette"? Maybe with some automatic reload to make sure that only the fields of the selected language are shown? > I plan to make one or more podcasts about localization to give some live > proof how it works. TYPO3 goes Hollywood. Thanks a lot, marc. From typo3 at fm-world.ru Wed Mar 22 07:04:00 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 22 Mar 2006 08:04:00 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi! Marc Ehret wrote: > Since the language selector for the FCEs is now becoming very important, > is it possible to "move it out of the palette"? Maybe with some > automatic reload to make sure that only the fields of the selected > language are shown? I think it should be simply set to "ALL" by default. What do you, people, think about it? > TYPO3 goes Hollywood. Or Hollywood comes to visit to typo3 ;) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From k_hinum at hotmail.com Wed Mar 22 08:41:59 2006 From: k_hinum at hotmail.com (Klaus Hinum) Date: Wed, 22 Mar 2006 08:41:59 +0100 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Hi! > > Klaus Hinum wrote: > >>can somebody help me to implement a selector box so that the user can >>choose an option and different html output is shown on the screen. > > > Try using locallang files in items: > > > LLL:fileadmin/locallang.xml:selector.text > LLL:fileadmin.locallang.xml:selector.value > > >>so i wanted to solve that with some typoscript after the >>tags but there i havent got a clue how to do it (if and conditions with >>the field name did not work, to output the fieldname did work.) > > > Did not get this... > > Dmitry. oh thanks thats a good solution, but anyway i would need to find the solution for the integration of a condition in the typoscript field of the ds object here is part of my ds object: Klassenerklaerung sample select # this works 10 = TEXT 10.field = field_test # but how to make a condition # for example if field = 0 then # [field_test = 0] does not work # and also the if did not work select option 1 1 otpion 2 2 0 thanks in advance for your help kl From kasper2006 at typo3.com Wed Mar 22 11:22:18 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 22 Mar 2006 11:22:18 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: > > I think it should be simply set to "ALL" by default. What do you, > people, think about it? Na, In fact the _reason_ why "ALL" must be set is because you use "config.sys_language_overlay = hideNonTranslated" and not " = 1". What people choose depends on the "strictness" of their localization strategy; If default english content is acceptable if nothing else is available - or not. I know this is not exactly the same but this flag interacts with how important the language selector becomes as you can see. - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From me at kenx.de Wed Mar 22 12:56:24 2006 From: me at kenx.de (Marc Ehret) Date: Wed, 22 Mar 2006 12:56:24 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Good morning.. Dmitry Dulepov wrote: > I think it should be simply set to "ALL" by default. What do you, > people, think about it? Basically, I wanted to point to another "problem": For usability reasons, there should be the possibility to choose the langugage you want to edit. Imagine the site is configured for 3 languages and your FCE has 2 RTE fields. 3 x 2 = 6 instances of the RTE (not to mention a lot of other fields). I think it's more userfriendly to restrict editing to only one (selectable by the editor) language. And a selectable second language/ all other languages should just be _displayed_ beneath. Just my 2 kopeeks.(?) marc. From jsegars at alumni.rice.edu Thu Mar 23 00:54:25 2006 From: jsegars at alumni.rice.edu (Jeff Segars) Date: Wed, 22 Mar 2006 17:54:25 -0600 Subject: [TYPO3-templavoila] Using checksums to determine template modification Message-ID: Robert, Dmitry, etc, I have a (hopefully) small feature request that I'd like to throw out for discussion before filing something on the bugtracker or making a patch. Currently, the status of a template object is determined by checking the modification date of its HTML template file. If the date has changed, a warning is generated. We're creating quickstart-like packages based on TemplaVoila and running into issues with this timestamp based approach. Our template files typically travel between several operating systems, version control, and a zip or tarball archive before being installed. With this many opportunities for a timestamp change, our templates always end up with warngings despite the fact that the actual contents have not changed. What do you think about basing the template object's status off a checksum instead of the timestamp? If this doesn't add too much overhead, I wonder if it might be a more robust solution. Thanks, Jeff From karsten at typo3.org Thu Mar 23 11:10:24 2006 From: karsten at typo3.org (Karsten Dambekalns) Date: Thu, 23 Mar 2006 11:10:24 +0100 Subject: [TYPO3-templavoila] Localization Guide References: Message-ID: Hi. Marc Ehret wrote: > Just my 2 kopeeks.(?) In Latvia this would be "santimi" :) Karsten From typo3 at fx-graefix.de Thu Mar 23 13:49:07 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 23 Mar 2006 13:49:07 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi Kasper, > As you know some localization related concept has recently changed in > TemplaVoila (CVS). For some of you this means that your backend Page > module "breaks" according to how it worked before. I'm sorting out with > Bernhard and Dmitry to introduce a configuration that can toggle the > old behaviour. > > In the meantime this document (below) is meant as the definitive guide > to localization with TYPO3, including a large discussion about how to > handle localization with FlexForms and TemplaVoila. The blessings of > localization modes in FlexForms can also become a big curse unless used > with care and this document is my general suggestion for a path to > follow. It is also according to this principle that TV will work in the > future. > > http://194.117.233.66/t3dl/localization_guide_2.pdf Thanks again, and thanks for the guide. It opened my eyes. I must confess that on my setup I didn't really think about what I was actually doing inside the TV-Datastructure as I'm not to familiar with multilingual flexforms. I 'just' followed documentations and the information found on the wiki. Now I see that it was totally screwed up. The 'k'-way is definetly the right way I think. I finally managed to use CVS and just downloaded the lastest CVS-versions of TV and Typo3 and tested it with the suggested typo3-way for localization. What I'm missing from a editors point of view: - it should be possible to create a localization for shortcut-pages as they need translated titles for menus etc. Currently this feature is disabled in TV pagemodule and can only be done in list view as it seems. - a 'show content in this language only' mode would be nice for 'master-editors' and admins. Not translated CEs from default-language could be displayed in a condensed mode - maybe also optional applied with a checkbox - it'll be nice if the "hide" field would be selectable when editing the page-propierties on clicking the language-flages in TV. Or isn't this allready configurable somewhere? I can't remember. - the selector-box "show page language version" is missleading as it is creating a new data-structure. Maybe a lable like "create independet page localization" or something like that would be more clearly. - as the 'new' way for localization also allows to create a independet DS for a language, it'll be nice if the inheritance of CE-fields (the merging-function) would also work the way I tried to use it, so that directly fetched translated CEs can also inherit (like in my wrong bug-report). I think this would be a nice feature and provide more flexibility for inheritance. In this way a localized CE could also act as source for merging. - if there is a localized pageDS with content, it doesn't make sense to display allready localized versions of a CE in the default language, does it? Then it should also be restricted to create a localization for a CE in the language in which the independent pageDS does exist as it would be confusing if a record get's translated but is not showing up in FE. Alternatively the translated CE keeps showing in default language, but get's inserted in the pageDS of the foreign language? But this might be even more confusing to ediors - in the current version I'm missing the checkbox to enable/disable the localization view in the default language. Currently it is permanently enabled -- Kind regards, Franz Koch From kasper2006 at typo3.com Thu Mar 23 13:56:05 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Thu, 23 Mar 2006 13:56:05 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi marc, I understand For master editors this is too hard to fix quickly since there must be some way to tell which language you edit in the TCeforms first. We don't have that. But, for translators - be users which you configure with access to ONLY one language - you already have it; Flexforms display only form fields for the content for their language, nothing else. - kasper On Mar 22, 2006, at 12:56 , Marc Ehret wrote: > Good morning.. > > Dmitry Dulepov wrote: > >> I think it should be simply set to "ALL" by default. What do you, >> people, think about it? > > Basically, I wanted to point to another "problem": > > For usability reasons, there should be the possibility to choose the > langugage you want to edit. Imagine the site is configured for 3 > languages and your FCE has 2 RTE fields. 3 x 2 = 6 instances of the > RTE > (not to mention a lot of other fields). > > I think it's more userfriendly to restrict editing to only one > (selectable by the editor) language. > And a selectable second language/ all other languages should just be > _displayed_ beneath. > > Just my 2 kopeeks.(?) > > marc. > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From typo3 at fx-graefix.de Thu Mar 23 14:41:01 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 23 Mar 2006 14:41:01 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: > - as the 'new' way for localization also allows to create a independet > DS for a language, it'll be nice if the inheritance of CE-fields > (the merging-function) would also work the way I tried to use it, so > that directly fetched translated CEs can also inherit (like in my > wrong bug-report). I think this would be a nice feature and provide > more flexibility for inheritance. In this way a localized CE could > also act as source for merging. > > - if there is a localized pageDS with content, it doesn't make sense to > display allready localized versions of a CE in the default language, > does it? Then it should also be restricted to create a localization > for a CE in the language in which the independent pageDS does exist as > it would be confusing if a record get's translated but is not showing > up in FE. > Alternatively the translated CE keeps showing in default language, but > get's inserted in the pageDS of the foreign language? But this might > be even more confusing to ediors forget those two - I forgot to change my main pageDS. But now I have a question. What is the suggested way to localize a page if the desired foreign language needs for some reason a completely different page-structure? Should in this case a pageTS with 0 be provided? Or should a dummy-page be used? But a dummy-page will also appear in the menu of the default language - if it is not excluded via conditions and TS - which is not acceptable. -- Kind regards, Franz Koch From ernst at cron-it.de Thu Mar 23 16:25:19 2006 From: ernst at cron-it.de (Ernesto Baschny [cron IT]) Date: Thu, 23 Mar 2006 16:25:19 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Franz Koch schrieb am 23.03.2006 14:41: > But now I have a question. What is the suggested way to localize a page > if the desired foreign language needs for some reason a completely > different page-structure? Should in this case a pageTS with > 0 be provided? Or should a dummy-page be > used? But a dummy-page will also appear in the menu of the default > language - if it is not excluded via conditions and TS - which is not > acceptable. Take a look at Kasper's PDF at page 6 there is a section called "Hiding default translation of pages", which sounds like what you are trying to achieve: You only have "translated" pages, while the page doesn't appear in the default language. Does that solve the problem? Cheers, Ernesto From typo3 at fm-world.ru Thu Mar 23 17:04:35 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 23 Mar 2006 18:04:35 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi! Franz Koch wrote: > What is the suggested way to localize a page > if the desired foreign language needs for some reason a completely > different page-structure? Make a completely different page structure in the parallel tree? Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 23 17:05:15 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 23 Mar 2006 18:05:15 +0200 Subject: [TYPO3-templavoila] Using checksums to determine template modification In-Reply-To: References: Message-ID: Hi! Jeff Segars wrote: > What do you think about basing the template object's status off a > checksum instead of the timestamp? If this doesn't add too much > overhead, I wonder if it might be a more robust solution. I think idea is good. Please, put it bug tracker as feature request. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From jsegars at alumni.rice.edu Thu Mar 23 18:23:02 2006 From: jsegars at alumni.rice.edu (Jeff Segars) Date: Thu, 23 Mar 2006 11:23:02 -0600 Subject: [TYPO3-templavoila] Using checksums to determine template modification In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > I think idea is good. Please, put it bug tracker as feature request. http://bugs.typo3.org/view.php?id=2972 Thanks, Jeff From typo3 at fm-world.ru Thu Mar 23 20:21:35 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 23 Mar 2006 21:21:35 +0200 Subject: [TYPO3-templavoila] Using checksums to determine template modification In-Reply-To: References: Message-ID: Hi! Jeff Segars wrote: > http://bugs.typo3.org/view.php?id=2972 Thanks! Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From aadne at hovda.no Thu Mar 23 20:21:44 2006 From: aadne at hovda.no (=?ISO-8859-1?Q?=C5dne_Hovda?=) Date: Thu, 23 Mar 2006 20:21:44 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS Message-ID: Hi Is there any specific reason why TV does not render my DS-internal ts-object if it contains characters like "<" or "&" and possibly others. I'm trying to build a menu of records referenced by a flexform, and display it along with those records. Here is a relevant part of my DS: Buttons none 10 = COA 10 { wrap =
    |
10 = RECORDS 10 { wrap =
  • |
  • source.field = field_tabone tables = tt_content conf.tt_content = TEXT conf.tt_content.field = header } 20 < .10 20.source.field = field_tabtwo 30 < .10 30.source.field = field_tabthree }
    The strange thing is that this code sort of works, but is unusable since I can't insert the html-tags: Tabbar none 10 = COA 10 { 10 = RECORDS 10 { source.field = field_tabone tables = tt_content conf.tt_content = TEXT conf.tt_content.field = header } 20 = RECORDS 20 { source.field = field_tabtwo tables = tt_content conf.tt_content = TEXT conf.tt_content.field = header } 30 = RECORDS 30 { source.field = field_tabthree tables = tt_content conf.tt_content = TEXT conf.tt_content.field = header } } Greetings, ?dne From aadne at hovda.no Thu Mar 23 20:23:03 2006 From: aadne at hovda.no (=?ISO-8859-1?Q?=C5dne_Hovda?=) Date: Thu, 23 Mar 2006 20:23:03 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Forgot to mention: TYPO3 4.0RC1 and TV 0.6.0 ?dne From typo3 at fm-world.ru Thu Mar 23 20:38:40 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 23 Mar 2006 21:38:40 +0200 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi! ?dne Hovda wrote: > > 10 = COA > 10 { > wrap =
      |
    > 10 = RECORDS > 10 { > wrap =
  • |
  • > source.field = field_tabone > tables = tt_content > conf.tt_content = TEXT > conf.tt_content.field = header > } > 20 < .10 > 20.source.field = field_tabtwo > 30 < .10 > 30.source.field = field_tabthree > } > <, > and & inside makes invalid DS XML :) You need the following: and it will work. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 23 20:45:55 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 23 Mar 2006 21:45:55 +0200 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi again. ?dne Hovda wrote: > > 10 = COA You do not need COA here. You could just write: 10 = RECORDS ... 20 < 10 ... 30 < 10 ... Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From aadne at hovda.no Thu Mar 23 20:44:24 2006 From: aadne at hovda.no (=?ISO-8859-1?Q?=C5dne_Hovda?=) Date: Thu, 23 Mar 2006 20:44:24 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi Thanks for your immediate response, Dmitry! I will definitely make it work now. Thanks. Dmitry Dulepov wrote: > You do not need COA here. You could just write: I want to wrap the entire object, therefore I used a COA. ?dne From k_hinum at hotmail.com Fri Mar 24 09:20:06 2006 From: k_hinum at hotmail.com (Klaus Hinum) Date: Fri, 24 Mar 2006 09:20:06 +0100 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Klaus Hinum schrieb: > Dmitry Dulepov schrieb: > >> Hi! >> >> Klaus Hinum wrote: >> >>> can somebody help me to implement a selector box so that the user can >>> choose an option and different html output is shown on the screen. >> >> >> >> Try using locallang files in items: >> >> >> > index="0">LLL:fileadmin/locallang.xml:selector.text >> > index="1">LLL:fileadmin.locallang.xml:selector.value >> >> >>> so i wanted to solve that with some typoscript after the >>> tags but there i havent got a clue how to do it (if and conditions with >>> the field name did not work, to output the fieldname did work.) >> >> >> >> Did not get this... >> >> Dmitry. > > > oh thanks thats a good solution, but anyway i would need to find the > solution for the integration of a condition in the typoscript field of > the ds object > > here is part of my ds object: > > > > Klassenerklaerung > > sample > > select > > > # this works > 10 = TEXT > 10.field = field_test > # but how to make a condition > # for example if field = 0 then > # [field_test = 0] does not work > # and also the if did not work > > > > > > select > > > option 1 > 1 > > > otpion 2 > 2 > > > 0 > > > > > > thanks in advance for your help > kl please somebody, my project is standing still because of that ... From Christian.Vetter at dragoner-design.de Fri Mar 24 09:32:20 2006 From: Christian.Vetter at dragoner-design.de (Christian Vetter) Date: Fri, 24 Mar 2006 09:32:20 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi, Why do you put so much TS into your DS - you'd be better of putting the code into a TS object, like this: Buttons TypoScriptObject lib.tabbar In a TStemplate (which you must include, of course) you'd have this: lib.tabbar = COA lib.tabbar { wrap =
      |
    10 = RECORDS 10 { wrap =
  • |
  • source.field = field_tabone tables = tt_content conf.tt_content = TEXT conf.tt_content.field = header } 20 < .10 20.source.field = field_tabtwo 30 < .10 30.source.field = field_tabthree } Thereby everything's cleaner and less cumbersome(you need not edit the DS everytime you have to manipulate your TS), plus you can easily reuse your code - I'm employing this methods for all but the most basic TS (e.g. simply putting images onto the page). Best regards, Christian Am 23.03.2006, 20:21 Uhr, schrieb ?dne Hovda : > Hi > > Is there any specific reason why TV does not render my DS-internal > ts-object if it contains characters like "<" or "&" and possibly others. > I'm trying to build a menu of records referenced by a flexform, and > display it along with those records. > > Here is a relevant part of my DS: > > > > Buttons > > > > none > > 10 = COA > 10 { > wrap =
      |
    > 10 = RECORDS > 10 { > wrap =
  • |
  • > source.field = field_tabone > tables = tt_content > conf.tt_content = TEXT > conf.tt_content.field = header > } > 20 < .10 > 20.source.field = field_tabtwo > 30 < .10 > 30.source.field = field_tabthree > } > > > > > > The strange thing is that this code sort of works, but is unusable since > I can't insert the html-tags: > > > > > Tabbar > > > > none > > 10 = COA > 10 { > 10 = RECORDS > 10 { > source.field = field_tabone > tables = tt_content > conf.tt_content = TEXT > conf.tt_content.field = header > } > 20 = RECORDS > 20 { > source.field = field_tabtwo > tables = tt_content > conf.tt_content = TEXT > conf.tt_content.field = header > } > 30 = RECORDS > 30 { > source.field = field_tabthree > tables = tt_content > conf.tt_content = TEXT > conf.tt_content.field = header > } > } > > > > > > Greetings, ?dne > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila From me at kenx.de Fri Mar 24 09:42:45 2006 From: me at kenx.de (Marc Ehret) Date: Fri, 24 Mar 2006 09:42:45 +0100 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Klaus Hinum wrote: > please somebody, my project is standing still because of that ... Maybe this is what you need: 10 = CASE 10.key.field = field_select 10.1 = TEXT 10.1.value = Text Nr. 1 10.2 = TEXT 10.2.value = Text Nr. 2 marc. From k_hinum at hotmail.com Fri Mar 24 10:23:59 2006 From: k_hinum at hotmail.com (Klaus Hinum) Date: Fri, 24 Mar 2006 10:23:59 +0100 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Marc Ehret schrieb: > Klaus Hinum wrote: > >> please somebody, my project is standing still because of that ... > > > Maybe this is what you need: > > > 10 = CASE > 10.key.field = field_select > 10.1 = TEXT > 10.1.value = Text Nr. 1 > 10.2 = TEXT > 10.2.value = Text Nr. 2 > > > > > marc. hi thanks for the fast help, that works! still i got a question. is it possible to check for a text value, like "test" 10 = CASE 10.key.field = field_select 10.test = TEXT 10.test.value = Text Nr. 1 does not work [10.key = test] ... [global] does also not work any ideas? kl From me at kenx.de Fri Mar 24 10:46:05 2006 From: me at kenx.de (Marc Ehret) Date: Fri, 24 Mar 2006 10:46:05 +0100 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Klaus Hinum wrote: > > 10 = CASE > 10.key.field = field_select > 10.test = TEXT > 10.test.value = Text Nr. 1 > It works, but I do not recommend that. Have you changed your settings? Whatever test > [10.key = test] > ... > [global] > does also not work Of course not... Ever read TS-Ref? ;-) marc. From typo3 at fx-graefix.de Fri Mar 24 12:41:55 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Fri, 24 Mar 2006 12:41:55 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi Ernesto, > Take a look at Kasper's PDF at page 6 there is a section called "Hiding > default translation of pages", which sounds like what you are trying to > achieve: You only have "translated" pages, while the page doesn't appear > in the default language. > > Does that solve the problem? I read the pdf several times and allready tried this stuff and some other combinations - but this only affects the content-rendering, not menus. -- Kind regards, Franz Koch From typo3 at fx-graefix.de Fri Mar 24 12:55:27 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Fri, 24 Mar 2006 12:55:27 +0100 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi Dimitry, >>What is the suggested way to localize a page >>if the desired foreign language needs for some reason a completely >>different page-structure? > > Make a completely different page structure in the parallel tree? I forgot to mention that it is related to a single tree setup. With page structure I actually ment TV data structure (doh). Mixed it up - sorry. If for example the default language, language1 and 3 use some container-FCEs etc. but language2 has f.e. different requirements/laws where the content structure needs to be different from the other ones. So the container-FCEs are not supposed to be inherited in language2, but as language1 and 3 also use them they are set to language value 'all' and normally would be inherited and rendered - even if their content is not translated and therefor empty, the 'container' would be rendered. So, the question is if in this case a dummy page should be used with the mentioned menu problem, or if a second TV-DS should be provided in which '0' is set, to get different localized DS for required pages? -- Kind regards, Franz Koch From aadne at hovda.no Fri Mar 24 13:50:44 2006 From: aadne at hovda.no (=?UTF-8?B?w4VkbmUgSG92ZGE=?=) Date: Fri, 24 Mar 2006 13:50:44 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi Christian Thanks for your response. Christian Vetter wrote: > Why do you put so much TS into your DS - you'd be better of putting the > code into a TS object, like this: Yes, I do that often, but since this TS references other fields inside the same DS, I thought it wouldn't work pointing to an external object. Probably I'm wrong though, didn't test. Also, it makes it easier to reuse the DS/TO, not including an extra snippet in the main template record - in my opinion. Third, it's not that much TS, is it? :-) ?dne From Christian.Vetter at dragoner-design.de Fri Mar 24 15:46:15 2006 From: Christian.Vetter at dragoner-design.de (Christian Vetter) Date: Fri, 24 Mar 2006 15:46:15 +0100 Subject: [TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS In-Reply-To: References: Message-ID: Hi again, Am 24.03.2006, 13:50 Uhr, schrieb ?dne Hovda : > Hi Christian > > Thanks for your response. You're welcome :) > > Christian Vetter wrote: >> Why do you put so much TS into your DS - you'd be better of putting the >> code into a TS object, like this: > > Yes, I do that often, but since this TS references other fields inside > the same DS, I thought it wouldn't work pointing to an external object. > Probably I'm wrong though, didn't test. That does work. > > Also, it makes it easier to reuse the DS/TO, not including an extra > snippet in the main template record - in my opinion. Third, it's not > that much TS, is it? :-) Granted, there you could save something, but, is it worth it? I don't think so - but that would lead way too far now, so I'll leave it with my statement. I think it is - I swap everything out that is more complex than this: 10 = IMAGE 10.file.import = uploads/tx_templavoila/ 10.file.import.current = 1 10.file.import.listNum = 0 Best regards, Christian > > ?dne > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila From usenet at digilog.de Sat Mar 25 19:25:32 2006 From: usenet at digilog.de (Joerg Wagner - DigiLog multimedia) Date: Sat, 25 Mar 2006 19:25:32 +0100 Subject: [TYPO3-templavoila] How to disable "Copy n" in headers when copying FCEs Message-ID: Hi all! Sorry for crossposting this in -english and here, but nobody seems to have an idea over there and I am quite helpless. Here's my problem: When copying complete pages there is a TSconfig prop that suppresses the appending of "Copy n" to the page header (TCEMAIN.table.pages.disablePrependAtCopy = 1). But I am searching for several hours now to find a similar mechanism when copying FCEs in TV's page module. In my current project with nested FCEs it is very unhandy that after copying a complex nested FCE, all headers contain an appended "Copy n" string that has to be removed manually from all of them. During my research I found a TCA structure that seems to suppress that, but this obviously needs PHP code and cannot be done from TSconfig. There also seems to be a similar setting in the main config settings of the tt_news extension (prependAtCopy setting), but TV does not provide such a setting. Is there any way to disable the addition of "Copy n" to the header when copying FCEs in TV's page module? THX!!! --- J?rg Wagner DigiLog multimedia From k_hinum at hotmail.com Sun Mar 26 19:17:31 2006 From: k_hinum at hotmail.com (Klaus Hinum) Date: Sun, 26 Mar 2006 19:17:31 +0200 Subject: [TYPO3-templavoila] fce selector box how to? In-Reply-To: References: Message-ID: Marc Ehret schrieb: > Klaus Hinum wrote: > >> >> 10 = CASE >> 10.key.field = field_select >> 10.test = TEXT >> 10.test.value = Text Nr. 1 >> > > It works, but I do not recommend that. Have you changed your settings? > > > Whatever > test > > > >> [10.key = test] >> ... >> [global] >> does also not work > > Of course not... Ever read TS-Ref? ;-) > > marc. hmm well not entirely, but thanks for your help anyway. still the 10.test did not work with me, what do you mean by "have you changed your settings?" klaus From robert at typo3.org Mon Mar 27 11:28:20 2006 From: robert at typo3.org (Robert Lemke) Date: Mon, 27 Mar 2006 11:28:20 +0200 Subject: [TYPO3-templavoila] Using checksums to determine template modification References: Message-ID: Hi Jeff, Jeff Segars wrote: > Dmitry Dulepov wrote: >> I think idea is good. Please, put it bug tracker as feature request. > > http://bugs.typo3.org/view.php?id=2972 That's would be very useful. I looked at the code to determine how much we would have to change. It's not much, but too much for 1.0.0, I'm afraid - because today we have a feature freeze for TV 1.0. Anyway, we can start working on TV 1.1 soon after the release of TYPO3 4.0. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From robert at typo3.org Mon Mar 27 11:32:50 2006 From: robert at typo3.org (Robert Lemke) Date: Mon, 27 Mar 2006 11:32:50 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze Message-ID: Hi folks, as we seem to have all important features in the current code and the release of TYPO3 4.0 comes nearer, I have put the upcoming version 1.0 of TemplaVoila into a feature freeze. Those who have write access to CVS, please don't add new features from now, only bug fixes. If the current CVS version passes a quick check by Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later this day which we should see as a 1.0.0rc1. At this point I'd like to say thank you to all the contributors of code and feedback - you have turned development on TemplaVoila into a real team work! robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fx-graefix.de Mon Mar 27 18:05:50 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Mon, 27 Mar 2006 18:05:50 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi Robert, I'm missing the functionality to hide/unhide a page localization in TV page module - or to define the visible fields there (like it is possible when creating a new page localization). This is for me a useability "bug" - as it makes sense to show translated pages only if they are fully translated. Switching to the list-view is a little bit unhandy for that. You might say that I should use workspaces for that - but not every customer that has a multilingual website needs the "work overhead" with workspaces as there might be only 1 or 2 editors. I mentioned this before, but got no response, so I didn't add it to the bugtracker yet. Do you think this might make it into 1.0? I found out that this is related to the submitted value 'localizationMode' to alt_doc.php and that it is a filter inside tceForms - but I didn't find a way to override this :( -- Kind regards, Franz Koch From typo3 at fx-graefix.de Mon Mar 27 18:30:39 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Mon, 27 Mar 2006 18:30:39 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: > Do you think this might make it into 1.0? I found out that this is > related to the submitted value 'localizationMode' to alt_doc.php and > that it is a filter inside tceForms - but I didn't find a way to > override this :( Ah, now I got it. Overriding seems to be only possible by editing the TCA with a extension and set the 'l10n_cat' for the fields. But this does not make sense for all fields (like the hidden flag) to define the 'l10n_cat' as 'text'. So it would be nice if it would be possible to override it with pageTS. Like: ------------- mod.web_txtemplavoilaM1 { modifyPageWizard { fieldNames = hidden, title, author, description,... } } ------------- Because it might be usefull to allow changing keywords or whatever later on from within the page-module as it is also possible for the default language. Currently this is a little inconsistent and confusing I think. -- Kind regards, Franz Koch From robert at typo3.org Mon Mar 27 19:07:12 2006 From: robert at typo3.org (Robert Lemke) Date: Mon, 27 Mar 2006 19:07:12 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hi Franz, Franz Koch wrote: > I'm missing the functionality to hide/unhide a page localization in TV > page module - or to define the visible fields there (like it is possible > when creating a new page localization). This is for me a useability > "bug" - as it makes sense to show translated pages only if they are > fully translated. Switching to the list-view is a little bit unhandy for > that. I guess, I don't understand that completely. You mean hiding the "Alternative Page Language" record? Maybe you can post a link to a screenshot and describe more detailled what you mean. Please also post what translation paradigm you've chosen. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fx-graefix.de Tue Mar 28 10:47:25 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 28 Mar 2006 10:47:25 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi Robert, >>I'm missing the functionality to hide/unhide a page localization in TV >>page module - or to define the visible fields there (like it is possible >>when creating a new page localization). This is for me a useability >>"bug" - as it makes sense to show translated pages only if they are >>fully translated. Switching to the list-view is a little bit unhandy for >>that. > > > I guess, I don't understand that completely. You mean hiding the > "Alternative Page Language" record? Maybe you can post a link to a > screenshot and describe more detailled what you mean. > > Please also post what translation paradigm you've chosen. ups, my fault - it really wasn't clear. Yes, I mean hiding/unhiding the 'alternative page language' from within the TV page module. I'm using the 'k' paradigm which is described in Kaspers new documentation. But I think it is not related to that. In the TV page-module you can translate pages by selecting the language over the dropdown menu ('Create new page translation:') in 'Translations' tab. The fields that are displayed in the create dialog can be configured with pageTS like this: ---------- mod.web_txtemplavoilaM1 { createPageWizard { fieldNames = hidden, title, author, description, ... } } ---------- After a page has a localization (alternative page language), the language flag appears in the 'Translations' tab [1]. New localizations are normally hidden by default, which is usefull, as the content isn't translated yet. But when the content is translated, there is no possibility to unhide the localization from within TVs page-module. The normal way would be to click the language flag [1] to edit the 'alternative page language'-record and then uncheck the hidden field. But the field is not available here [2] and cannot be made available through pageTS. The only way it would be possible (as much as I found out) is to change the TCA with a new extension and set the field 'l10n_cat' to 'text' for the wanted fields. But I think a similar method as for the create dialog would be more usefull, like: ------------- mod.web_txtemplavoilaM1 { modifyPageWizard { fieldNames = hidden, title, author, description,... } } ------------- Alternativly the visible fields can in anyway be defined over the BEuser configuration (excludefields) - so that the limitation over the tceForms variable 'localizationMode' (which currently limits the visible fields) might not be necessary at all? I hope I could explain it a little bit more clearly :) [1] http://www.elements-net.de/bilder/temp/tv_syslang_edit.gif [2] http://www.elements-net.de/bilder/temp/tv_syslang_edit_view.gif -- Kind regards, Franz Koch From robert at typo3.org Tue Mar 28 11:13:38 2006 From: robert at typo3.org (Robert Lemke) Date: Tue, 28 Mar 2006 11:13:38 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hi Franz, Franz Koch wrote: > Yes, I mean hiding/unhiding the 'alternative page language' from within > the TV page module. ah, now it's clear. > I'm using the 'k' paradigm which is described in Kaspers new > documentation. But I think it is not related to that. Yes, that's not relevant. BTW, we call it now "translationParadigm=free" (aka 'r' paradigm) and "translationParadigm=bound" (aka 'k' paradigm) > Alternativly the visible fields can in anyway be defined over the BEuser > configuration (excludefields) - so that the limitation over the tceForms > variable 'localizationMode' (which currently limits the visible fields) > might not be necessary at all? > I hope I could explain it a little bit more clearly :) yes. In fact I wasn't aware that you don't get the full Alternative Page Language record anymore. My vote: Display the 'hide' field by default and make the remaining fields configurable via TSconfig (something like mod.web_txtemplavoilaM1.editAlternativePageLanguage.fieldNames = hidden, title, author, description,... ? ? ?} } Anyway, as I tend to be strict about feature freezes and you posted your message 6 1/2 hours after my post ;-) I ask you to prepare a feature request for TV 1.1 and post it to the bug tracker ... Okay? Thanks, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From robert at typo3.org Tue Mar 28 11:44:52 2006 From: robert at typo3.org (Robert Lemke) Date: Tue, 28 Mar 2006 11:44:52 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hi folks, Robert Lemke wrote: > Those who have write access to CVS, please don't add new features from > now, only bug fixes. If the current CVS version passes a quick check by > Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later this > day which we should see as a 1.0.0rc1. I just uploaded 0.7.0 to TER. Please test as much as you can - especially the workspaces integration! Have fun! robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From chris at swift-lizard.com Tue Mar 28 12:28:32 2006 From: chris at swift-lizard.com (Chris Wittmann [Swift Lizard]) Date: Tue, 28 Mar 2006 12:28:32 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi Robert, updated that moment to 0.7.0 TV worked, and my istallation is still alive,... so far so fine,... created new content element in FE - Editing mode worked fine but as i tried to sort contentelements something strange happend,... i clicked "move up" an the CE dissapeared to "non used elements" might be a bug that should be fixed,... shall i enter it to the bugtracker ?? chris Robert Lemke schrieb: > Hi folks, > > Robert Lemke wrote: > >> Those who have write access to CVS, please don't add new features from >> now, only bug fixes. If the current CVS version passes a quick check by >> Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later this >> day which we should see as a 1.0.0rc1. > > I just uploaded 0.7.0 to TER. Please test as much as you can - especially > the workspaces integration! > > Have fun! > robert > From robert at typo3.org Tue Mar 28 12:41:01 2006 From: robert at typo3.org (Robert Lemke) Date: Tue, 28 Mar 2006 12:41:01 +0200 Subject: [TYPO3-templavoila] CE disappears when moving up (was: TemplaVoila 1.0 - feature freeze) References: Message-ID: Hi Chris, Chris Wittmann [Swift Lizard] wrote: > Hi Robert, > > updated that moment to 0.7.0 TV worked, and my istallation is still > alive,... so far so fine,... created new content element in FE - Editing > mode worked fine but as i tried to sort contentelements something > strange happend,... i clicked "move up" an the CE dissapeared to "non > used elements" might be a bug that should be fixed,... shall i enter it > to the bugtracker ?? not yet. Could you provide us with more details? Especially the Data Structure of your Page Template is important to see, can you post that? Thanks, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fx-graefix.de Tue Mar 28 14:01:40 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 28 Mar 2006 14:01:40 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi Robert, > Yes, that's not relevant. BTW, we call it now > "translationParadigm=free" (aka 'r' paradigm) and > "translationParadigm=bound" (aka 'k' paradigm) I allready read about that - but 'r' and 'k' are easier to remember ;) > Anyway, as I tend to be strict about feature freezes and you posted your > message 6 1/2 hours after my post ;-) I ask you to prepare a feature > request for TV 1.1 and post it to the bug tracker ... Okay? Doh ;-) but yes, I'm fine with it as I know where to fix it in my installation :-) A quick fix would be to simply remove the submitted variable 'localizationMode' from the url that calls alt_doc.php which would be in --- 'mod1/index.php' line 1584, TV 0.7.0 --------- $redirectLocation=$GLOBALS['BACK_PATH'].'alt_doc.php?'.$params.$returnUrl.'&localizationMode=text'; - to --------------------------------------------- $redirectLocation=$GLOBALS['BACK_PATH'].'alt_doc.php?'.$params.$returnUrl; -------------------------------------------------- That way the BEuser excludeFields are limiting the form. I'll put that stuff to the bugtracker when I find some time. I made some suggestions (besides of this one) for the editing workflow with TVs page-module in the topic 'Localization Guide' from Kasper in my post from 03-23-2006, but did not get any response about them. Maybe you could have a look at them by time. -- Kind regards, Franz Koch From typo3 at fx-graefix.de Tue Mar 28 14:48:06 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Tue, 28 Mar 2006 14:48:06 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Me again :) > I just uploaded 0.7.0 to TER. Please test as much as you can - especially > the workspaces integration! I just updated from 0.6.1 to 0.7.0 and checked the mapping functionality, as I had mapping problems with 0.6.1 and php5 before. The problem is still present. TV randomly looses the mapping-information when storing a template. Dimitry allready knows about that bug and was after it as much as I know. It also seems that 'page related information' is not showing up. But maybe I have a wrong configuration. -- Kind regards, Franz Koch From robert at typo3.org Tue Mar 28 15:23:03 2006 From: robert at typo3.org (Robert Lemke) Date: Tue, 28 Mar 2006 15:23:03 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hi folks, while adding some content at TYPO3.org I experienced some unexpected behaviour related to workspaces. Could you try to reproduce and further investigate that? Here's what I did (TV 0.7.0 with TYPO3 4.0rc2): As administrator I switched to Draft workspace and created a page. In the TV page module I created one TEXT content element - everything fine, it appears only in the FE preview and is referenced correctly. Now when I try to insert a second CE, I get a "you don't have enough rights" message from TCEmain. Then I went to the List module, inserted a CE manually - works. Back in the page module, the CE doesn't appear (probably only because I have no defined yet). I select the new CE from "Non-used elements" and paste it after the first. Now it is referenced, but before the first! After that I try again to insert CEs within the page module. It works, but I can't insert CEs after the first element! Finally, to deliver some data for this bug report, I click on the page icon and select View Flexform XML - I don't get the expected XML but the message "Unknown format" instead. I manually looked up the page record with t3ver_oid of the new placeholder page and extracted this flexform XML: 3910,3914,3916,3920,3918,3922,3912 That looks absolutely okay. Note that "3912" is the first element I created. I'll have a look at this today, but it would help a lot if you could collect information about this issue, too - the very best would be a patch which solves it of course ;-) Cheers, robert Robert Lemke wrote: > Hi folks, > > Robert Lemke wrote: > >> Those who have write access to CVS, please don't add new features from >> now, only bug fixes. If the current CVS version passes a quick check by >> Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later >> this day which we should see as a 1.0.0rc1. > > I just uploaded 0.7.0 to TER. Please test as much as you can - especially > the workspaces integration! > > Have fun! > robert > -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From erik at linnearad.no Tue Mar 28 16:18:42 2006 From: erik at linnearad.no (Erik Svendsen) Date: Tue, 28 Mar 2006 14:18:42 +0000 (UTC) Subject: [TYPO3-templavoila] A "gremlin" about encoding of Norwegian characters Message-ID: Hi list! First, a big thanks to Robert (and all his helpers) for TemplaVoila in version 0.7.0. But I have a bit irritating problem, mainly visual, because it hasn't given me any real problem yet. The problem is encoding of the Norwegian characters ?, ?, ?. I have no problem using them, either in titles or in elements. But if i I make an content element with the title "H?yre kolonne" (right column), i got the follwing title in Page Module "H??yre innhold". Same if I make an FCE, it looks perfect i TemplaVoila ("Tekst h?yre"), but when I'm going to use the FCE i got "Tekst h??yre". My config: TYPO3 4.0rc2 TV 0.7.0 (have the same problem on TYPO3 4.0rc1 and TV 0.6.0) ForceCharset = utf-8 Apache 2.0.54 PHP 5.0.4-10.5 (who could be the problem) Fedora Core 4. Is this a "bug" (extremly minor) in TV, a PHP problem or something else? WBR, Erik Svendsen www.linnearad.no From meincontainer at gmail.com Tue Mar 28 21:05:04 2006 From: meincontainer at gmail.com (Arnd Messer) Date: Tue, 28 Mar 2006 21:05:04 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: Hi Robert, i use one DS for several TOs in my installation (4.0rc2 TV 7.0). Some fields of this DS are not mapped in the TO as they are not needed and the backend should be a one column instead of two. after updating it seems that this feature is lost. Every page is a two column from now on. Inserting content in this column dosen't work of course. Best! Arnd -- Freiraum Medien http://freiraum-medien.de From bart at sonik.pl Tue Mar 28 21:29:25 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Tue, 28 Mar 2006 21:29:25 +0200 Subject: [TYPO3-templavoila] rc2 and print page Message-ID: I have problem with Printer friendly redner type and rc2 Can you confirm this strange behaviour. If I click "print page" default page is shown instead "Printer friendly" No problem after downgrading to rc1 From mailinglists at davidlanier.com Wed Mar 29 02:21:21 2006 From: mailinglists at davidlanier.com (David Lanier) Date: Tue, 28 Mar 2006 18:21:21 -0600 Subject: [TYPO3-templavoila] TemplaVoila Content Rendering Message-ID: Hello List, I've been working with templavoila for only a couple of weeks now, and I love it! Thank you Robert and team for creating this great extension. I'm trying to do something, and I've made some progress, but I'm stumped at one point. I'm hoping someone can point me in the right direction. Here is what I'm trying to do: I want each content element within a templavoila block to be styled a certain way, except for the last content element in the block. Here is what I've tried so far: The first thing I tried was something like this: (in Typoscript Setup field) tt_content.text.20.wrap = before|after Obviously, that will wrap absolutely every text block with before|after. And only text blocks. Not quite what we want. I want to get specific within a templavoila content block. Here's how I've tried that: ... ce 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = before|after ... The only difference from the default is the line: 10.wrap = before|after With this config, the total output in the block is wrapped once. Like this: before content block 1 content block 2 content block 3 after The (almost) obvious thing to do here is some sort of optionsplit, like with menus. 10.wrap = before|after |*||*| finalBefore|finalAfter But that gives the same effect as before. Since 10 is a RECORD object, I've looked at the properties available for it, and tried the following configs: 10.conf.tt_content.stdWrap.wrap = before|after |*||*| finalBefore|finalAfter 10.conf.tt_content.wrap = before|after |*||*| finalBefore|finalAfter 10.stdWrap.wrap = before|after |*||*| finalBefore|finalAfter 10.wrap = before|after |*||*| finalBefore|finalAfter I've also tried putting in allWrap and innerWrap, but those seem to have no effect. Apparantly, optionsplit only works with menus. None of these attempts affected the individual content elements; they only affected the TV content block as a whole. I'm not certain how to use the conf property of the RECORDS object. Is this what I need to figure out? Is there a templavoila property I can insert that will control how each contained element is wrapped? I've worked my way completely through the doc_tut_ftb1 tutorial. Sorry for the lengthy explanation, but I wanted to lay out as much as I can to start with. Any pointers would be greatly appreciated. -david From typo3 at fm-world.ru Wed Mar 29 11:05:43 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 29 Mar 2006 12:05:43 +0300 Subject: [TYPO3-templavoila] rc2 and print page In-Reply-To: References: Message-ID: Hi! Bartosz Aninowski wrote: > I have problem with Printer friendly redner type and rc2 > Can you confirm this strange behaviour. > If I click "print page" default page is shown instead "Printer friendly" > No problem after downgrading to rc1 I will take a look but only on weekends (if noone looks earlier). Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Wed Mar 29 11:08:25 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 29 Mar 2006 12:08:25 +0300 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: Hi! Arnd Messer wrote: > i use one DS for several TOs in my installation (4.0rc2 TV 7.0). > Some fields of this DS are not mapped in the TO as they are not needed > and the backend should be a one column instead of two. > > after updating it seems that this feature is lost. > Every page is a two column from now on. Inserting content in this column > dosen't work of course. It should work like this. Page module uses DS - not TO! - to build blocks. This allows to quickly change to another TO but still keep original data. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From robert at typo3.org Wed Mar 29 11:15:31 2006 From: robert at typo3.org (Robert Lemke) Date: Wed, 29 Mar 2006 11:15:31 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE References: Message-ID: Hi Dmitry, Dmitry Dulepov wrote: > Arnd Messer wrote: >> i use one DS for several TOs in my installation (4.0rc2 TV 7.0). >> Some fields of this DS are not mapped in the TO as they are not needed >> and the backend should be a one column instead of two. >> >> after updating it seems that this feature is lost. >> Every page is a two column from now on. Inserting content in this column >> dosen't work of course. > > It should work like this. Page module uses DS - not TO! - to build > blocks. This allows to quickly change to another TO but still keep > original data. In general, yes. But I think Arnd is talking about a feature I introduced in one of the last versions where only those areas are shown in the page module which are really mapped in the currently selected TO. I guess that feature somehow disappeared during the last commits, maybe when Kasper worked on the rendering part of mod1. Arnd, please post this to the bug tracker. Thanks, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fm-world.ru Wed Mar 29 11:37:10 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Wed, 29 Mar 2006 12:37:10 +0300 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: Hi! Robert Lemke wrote: > In general, yes. But I think Arnd is talking about a feature I introduced in > one of the last versions where only those areas are shown in the page > module which are really mapped in the currently selected TO. I guess that > feature somehow disappeared during the last commits, maybe when Kasper > worked on the rendering part of mod1. > > Arnd, please post this to the bug tracker. Would be nice if this feature is configurable with TSConfig... Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From meincontainer at gmail.com Wed Mar 29 11:43:45 2006 From: meincontainer at gmail.com (Arnd Messer) Date: Wed, 29 Mar 2006 11:43:45 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: > In general, yes. But I think Arnd is talking about a feature I introduced in > one of the last versions where only those areas are shown in the page > module which are really mapped in the currently selected TO. You are right, Robert, this is what i meant. ...sorry for being that imprecise, Dimitri. I'll post this to the bug tracker. Best! Arnd -- Freiraum Medien http://freiraum-medien.de From meincontainer at gmail.com Wed Mar 29 11:50:12 2006 From: meincontainer at gmail.com (Arnd Messer) Date: Wed, 29 Mar 2006 11:50:12 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: > Would be nice if this feature is configurable with TSConfig... ...and could be implemented in FCEs too! ;o) Best! Arnd -- Freiraum Medien http://freiraum-medien.de From meincontainer at gmail.com Wed Mar 29 12:00:34 2006 From: meincontainer at gmail.com (Arnd Messer) Date: Wed, 29 Mar 2006 12:00:34 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: > I'll post this to the bug tracker. http://bugs.typo3.org/view.php?id=3047 Best! Arnd -- Freiraum Medien http://freiraum-medien.de From typo3 at fx-graefix.de Wed Mar 29 12:21:45 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Wed, 29 Mar 2006 12:21:45 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: > I just uploaded 0.7.0 to TER. Please test as much as you can - especially > the workspaces integration! I have charset-problems with german 'Umlaute' used in DS labels. Inside the mapping-tool etc. everything is fine, but in the TV page-module it looks like a charset conversion error or a double conversion. BE is set to 'forceCharset=UTF8'. Any idea? -- Kind regards, Franz Koch From robert at typo3.org Wed Mar 29 13:05:05 2006 From: robert at typo3.org (Robert Lemke) Date: Wed, 29 Mar 2006 13:05:05 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE References: Message-ID: Arnd Messer wrote: >> Would be nice if this feature is configurable with TSConfig... > > ...and could be implemented in FCEs too! ;o) Would be nice if someone registered the domain "WouldBeNice.org" (which is available) and creates a CNAME to bugs.typo3 .org ... -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From erik at linnearad.no Wed Mar 29 13:15:06 2006 From: erik at linnearad.no (Erik Svendsen) Date: Wed, 29 Mar 2006 11:15:06 +0000 (UTC) Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hello Franz, >> I just uploaded 0.7.0 to TER. Please test as much as you can - >> especially the workspaces integration! >> > I have charset-problems with german 'Umlaute' used in DS labels. > Inside the mapping-tool etc. everything is fine, but in the TV > page-module it looks like a charset conversion error or a double > conversion. BE is set to 'forceCharset=UTF8'. > > Any idea? > Same as I has made a post about (Norwegian characters). news://news.netfielders.de/mailman.1.1143555528.13535.typo3-project-templavoila at lists.netfielders.de Also a 0.6.0 problem. WBR, Erik Svendsen www.linnearad.no From typo3 at fx-graefix.de Wed Mar 29 13:51:52 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Wed, 29 Mar 2006 13:51:52 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: > Would be nice if someone registered the domain "WouldBeNice.org" (which is > available) and creates a CNAME to bugs.typo3 .org ... incoming ;) -- Kind regards, Franz Koch From kasper2006 at typo3.com Wed Mar 29 17:14:46 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 29 Mar 2006 17:14:46 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: > > > What I'm missing from a editors point of view: > - it should be possible to create a localization for > shortcut-pages as they need translated titles for menus etc. > Currently this feature is disabled in TV pagemodule and can only be > done in list view as it seems. Please add as feature request on bugtracker (for TV) > > - a 'show content in this language only' mode would be nice > for 'master-editors' and admins. Not translated CEs from > default-language could be displayed in a condensed mode - maybe > also > optional applied with a checkbox Done. > > - it'll be nice if the "hide" field would be selectable when editing > the page-propierties on clicking the language-flages in TV. > Or isn't this allready configurable somewhere? I can't remember. > Done > - the selector-box "show page language version" is missleading as it > is creating a new data-structure. Maybe a lable like > "create independet page localization" or something like that > would be > more clearly. > Stays for now, has different meanings depending on paradigm. > - as the 'new' way for localization also allows to create a independet > DS for a language, it'll be nice if the inheritance of CE-fields > (the merging-function) would also work the way I tried to use > it, so > that directly fetched translated CEs can also inherit (like in my > wrong bug-report). I think this would be a nice feature and provide > more flexibility for inheritance. In this way a localized CE could > also act as source for merging. > I'm a little unsure if I want to support it. It is possible to implement and thus could bring some additional value to the "Free" paradigm (this is what we finally labeled the way you did localization). On the other hand it would be an act that encourages the "Free" paradigm which I don't want for new sites. What you can do is to add a status note on the bugtracker so it stays there as a feature request for the future. Ideally you create a new entry and shut down the old. It could sound like: " Implementing "reverse" language overlay inside t3lib_page::getRecordOverlay() so that localized records passed directly to the function will look for their default language original and overlay themselves on top of that if found. " > - if there is a localized pageDS with content, it doesn't make > sense to > display allready localized versions of a CE in the default > language, > does it? Then it should also be restricted to create a localization > for a CE in the language in which the independent pageDS does > exist as > it would be confusing if a record get's translated but is not > showing > up in FE. > Alternatively the translated CE keeps showing in default > language, but > get's inserted in the pageDS of the foreign language? But this > might > be even more confusing to ediors The latter suggestion here is how the TV module now works (as before) when you configure it with this Page TSconfig: mod.web_txtemplavoilaM1.translationParadigm = free I think the confusion will never go away in this case. Therefore rather use the "Bound" (default) paradigm in the future since that will not lead to such duplicy. At least for now, we have chosen to show it as before when "mod.web_txtemplavoilaM1.translationParadigm = free" is set. > > - in the current version I'm missing the checkbox to enable/disable > the > localization view in the default language. Currently it is > permanently > enabled > Yes, we decided that you never needed not to have it. When a "Alternative Page Language" record exists you will see localization related options. Why shut it down ever? - kasper > > -- > Kind regards, > Franz Koch > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From kasper2006 at typo3.com Wed Mar 29 17:16:50 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 29 Mar 2006 17:16:50 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: > > But now I have a question. What is the suggested way to localize a > page > if the desired foreign language needs for some reason a completely > different page-structure? Should in this case a pageTS with > 0 be provided? Yes, plus " = 1" if you use "Bound" paradigm (which I suppose you are referring to here). > Or should a dummy-page be > used? But a dummy-page will also appear in the menu of the default > language - if it is not excluded via conditions and TS - which is not > acceptable. Dummy-page is too much for that I suppose. But could be a solution. In such a case you can use the checkbox for the page saying "Hide default translation" to make it appear only for that specific language. - kasper > > -- > Kind regards, > Franz Koch > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From kasper2006 at typo3.com Wed Mar 29 17:37:51 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 29 Mar 2006 17:37:51 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: BTW, the final revision of the localization guide is online but needs to appear in TER first it seems. It has been uploaded now at least. - kasper From kasper2006 at typo3.com Wed Mar 29 17:48:01 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 29 Mar 2006 17:48:01 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: OK, ok, Here it is (until available on typo3.org officially): http://194.117.233.66/t3dl/localization_guide_1.0.0.pdf (3,2 MB) - kasper On Mar 29, 2006, at 17:37 , Kasper Sk?rh?j wrote: > BTW, the final revision of the localization guide is online but needs > to appear in TER first it seems. It has been uploaded now at least. > > - kasper > > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From typo3 at fx-graefix.de Wed Mar 29 18:43:01 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Wed, 29 Mar 2006 18:43:01 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Hi Kasper, >> But now I have a question. What is the suggested way to localize a page >> if the desired foreign language needs for some reason a completely >> different page-structure? Should in this case a pageTS with >> 0 be provided? > > > Yes, plus " = 1" if you use "Bound" paradigm (which I > suppose you are referring to here). Yes, I refered to "bound" (K) paradigm. So when I in general use bound paradigm, but have a page that needs a completely different content structure I should provide a selectable DS with "free" paradigm for this special cases. OK - I'm fine with that :) Just wanted to be shure. (sorry for mixing up DS and TS all the time) >> Or should a dummy-page be >> used? But a dummy-page will also appear in the menu of the default >> language - if it is not excluded via conditions and TS - which is not >> acceptable. > Dummy-page is too much for that I suppose. But could be a solution. In > such a case you can use the checkbox for the page saying "Hide default > translation" to make it appear only for that specific language. Aaaah, now it works (RC2). I tryed that before, but somehow the page was still available in the menu (RC1 or a CVS snapshot). Probably the cache tried to confuse me :) -- Kind regards, Franz Koch From typo3 at fx-graefix.de Wed Mar 29 19:16:10 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Wed, 29 Mar 2006 19:16:10 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: Kasper Sk?rh?j schrieb: > BTW, the final revision of the localization guide is online but needs > to appear in TER first it seems. It has been uploaded now at least. Thanks for your work. PS: You could have added the new logo ;) -- Kind regards, Franz Koch From typo3 at fx-graefix.de Wed Mar 29 20:16:49 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Wed, 29 Mar 2006 20:16:49 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: >> What I'm missing from a editors point of view: >> - it should be possible to create a localization for >> shortcut-pages as they need translated titles for menus etc. >> Currently this feature is disabled in TV pagemodule and can only be >> done in list view as it seems. > > > Please add as feature request on bugtracker (for TV) A similar bug with shorcut pages has been added today (or so). I just added a comment with this related issue. >> - a 'show content in this language only' mode would be nice >> for 'master-editors' and admins. Not translated CEs from >> default-language could be displayed in a condensed mode - maybe also >> optional applied with a checkbox > > > Done. Uuuuh, very nice - thanks. I just found myself switching the languages all the time and had a big grin on my face :) >> - it'll be nice if the "hide" field would be selectable when editing >> the page-propierties on clicking the language-flages in TV. >> Or isn't this allready configurable somewhere? I can't remember. >> > > Done Doesn't work for me as there where no changes in the source in that case (just checked it). I'm not talking of the visible fields when creating an new alternative_page_language, but when editing the alternative_page_language [1] from within the page-module (clicking on the flag): [1] http://www.elements-net.de/bilder/temp/tv_syslang_edit.gif [2] http://www.elements-net.de/bilder/temp/tv_syslang_edit_view.gif See also my post in Roberts thread 'TemplaVoila 1.0 - feature freeze' from 03-28-2006. >> - the selector-box "show page language version" is missleading as it >> is creating a new data-structure. Maybe a lable like >> "create independet page localization" or something like that would be >> more clearly. >> > > Stays for now, has different meanings depending on paradigm. Now that the second dropdown box ('show language only...') is implemented I think this is ok. > What you can do is to add a status note on the bugtracker so it stays > there as a feature request for the future. Ideally you create a new > entry and shut down the old. > > It could sound like: " > Implementing "reverse" language overlay inside > t3lib_page::getRecordOverlay() so that localized records passed > directly to the function will look for their default language original > and overlay themselves on top of that if found. > " OK, I'll do in time, but now that I'm more and more using the "bound" paradigm it looks really got to me. >> - in the current version I'm missing the checkbox to enable/disable the >> localization view in the default language. Currently it is >> permanently >> enabled >> > > Yes, we decided that you never needed not to have it. When a > "Alternative Page Language" record exists you will see localization > related options. Why shut it down ever? Well, it's a nice feature for a master editor to get a "clean" default language view as it is really a mess on content rich pages in "bound" paradigm. Optionally you could simply apply the second dropdown ('Display mode:' -> 'Selected language') to also limit for the default language - so it would be the same 'workflow'. Maybe a third option 'Only NOT localized elements' (see this as a 'todo' filter) would make sense? -- Kind regards, Franz Koch From broekth at web.de Wed Mar 29 23:31:03 2006 From: broekth at web.de (Tomas Broeker) Date: Wed, 29 Mar 2006 23:31:03 +0200 Subject: [TYPO3-templavoila] feature idea: TSOPcount for repetitive sections Message-ID: Hi, I hust had an idea I find quite useful for implementing repetitive objects: I assume when I have one element inside of a section and this element is a TSOP then the path is in every repetition the same, isn't it? But usually you want to show different objects in the different objects. For example: you want to implement news into the section: 1st you have a picture, then an introduction to the theme (e.g. a news category) and afterwards you want to display the news articles of that category. If the TS object path would work like a counter you could say: - 1st repitition of TSOP: category id=10 - 2nd repitition of TSOP: category id=10+1 ... Just an idea ... what do you think about it? Regards Thomas From kasper2006 at typo3.com Wed Mar 29 23:59:05 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Wed, 29 Mar 2006 23:59:05 +0200 Subject: [TYPO3-templavoila] Localization Guide In-Reply-To: References: Message-ID: >> >> Yes, plus " = 1" if you use "Bound" paradigm (which I >> suppose you are referring to here). > > Yes, I refered to "bound" (K) paradigm. So when I in general use bound > paradigm, but have a page that needs a completely different content > structure I should provide a selectable DS with "free" paradigm for > this > special cases. OK - I'm fine with that :) Just wanted to be shure. > (sorry for mixing up DS and TS all the time) ... but I wouldn't call it the "Free" paradigm then - it would be the "Bound" paradigm, but using "Inheritance". If your need really is to create a separate structure for another language you will not have to "localize" records anymore, rather create completely unrelated records for that language. - kasper From johnny at slipcasemedia.com Thu Mar 30 02:35:26 2006 From: johnny at slipcasemedia.com (Johnny Peck) Date: Wed, 29 Mar 2006 19:35:26 -0500 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: Franz Koch wrote: >> Would be nice if someone registered the domain "WouldBeNice.org" >> (which is >> available) and creates a CNAME to bugs.typo3 .org ... > > incoming ;) > That was so great Franz, great domain name as well! Johnny From robert at typo3.org Thu Mar 30 08:40:44 2006 From: robert at typo3.org (Robert Lemke) Date: Thu, 30 Mar 2006 08:40:44 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE References: Message-ID: Franz Koch wrote: >> Would be nice if someone registered the domain "WouldBeNice.org" (which >> is available) and creates a CNAME to bugs.typo3 .org ... > > incoming ;) That's cool, Franz! To be safe, can you also redirect www.wouldbenice.org to bugs.typo3.org? I'll use it from now on in situations I have to say "yeah, would be nice - just go to wouldbenice.org and post it." robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fx-graefix.de Thu Mar 30 09:45:42 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Thu, 30 Mar 2006 09:45:42 +0200 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: > That's cool, Franz! To be safe, can you also redirect www.wouldbenice.org to > bugs.typo3.org? Shure, just forgot that yesterday. Btw, do you know how I can set the CNAME for the domain in the backend of the domain reseller 'schlundtechnologies'? I somehow only can set it for subdomains :( Currently I use a redirect from within Confixx that is running on my server :/ > I'll use it from now on in situations I have to say "yeah, would be nice - > just go to wouldbenice.org and post it." :) -- Kind regards, Franz Koch From typo3 at fm-world.ru Thu Mar 30 11:26:08 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 30 Mar 2006 12:26:08 +0300 Subject: [TYPO3-templavoila] not mapped field appears in the BE In-Reply-To: References: Message-ID: Hi! Robert Lemke wrote: > Would be nice if someone registered the domain "WouldBeNice.org" (which is > available) and creates a CNAME to bugs.typo3 .org ... It did not mean that I want you to implement it, it was rather a question if others think the same and it should be implemented at some point ;) Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From typo3 at fm-world.ru Thu Mar 30 11:27:16 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 30 Mar 2006 12:27:16 +0300 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi! Erik Svendsen wrote: > Same as I has made a post about (Norwegian characters). > news://news.netfielders.de/mailman.1.1143555528.13535.typo3-project-templavoila at lists.netfielders.de For statistics: this does not happen with Latvian characters (like ???????????). Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From erik at linnearad.no Thu Mar 30 12:34:29 2006 From: erik at linnearad.no (Erik Svendsen) Date: Thu, 30 Mar 2006 10:34:29 +0000 (UTC) Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hello Dmitry, > For statistics: this does not happen with Latvian characters (like > ???????????). Then it's probably something regarding to PHP versions. I'm using 5.0.4. It's a minor problem, but it would be nice to find what causes it. WBR, Erik Svendsen www.linnearad.no From typo3 at fm-world.ru Thu Mar 30 13:47:42 2006 From: typo3 at fm-world.ru (Dmitry Dulepov) Date: Thu, 30 Mar 2006 14:47:42 +0300 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi! Erik Svendsen wrote: >> For statistics: this does not happen with Latvian characters (like >> ???????????). > > Then it's probably something regarding to PHP versions. I'm using 5.0.4. Hm-m-m-m... Seems so. I use php4 everywhere. > It's a minor problem, but it would be nice to find what causes it. What about these characters in extensions that use flexforms? If they also display garbage, it is not TV but typo3 problem. Dmitry. -- "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From kasper2006 at typo3.com Thu Mar 30 14:05:09 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Thu, 30 Mar 2006 14:05:09 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: I just did some changes to the core (will soon be in CVS) maybe that fixes it... - kasper On Mar 30, 2006, at 13:47 , Dmitry Dulepov wrote: > Hi! > > Erik Svendsen wrote: >>> For statistics: this does not happen with Latvian characters (like >>> ???????????). >> >> Then it's probably something regarding to PHP versions. I'm using >> 5.0.4. > > Hm-m-m-m... Seems so. I use php4 everywhere. > >> It's a minor problem, but it would be nice to find what causes it. > > What about these characters in extensions that use flexforms? If they > also display garbage, it is not TV but typo3 problem. > > Dmitry. > -- > "It is our choices, that show what we truly are, > far more than our abilities." (A.P.W.B.D.) > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From bart at sonik.pl Thu Mar 30 18:19:47 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Thu, 30 Mar 2006 18:19:47 +0200 Subject: [TYPO3-templavoila] record order once agaiin Message-ID: I've installed fresh copy of rc2 with tv 0.6.1 Still have problems with records order in List /Page view and Page tv module From robert at typo3.org Thu Mar 30 18:22:56 2006 From: robert at typo3.org (Robert Lemke) Date: Thu, 30 Mar 2006 18:22:56 +0200 Subject: [TYPO3-templavoila] record order once agaiin References: Message-ID: Bartosz, Bartosz Aninowski wrote: > I've installed fresh copy of rc2 with tv 0.6.1 > Still have problems with records order in List /Page view and Page tv > module you have to admit that this is not really what you call a detailled bug report, is it? Please take your time writing down what the problem is and then I will take my time looking for a solution. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From bart at sonik.pl Thu Mar 30 18:49:04 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Thu, 30 Mar 2006 18:49:04 +0200 Subject: [TYPO3-templavoila] record order once agaiin References: Message-ID: > you have to admit that this is not really what you call a detailled bug > report, is it? > > Please take your time writing down what the problem is and then I will > take > my time looking for a solution. > Hi Robert Yes I admit but can you look into my post "ordering of records" dated 20.06. I described this problem very carefuly. From broekth at web.de Thu Mar 30 22:51:46 2006 From: broekth at web.de (Tomas Broeker) Date: Thu, 30 Mar 2006 22:51:46 +0200 Subject: [TYPO3-templavoila] Bug? CE inside Flexform view: impossible to enter page-content Message-ID: Hi, after a lot of success using Templavoila I now noticed a problem though I don't know if it is a bug. When I use the flexform for entering content and I have got a ce-field I can't use the icon right of it to select a content element. The problem is that the requester that opens in a separate window doesn't allow to enter content (e.g. another FCE) but only shows the page tree. When I copy a FCE from another page it works: right of the list the icon to copy the element shows up. I noticed it because I have a FCE with nested repetitive data. I.e. one section and another section inside of it. Using this the ce-element doesn't show up in the overview of the page. So I tried to put in the necessary FCE in the edit view. And there I encountered the problem mentioned above. Regards Thomas From jwagner at digilog.de Fri Mar 31 08:25:38 2006 From: jwagner at digilog.de (Joerg Wagner) Date: Fri, 31 Mar 2006 08:25:38 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Hi all, strange problem on my production server: I retrieved the TER extension list on a fresh and clean RC2 just moments ago, but it shows me only TV 0.4.0 ! My local system (RC1) shows TV 0.7.0 as expected. Any ideas?!? THX! -- J?rg Wagner DigiLog multimedia "Robert Lemke" schrieb im Newsbeitrag news:mailman.1.1143539092.20659.typo3-project-templavoila at lists.netfielders.de... > Hi folks, > > Robert Lemke wrote: > >> Those who have write access to CVS, please don't add new features from >> now, only bug fixes. If the current CVS version passes a quick check by >> Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later >> this >> day which we should see as a 1.0.0rc1. > > I just uploaded 0.7.0 to TER. Please test as much as you can - especially > the workspaces integration! > > Have fun! > robert > > -- > Robert Lemke > TYPO3 Association - Research & Development > Member of the board > http://association.typo3.org > From jwagner at digilog.de Fri Mar 31 08:43:36 2006 From: jwagner at digilog.de (Joerg Wagner) Date: Fri, 31 Mar 2006 08:43:36 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Onother Typo3 4.0RC1 located also on the production server shows me TV 0.7.0 as expected. How can that be?!? I would like to trigger the TER list update again on the affected RC1, but it tells me that its list is up to date. Is there a way I can force it to update? -- J?rg Wagner DigiLog multimedia "Joerg Wagner" schrieb im Newsbeitrag news:mailman.1.1143786281.15568.typo3-project-templavoila at lists.netfielders.de... > Hi all, > > strange problem on my production server: > I retrieved the TER extension list on a fresh and clean RC2 just moments > ago, but it shows me only TV 0.4.0 ! > My local system (RC1) shows TV 0.7.0 as expected. > > Any ideas?!? > THX! > -- > J?rg Wagner > DigiLog multimedia > > > > "Robert Lemke" schrieb im Newsbeitrag > news:mailman.1.1143539092.20659.typo3-project-templavoila at lists.netfielders.de... >> Hi folks, >> >> Robert Lemke wrote: >> >>> Those who have write access to CVS, please don't add new features from >>> now, only bug fixes. If the current CVS version passes a quick check by >>> Bernhard, Dmitry and Kasper, I'll upload a version 0.7.0 to TER later >>> this >>> day which we should see as a 1.0.0rc1. >> >> I just uploaded 0.7.0 to TER. Please test as much as you can - especially >> the workspaces integration! >> >> Have fun! >> robert >> >> -- >> Robert Lemke >> TYPO3 Association - Research & Development >> Member of the board >> http://association.typo3.org >> > > From robert at typo3.org Fri Mar 31 08:56:42 2006 From: robert at typo3.org (Robert Lemke) Date: Fri, 31 Mar 2006 08:56:42 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Joerg Wagner wrote: > Onother Typo3 4.0RC1 located also on the production server shows me TV > 0.7.0 as expected. > How can that be?!? > I would like to trigger the TER list update again on the affected RC1, but > it tells me that its list is up to date. > Is there a way I can force it to update? yes just delete the file typo3temp/extension.xml.gz and update again. Cheers, robert -- Robert Lemke TYPO3 Association - Research & Development Member of the board http://association.typo3.org From typo3 at fx-graefix.de Fri Mar 31 09:04:22 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Fri, 31 Mar 2006 09:04:22 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze In-Reply-To: References: Message-ID: Hi J?rg, > Onother Typo3 4.0RC1 located also on the production server shows me TV 0.7.0 > as expected. > How can that be?!? > I would like to trigger the TER list update again on the affected RC1, but > it tells me that its list is up to date. > Is there a way I can force it to update? have you tried to set the flag 'enable unsupported extensions' inside the ExtensionManager settings? That should work for your RC2. On your RC1 you can delete the the files 'extensions.*' inside the 'typo3temp' folder. Then EM fetches a new update. -- Kind regards, Franz Koch From kasper2006 at typo3.com Fri Mar 31 09:27:52 2006 From: kasper2006 at typo3.com (=?ISO-8859-1?Q?Kasper_Sk=E5rh=F8j?=) Date: Fri, 31 Mar 2006 09:27:52 +0200 Subject: [TYPO3-templavoila] Bug? CE inside Flexform view: impossible to enter page-content In-Reply-To: References: Message-ID: Hi Thomas, It is a little hard to follow without screenshots. But it sounds like the Element Browser is the problem and that is not related to TemplaVoila. What you mean with "overview of the page" is unclear to me. - kasper On Mar 30, 2006, at 22:51 , Tomas Broeker wrote: > Hi, > > after a lot of success using Templavoila I now noticed a problem > though > I don't know if it is a bug. > > When I use the flexform for entering content and I have got a ce- > field I > can't use the icon right of it to select a content element. The > problem > is that the requester that opens in a separate window doesn't allow to > enter content (e.g. another FCE) but only shows the page tree. > > When I copy a FCE from another page it works: right of the list the > icon > to copy the element shows up. > > > I noticed it because I have a FCE with nested repetitive data. I.e. > one > section and another section inside of it. Using this the ce-element > doesn't show up in the overview of the page. So I tried to put in the > necessary FCE in the edit view. > And there I encountered the problem mentioned above. > > Regards > Thomas > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- > templavoila - kasper "A contribution a day keeps the fork away" ------------------------------- kasper2006 at typo3.com | +45 20 999 115 | skype: kasperskaarhoej | gizmo: kasper_typo3 From jwagner at digilog.de Fri Mar 31 09:31:09 2006 From: jwagner at digilog.de (Joerg Wagner) Date: Fri, 31 Mar 2006 09:31:09 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: I was about to file a RC2/TER2 bug report - but the solution is so simple. After looking into the extension.xml file you described, I found that all TVs above 0.4.0 are still on 0. Just checking "Enable unsupported extensions:" in ext. manager of my virgin RC2 solved the problem... Sometimes you won't see the wood for the trees. :( -- J?rg Wagner DigiLog multimedia "Robert Lemke" schrieb im Newsbeitrag news:mailman.1.1143788201.25751.typo3-project-templavoila at lists.netfielders.de... > Joerg Wagner wrote: > >> Onother Typo3 4.0RC1 located also on the production server shows me TV >> 0.7.0 as expected. >> How can that be?!? >> I would like to trigger the TER list update again on the affected RC1, >> but >> it tells me that its list is up to date. >> Is there a way I can force it to update? > > yes just delete the file typo3temp/extension.xml.gz and update again. > > Cheers, > robert > -- > Robert Lemke > TYPO3 Association - Research & Development > Member of the board > http://association.typo3.org > From jwagner at digilog.de Fri Mar 31 09:32:16 2006 From: jwagner at digilog.de (Joerg Wagner) Date: Fri, 31 Mar 2006 09:32:16 +0200 Subject: [TYPO3-templavoila] TemplaVoila 1.0 - feature freeze References: Message-ID: Thanks Franz, that was exactly the reason for my problem! -- J?rg Wagner DigiLog multimedia "Franz Koch" schrieb im Newsbeitrag news:mailman.1.1143788643.2575.typo3-project-templavoila at lists.netfielders.de... > Hi J?rg, > >> Onother Typo3 4.0RC1 located also on the production server shows me TV >> 0.7.0 as expected. >> How can that be?!? >> I would like to trigger the TER list update again on the affected RC1, >> but it tells me that its list is up to date. >> Is there a way I can force it to update? > > have you tried to set the flag 'enable unsupported extensions' inside the > ExtensionManager settings? That should work for your RC2. > > On your RC1 you can delete the the files 'extensions.*' inside the > 'typo3temp' folder. Then EM fetches a new update. > > -- > Kind regards, > Franz Koch From broekth at web.de Fri Mar 31 15:46:17 2006 From: broekth at web.de (Tomas Broeker) Date: Fri, 31 Mar 2006 15:46:17 +0200 Subject: [TYPO3-templavoila] Bug? CE inside Flexform view: impossible to enter page-content In-Reply-To: References: Message-ID: Hi Kasper, yes, I see. It is a little bit difficult to explain it not knowing the right terms for the different views (pages? layouts?). So let me try to explain it once again (this time with screenshots). Pic view1: Thats the usual view you have when you use a FCE with some ce-fields. Pic view2: Here should be such a ce-field as well. It is a ce-field in a section and in another section. Like:
    Here the field for creating content elements inside the ce-field doesn't appear. Pic view3: So I thought I could enter it in this view. But ... it is not possible. Because clicking the little folder icon on the right side only opens the page tree for selecting a page. But it isn't possible to enter/create a content element here. I hope now you can understand what I mean!? Regards Thomas PS: Another point to that ce-in-section-in-section: I checked the xml code and it seems to be okay. If you need the code I can post it as well. Kasper Sk?rh?j schrieb: > Hi Thomas, > > It is a little hard to follow without screenshots. But it sounds like > the Element Browser is the problem and that is not related to TemplaVoila. > > What you mean with "overview of the page" is unclear to me. > > - kasper From Christian.Vetter at dragoner-design.de Fri Mar 31 17:34:35 2006 From: Christian.Vetter at dragoner-design.de (Christian Vetter) Date: Fri, 31 Mar 2006 17:34:35 +0200 Subject: [TYPO3-templavoila] problems with nesting and erasing of DS-fields Message-ID: Hi folks, On Tuesday I installed Typo3 4.0rc2 with TV 0.5.0 for a new project. There I want a portion, the header, of the page to be shown if, and only if, there's content in it. I also want to nest that: a portion of that header, a text container, is also to be shown if, and only if, it has content while the rest is mandatory when the header is shown. I have achieved that so far that on a new page that header is not shown. If I edit the page properties, however, the header and the text container are shown - no matter if I have or have not edited it. The only way I found to get rid of the header again - apart from manually editing the database entries - is to check the checkbox next to the little trash can icon. Unfortunately when I do so everything on the same level is deleted - including, in the case of the whole header, the references to my main content. A workaround would be to nest the whole thing even more - but checking those trash can boxes everytime is not really comfortable, is it ? Is that a bug or have I done something wrong ? Best regards, Christian From Christian.Vetter at dragoner-design.de Fri Mar 31 17:35:12 2006 From: Christian.Vetter at dragoner-design.de (Christian Vetter) Date: Fri, 31 Mar 2006 17:35:12 +0200 Subject: [TYPO3-templavoila] Selectively show/hide localization fields Message-ID: Hi folks, Is it possible to selectively show/hide localization field variants ? I'd like to have localization fields for text but not for images. I use Typo 4.0b3-4.0rc2, TV 0.5.0. Best regards, Christian From Christian.Vetter at dragoner-design.de Fri Mar 31 17:35:18 2006 From: Christian.Vetter at dragoner-design.de (Christian Vetter) Date: Fri, 31 Mar 2006 17:35:18 +0200 Subject: [TYPO3-templavoila] Page Properties in TV page view Message-ID: Hi folks, I use Typo3 4.0b3-4.0rc2(different projects), TV 0.5.0. Is it possible to have the TV page view display all fields instead of only those 'content'-fields corresponding to the columns of pre-TV versions of Typo3 ? I wouldn't mind uprading all my projects if that would help. Best regards, Christian From bleicker at boros.de Fri Mar 31 18:12:27 2006 From: bleicker at boros.de (Carsten Bleicker) Date: Fri, 31 Mar 2006 18:12:27 +0200 Subject: [TYPO3-templavoila] CE wich existst only in a localized version Message-ID: Hi there, just take a look at this screenshot ... http://grieder.boros-interaktiv.de/tv.gif you can see, there is a CE wich only exists in english. but why its shown in the default language? its a bug? thx a lot carsten -- ------ Rechtschreibfehler sind beabsichtigt und geistiges Eigentum des Verfassers. From jwagner at digilog.de Fri Mar 31 19:28:59 2006 From: jwagner at digilog.de (Joerg Wagner) Date: Fri, 31 Mar 2006 19:28:59 +0200 Subject: [TYPO3-templavoila] How to delete "Non-used Elements" in TV 0.7.0 Message-ID: Hi all, since I installed TV 0.7.0 the Page module's "Non-used elements" list does not show trashbin icons any more (it still did in 0.6.0). Anybody any idea where they have gone and how I can delete unreferenced items now? THX. And enjoy your weekend, will you!?! ;) -- J?rg Wagner DigiLog multimedia From jstreit at ditnetwork.de Fri Mar 31 19:57:03 2006 From: jstreit at ditnetwork.de (Joachim Streit) Date: Fri, 31 Mar 2006 19:57:03 +0200 Subject: [TYPO3-templavoila] cleanflexformxml Error Message-ID: Hi list, typo3 4.0 rc2 TV 0.7.0 TVPageModule ->Advanced Options -> klick "show outline" give to me this error: Fatal error: Call to undefined function: cleanflexformxml() in /home/httpd/vhosts/typo3delta.internetservice-dudenhofen.de/httpdocs/typo/typo3conf/ext/templavoila/mod1/index.php on line 1084 no Content is showing nothingt do be done here. I just commenting out this line to get back to normal state. then I see a list with my contentelements and the button "clean XML of all dirty elements above!" again: "Fatal error: Call to undefined function: cleanflexformxml() in ..." waht could be done? by the way Thanks for this great solution TV! Joachim From bart at sonik.pl Fri Mar 31 20:19:58 2006 From: bart at sonik.pl (Bartosz Aninowski) Date: Fri, 31 Mar 2006 20:19:58 +0200 Subject: [TYPO3-templavoila] rc2 and print page References: Message-ID: > Bartosz Aninowski wrote: >> I have problem with Printer friendly redner type and rc2 >> Can you confirm this strange behaviour. >> If I click "print page" default page is shown instead "Printer friendly" >> No problem after downgrading to rc1 > > I will take a look but only on weekends (if noone looks earlier). > > Dmitry. one more test if I clear cache and click Print view everything work corectly then I go to next page click Print view and default output is shown and again clear cache .... :) From kekiel at kekiel.de Fri Mar 31 20:46:08 2006 From: kekiel at kekiel.de (Karl-Ernst Kiel) Date: Fri, 31 Mar 2006 20:46:08 +0200 Subject: [TYPO3-templavoila] Using DAM in TemplaVoila FCE DS? Message-ID: Hi! I?m trying to create an FCE with images that should be choosen from my DAM assets, keeping the "File reference" in the "Usage" section of the Media-List up to date. The extension dam_content does the job for "traditional" Image-elements - but what about FCE?s? Any ideas? (Probably some kind of code in the FCE DataStructure, but I can?t find any hint...?!) (I alredy tried this in the DAM-Newsgroup, but no one answered :-( So I?m trying again here in Templavoila?s.) Thanks in advance! Karl-E. From typo3 at fx-graefix.de Fri Mar 31 22:14:54 2006 From: typo3 at fx-graefix.de (Franz Koch) Date: Fri, 31 Mar 2006 22:14:54 +0200 Subject: [TYPO3-templavoila] Tab 'page related information' - does it work with TV 0.7.0? Message-ID: Hi, I was wondering if the TV page-module tab 'page related information' is working again in 0.7.0 and if how. I couldn't get it working on my dev-system (RC2, 0.7.0 from TER) - same with background-colour of the bar etc. Is it inteded to work for 1.0? It's not really necessary for the workflow, but a nice feature. More important would be that shortcuts can be translated from within page module and that content can be placed in shortcut-pages for inheritance/content-slide (allready in bugtracker). -- Kind regards, Franz Koch