From mail at sandervangelderen.nl Mon Jun 1 20:31:14 2009 From: mail at sandervangelderen.nl (Sander van Gelderen) Date: Mon, 01 Jun 2009 20:31:14 +0200 Subject: [TYPO3-templavoila] container counter In-Reply-To: References: Message-ID: Thank you Tolleiv! Sander Tolleiv Nietsch schreef: > Sander van Gelderen schrieb: >> Hello List, >> >> I have a repetetive content element with a section, container, and two >> images. >> >> How can I insert a counter-value to the wrap? Similar to >> cObj:parentRecordNumber, so each image will have the next value in a >> sequence? >> >> For example: >> >> 10 = IMAGE >> 10... >> .. >> 10.wrap =
|
>> >> >> TIA >> >> Sander van Gelderen > > > Hi, > afaik there's no build-in counter available, but you can easily use the > TypoScript LOAD_REGISTER function: > > 10 = LOAD_REGISTER > 10.counter.data = register:counter > 10.counter.stdWrap.wrap = |+1 > 10.counter.prioriCalc=intVal > > afterwards you can use like this: > 20 = TEXT > 20.value = my Textvalue > 20.dataWrap =
|
> > If you have multiple elements with these counters on a page you should > also initialize the register properly.... > > Regards, > Tolleiv From chris at dreamride.de Thu Jun 4 11:30:30 2009 From: chris at dreamride.de (Chris) Date: Thu, 04 Jun 2009 11:30:30 +0200 Subject: [TYPO3-templavoila] Mapping with Link Message-ID: Dear list, is there an possibility to map a template with the following html structure? The goal is to have a link field in the flexform. Currently im entering the link data fore the more link with the RET, but i think thats not the perfect way to handle this issue.

Lorem ipsum

Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam. More


Many thanks in advantage, Chris Bernhard From info at sk-typo3.de Thu Jun 4 11:38:25 2009 From: info at sk-typo3.de (Steffen Kamper) Date: Thu, 04 Jun 2009 11:38:25 +0200 Subject: [TYPO3-templavoila] Mapping with Link In-Reply-To: References: Message-ID: Hi, sure - map it as attribute vg Steffen From chris at dreamride.de Thu Jun 4 12:14:05 2009 From: chris at dreamride.de (Chris) Date: Thu, 04 Jun 2009 12:14:05 +0200 Subject: [TYPO3-templavoila] Mapping with Link In-Reply-To: References: Message-ID: Thanks for your hint, but i tried this several times and i always get this error: p[1] strong[1] a[1]/ATTR:href Any more ideas? Best regards, Chris Steffen Kamper schrieb: > Hi, > > sure - map it as attribute > > vg Steffen From rfoucard at w-seils.com Fri Jun 5 09:07:47 2009 From: rfoucard at w-seils.com (Rachel Foucard) Date: Fri, 5 Jun 2009 09:07:47 +0200 Subject: [TYPO3-templavoila] Mapping with Link References: Message-ID: Yes, you just can't mapp a zone (the a tag) inside an already mapped zone (the p tag). It's logical. You should change the source html code like this :

Lorem ipsum

Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam. More


and mapp the span tag in an "outer" mode (the span will disapear with the new text), and mapp the href as an attribut. Rachel Foucard. http://www.w-seils.com http://www.q-seils.com "Chris" a ?crit dans le message de news: mailman.1.1244110445.28739.typo3-project-templavoila at lists.netfielders.de... > Thanks for your hint, but i tried > this several times and i always get this error: > > p[1] strong[1] a[1]/ATTR:href > > Any more ideas? > > Best regards, > > Chris > > Steffen Kamper schrieb: >> Hi, >> >> sure - map it as attribute >> >> vg Steffen From ronslists at busynoggin.com Fri Jun 5 12:14:08 2009 From: ronslists at busynoggin.com (Ron Hall) Date: Fri, 5 Jun 2009 05:14:08 -0500 Subject: [TYPO3-templavoila] Mapping with Link In-Reply-To: References: Message-ID: Another way is to only map the "p" tag and then construct the a tag with TS of that field. Of course, the DS field supplying the link itself will not need to be mapped. Ron Hall On Jun 5, 2009, at 2:07 AM, Rachel Foucard wrote: > Yes, you just can't mapp a zone (the a tag) inside an already mapped > zone > (the p tag). It's logical. > You should change the source html code like this : > >
>

Lorem ipsum

>

> > Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, sed diam > nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam. > > More >

>
>
> > and mapp the span tag in an "outer" mode (the span will disapear > with the > new text), and mapp the href as an attribut. > > Rachel Foucard. > http://www.w-seils.com > http://www.q-seils.com > > > "Chris" a ?crit dans le message de news: > mailman.1.1244110445.28739.typo3-project-templavoila at lists.netfielders.de > ... >> Thanks for your hint, but i tried >> this several times and i always get this error: >> >> p[1] strong[1] a[1]/ATTR:href >> >> Any more ideas? >> >> Best regards, >> >> Chris >> >> Steffen Kamper schrieb: >>> Hi, >>> >>> sure - map it as attribute >>> >>> vg Steffen > > > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila From fsuter at cobweb.ch Fri Jun 5 13:06:47 2009 From: fsuter at cobweb.ch (Francois Suter) Date: Fri, 05 Jun 2009 13:06:47 +0200 Subject: [TYPO3-templavoila] Mapping with Link In-Reply-To: References: Message-ID: Hi, > Another way is to only map the "p" tag and then construct the a tag with > TS of that field. Of course, the DS field supplying the link itself will > not need to be mapped. And it doesn't need to. The value for the link can be gotten from the corresponding (unmapped) TV field by using the available registers. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From chris at dreamride.de Sat Jun 6 19:06:17 2009 From: chris at dreamride.de (lists.netfielders.de. ) Date: Sat, 06 Jun 2009 19:06:17 +0200 Subject: [TYPO3-templavoila] Mapping with Link In-Reply-To: References: Message-ID: Francois Suter schrieb: > Hi, > >> Another way is to only map the "p" tag and then construct the a tag >> with TS of that field. Of course, the DS field supplying the link >> itself will not need to be mapped. > > And it doesn't need to. The value for the link can be gotten from the > corresponding (unmapped) TV field by using the available registers. > > Cheers > Hi at all, thanks a lot for all your replies! Rachels suggestion does fit my needs and solved the problem not to handle "more" links with the RTE. It's much better for the editors usability. Thanks a lot again and have a nice weekend. Best regards, Chris Bernhard From matthibcn at gmail.com Mon Jun 8 12:38:32 2009 From: matthibcn at gmail.com (matthibcn) Date: Mon, 08 Jun 2009 12:38:32 +0200 Subject: [TYPO3-templavoila] FCEs with plugins Message-ID: Hello, I haven?t found much about this and what I have found wasn?t working correctly, but I know at least some ppl are looking also for this: This one looks very promising as you get the Flexform of the plugin in the FCE but does not work at all that way: http://lists.netfielders.de/pipermail/typo3-project-templavoila/2009-April/004084.html The other one, works at least that way, that you really get the plugin in yur FE but it does not find the images at all no matter how i try to put the path, the original plugin put in directly on the same page above does find the images and displays them corrctly.. Anyway, I want to know about the general concept: I would need some kind of contentelement that includes the functionality of googlemap, mailform, sildeshow and some inputfields plus text So, for the functionality there are already some good plugins out there to choose from, so it would be stupid/pointless to create a totaly new one just to duplicate the functionality of already existing ones So the question is, is there a more elegant way than just to create a "dummypage" and ask the editor to make a copy of that one to have everything in place ?? This would be more than helpfull to have, otherwise rather than having tenthousand of plugins today we will have hundrethousends tomorrow just cause of the need to combine existing functionality in a "new" way Regards matthi From matthibcn at gmail.com Mon Jun 8 12:40:08 2009 From: matthibcn at gmail.com (matthibcn) Date: Mon, 08 Jun 2009 12:40:08 +0200 Subject: [TYPO3-templavoila] FCEs with plugins In-Reply-To: References: Message-ID: I forgot to include that link for the 2nd example I was talking about: http://lists.netfielders.de/pipermail/typo3-project-templavoila/2007-December/002738.html > Hello, > > I haven?t found much about this and what I have found wasn?t working > correctly, but I know at least some ppl are looking also for this: > > This one looks very promising as you get the Flexform of the plugin in > the FCE but does not work at all that way: > > http://lists.netfielders.de/pipermail/typo3-project-templavoila/2009-April/004084.html > > The other one, works at least that way, that you really get the plugin > in yur FE but it does not find the images at all no matter how i try to > put the path, the original plugin put in directly on the same page above > does find the images and displays them corrctly.. > > Anyway, I want to know about the general concept: > > I would need some kind of contentelement that includes the functionality > of googlemap, mailform, sildeshow and some inputfields plus text > > So, for the functionality there are already some good plugins out there > to choose from, so it would be stupid/pointless to create a totaly new > one just to duplicate the functionality of already existing ones > > So the question is, is there a more elegant way than just to create a > "dummypage" and ask the editor to make a copy of that one to have > everything in place ?? > > This would be more than helpfull to have, otherwise rather than having > tenthousand of plugins today we will have hundrethousends tomorrow just > cause of the need to combine existing functionality in a "new" way > > Regards > > matthi > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila From ypavard at infoglobe.ca Tue Jun 9 01:09:29 2009 From: ypavard at infoglobe.ca (Yannick Pavard) Date: Mon, 08 Jun 2009 19:09:29 -0400 Subject: [TYPO3-templavoila] Templavoila + Workspace Message-ID: Hi, Do you know problem with TemplaVoil? and Workspace ? I I only edit and save a record without change content, this is message in workspace overview module : Complete match on editable fields There is no change, but versionning is created in workspace ! Do you know solution for this problem ? Thanks From info at sk-typo3.de Tue Jun 9 10:57:59 2009 From: info at sk-typo3.de (Steffen Kamper) Date: Tue, 09 Jun 2009 10:57:59 +0200 Subject: [TYPO3-templavoila] Templavoila + Workspace In-Reply-To: References: Message-ID: Hi, Yannick Pavard schrieb: > Hi, > > Do you know problem with TemplaVoil? and Workspace ? I I only edit and > save a record without change content, this is message in workspace > overview module : Complete match on editable fields > this is a correct message > There is no change, but versionning is created in workspace ! > which problem? That is correct behaviour. vg Steffen From ypavard at infoglobe.ca Tue Jun 9 17:35:31 2009 From: ypavard at infoglobe.ca (Yannick Pavard) Date: Tue, 09 Jun 2009 11:35:31 -0400 Subject: [TYPO3-templavoila] Templavoila + Workspace In-Reply-To: References: Message-ID: Hi Steffen, The problem is the repetition of elements with no content changed. It's hard to find in the list of items to publish. Is it possible not to create a version each time? Thank you for support Steffen Kamper a ?crit : > Hi, > > Yannick Pavard schrieb: >> Hi, >> >> Do you know problem with TemplaVoil? and Workspace ? I I only edit and >> save a record without change content, this is message in workspace >> overview module : Complete match on editable fields >> > > this is a correct message > >> There is no change, but versionning is created in workspace ! >> > > which problem? That is correct behaviour. > > vg Steffen From gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com Thu Jun 11 15:11:15 2009 From: gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com (Patrick Gaumond) Date: Thu, 11 Jun 2009 09:11:15 -0400 Subject: [TYPO3-templavoila] TV Trunk and TER with 4.3 Alpha3 Message-ID: I'm getting this error: Fatal error: Class 'tx_templavoila_pi1' not found in C:\inetpub\wwwroot\t3lib\class.t3lib_div.php on line 4794 Line 4794 being: $instance = new $className; Windows Server 2003R2 PHP 5.2.9 TV Trunk (21231) or 1.3.7, same result TYPO3 4.3 Alpha 3 Any setting I should check? TV problem or 4.3 problem ? Thanks for any input. Patrick From gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com Thu Jun 11 19:05:56 2009 From: gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com (Patrick Gaumond) Date: Thu, 11 Jun 2009 13:05:56 -0400 Subject: [TYPO3-templavoila] TV Trunk and TER with 4.3 Alpha3 In-Reply-To: References: Message-ID: Patrick Gaumond wrote: > Windows Server 2003R2 > PHP 5.2.9 > TV Trunk (21231) or 1.3.7, same result > TYPO3 4.3 Alpha 3 > > Any setting I should check? > TV problem or 4.3 problem ? My friend IIS and its weird logic for rights was the culprit. So not a TV or 4.3 problem at all. Even not related to autoloader. :) Patrick From manfred.mirsch at netfielders.de Mon Jun 15 11:17:12 2009 From: manfred.mirsch at netfielders.de (Manfred Mirsch) Date: Mon, 15 Jun 2009 11:17:12 +0200 Subject: [TYPO3-templavoila] postUserFunc in Templavoila DS Message-ID: I have problems calling a function inside of an extension. The code that seemed to work in an older version of wtcsstooltip was: 10.stdWrap.postUserFunc = tx_wtcsstooltip_pi1->cssTooltip Now the file-structure of wtcsstooltip has changed, so the the function, I have to call is "replaceTooltips" in file "typo3conf/ext/wt_csstooltip/res/class.tx_wtcsstooltip_replace.php" What I tried is: 10.stdWrap.postUserFunc = tx_wtcsstooltip_replace->replaceTooltips But the function is never called. I am not sure about the syntax. Do I have to use also "includelibs"? Thanks, Manfred Mirsch From info at sk-typo3.de Mon Jun 15 11:19:27 2009 From: info at sk-typo3.de (Steffen Kamper) Date: Mon, 15 Jun 2009 11:19:27 +0200 Subject: [TYPO3-templavoila] postUserFunc in Templavoila DS In-Reply-To: References: Message-ID: Hi, Manfred Mirsch schrieb: > > I am not sure about the syntax. Do I have to use also "includelibs"? > yes. See in admin panel, you should see a warning. vg Steffen From hagelstein at shr.cc Mon Jun 15 11:54:52 2009 From: hagelstein at shr.cc (Nikolas Hagelstein) Date: Mon, 15 Jun 2009 11:54:52 +0200 Subject: [TYPO3-templavoila] postUserFunc in Templavoila DS References: Message-ID: >I am not sure about the syntax. Do I have to use also "includelibs"? Yes... Cheers, Nikolas From chris at dreamride.de Thu Jun 18 10:06:20 2009 From: chris at dreamride.de (Chris) Date: Thu, 18 Jun 2009 10:06:20 +0200 Subject: [TYPO3-templavoila] Templa Voila RTE - Set Link Message-ID: Dear List, everytime when i creating a link within a text-field with the RTE, i get links like this one: Why happens this strange behaviour and where can i set, not to use the first http://... ? Many thanks in advantage, Chris From soren.malling at gmail.com Thu Jun 18 10:20:34 2009 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Thu, 18 Jun 2009 10:20:34 +0200 Subject: [TYPO3-templavoila] Templa Voila RTE - Set Link In-Reply-To: References: Message-ID: You just upgraded Firefox, right? :-) http://bugs.typo3.org/view.php?id=11009 Regards, S?ren On Thu, Jun 18, 2009 at 10:06 AM, Chris wrote: > Dear List, > > everytime when i creating a link within a text-field > with the RTE, i get links like this one: > > > > Why happens this strange behaviour and where can i set, not to use > the first http://... ? > > Many thanks in advantage, > > Chris > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila > From chris at dreamride.de Thu Jun 18 11:03:54 2009 From: chris at dreamride.de (Chris) Date: Thu, 18 Jun 2009 11:03:54 +0200 Subject: [TYPO3-templavoila] Templa Voila RTE - Set Link In-Reply-To: References: Message-ID: Thanks a lot, 0011009_v2.patch works fine for me :-) Best regards, Chris S?ren Malling schrieb: > You just upgraded Firefox, right? :-) > > http://bugs.typo3.org/view.php?id=11009 > > Regards, > > S?ren > > On Thu, Jun 18, 2009 at 10:06 AM, Chris wrote: >> Dear List, >> >> everytime when i creating a link within a text-field >> with the RTE, i get links like this one: >> >> >> >> Why happens this strange behaviour and where can i set, not to use >> the first http://... ? >> >> Many thanks in advantage, >> >> Chris >> _______________________________________________ >> TYPO3-project-templavoila mailing list >> TYPO3-project-templavoila at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila >> From v-tyok at mail.ru Sat Jun 20 20:07:19 2009 From: v-tyok at mail.ru (Victor Livakovsky) Date: Sat, 20 Jun 2009 23:07:19 +0500 Subject: [TYPO3-templavoila] New page wizard appears twice Message-ID: Hi, list. I have two templates in my web and there is a problem with TemplaVoila's new page wizard: after choosing page location I have to select a template for a page. If I choose default template, page refreshes and then shows up again - I choose default template again and only after that appears form for filling page name. Same, if I choose template, that is default (in my case it is "Main Template"). But if I choose non-default template (in my case "Two Column Template") everythng works ok and I don't have to choose it second time. Some useful information: I have one DS and six TO: DS "Main template" --- TO "Main Template" ------ TO "Main Mobile Template" (for mobile content) ------ TO "Main English Template" (default language is German, so this TO is used for English version of web) ---TO "Two Column Template" ------ TO "Two Column Mobile Template" ------ TO "Two Column English Template" Root page has "Main Template" DS and TO for itself and for subpages. TYPO3 4.2.6 TemplaVoila! 1.3.7 Tested in FF 3.0.11, Google Chrome, Opera 9.6, IE6, IE7 - the same behaviour. But in IE8 it perfectly works. Please, tell me, if you need more information. Thank you in advance. From scecere at krur.com Sun Jun 21 18:08:28 2009 From: scecere at krur.com (stefano cecere) Date: Sun, 21 Jun 2009 18:08:28 +0200 Subject: [TYPO3-templavoila] different templates by page.typeNum Message-ID: with "standard" templating it was easy to assign different templates to the same page, depending on the typeNum of the page.. now i was wanderign how it could be done using templaviola... since the DS/TP are "hardcoded" to the page.. any idea? stefano From info at sk-typo3.de Sun Jun 21 23:42:40 2009 From: info at sk-typo3.de (Steffen Kamper) Date: Sun, 21 Jun 2009 23:42:40 +0200 Subject: [TYPO3-templavoila] different templates by page.typeNum In-Reply-To: References: Message-ID: Hi, stefano cecere schrieb: > with "standard" templating it was easy to assign different templates to > the same page, depending on the typeNum of the page.. > > now i was wanderign how it could be done using templaviola... since the > DS/TP are "hardcoded" to the page.. > > any idea? > yes, using childTemplate try this: in pageTS: TCEFORM.tx_templavoila_tmplobj.rendertype.addItems.popup = Popup in main TS [globalVar = TSFE:type = 66] page.10.childTemplate = popup [end] popup < page popup.typeNum = 66 popup.10.childTemplate = popup vg Steffen From ronslists at busynoggin.com Sun Jun 21 23:46:18 2009 From: ronslists at busynoggin.com (Ron Hall) Date: Sun, 21 Jun 2009 16:46:18 -0500 Subject: [TYPO3-templavoila] different templates by page.typeNum In-Reply-To: References: Message-ID: Hello Stefano, You can currently have one alternate version using "print=1" This in the the Futuristic Template Building tutorial. I also believe you can use the instructions in Dmitry's post about alternate mobile templates in TV. http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html Thanks, Ron Hall Busy Noggin, Inc, On Jun 21, 2009, at 11:08 AM, stefano cecere wrote: > with "standard" templating it was easy to assign different templates > to the same page, depending on the typeNum of the page.. > > now i was wanderign how it could be done using templaviola... since > the DS/TP are "hardcoded" to the page.. > > any idea? > > stefano > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila > From vsbies at wp.pl Mon Jun 22 18:39:19 2009 From: vsbies at wp.pl (Marcus 'biesior' Biesioroff) Date: Mon, 22 Jun 2009 18:39:19 +0200 Subject: [TYPO3-templavoila] howto: Localized CE's Message-ID: ellou' TV list! I probably missed something in my config, and I can't figure out what's that. I've got implementation of TV in 3 languages and all TS elements are localized (plugins, TS-included parts, etc.) but not CE's they still in default language... Where did I make a mistake? -- Marcus 'biesior' Biesioroff a.k.a. Marek Krawczyk (original) Polish TYPO3 Community Proud Member http://typo3.pl From firma at sfroemken.de Tue Jun 23 07:51:26 2009 From: firma at sfroemken.de (=?ISO-8859-2?Q?Stefan_Fr=F6mken?=) Date: Tue, 23 Jun 2009 07:51:26 +0200 Subject: [TYPO3-templavoila] howto: Localized CE's In-Reply-To: References: Message-ID: Marcus 'biesior' Biesioroff schrieb: > ellou' TV list! > > I probably missed something in my config, and I can't figure out what's > that. I've got implementation of TV in 3 languages and all TS elements > are localized (plugins, TS-included parts, etc.) but not CE's they still > in default language... > > Where did I make a mistake? > You know that you have to localize your pages, too? Without localizing your pages you got no possibility to change language for you plugin. Stefan From vsbies at wp.pl Tue Jun 23 08:43:16 2009 From: vsbies at wp.pl (Marcus 'biesior' Biesioroff) Date: Tue, 23 Jun 2009 08:43:16 +0200 Subject: [TYPO3-templavoila] howto: Localized CE's In-Reply-To: References: Message-ID: Stefan Fr?mken wrote: >> all elements are localized (plugins, TS-included parts, etc.) but not CE's >> they still in default language... >> >> Where did I make a mistake? >> > > You know that you have to localize your pages, too? > Without localizing your pages you got no possibility to change language > for you plugin. Yes :) as I wrote before all other elements are translated, but not content elements. On the other hand in GreenPage module it's impossible to generate localized version of CE without localization of whole page so I had to do that before, but still not working. So that's unfortunately no clue :/ -- Marcus 'biesior' Biesioroff a.k.a. Marek Krawczyk (original) Polish TYPO3 Community Proud Member http://typo3.pl From vsbies at wp.pl Tue Jun 23 10:12:47 2009 From: vsbies at wp.pl (Marcus 'biesior' Biesioroff) Date: Tue, 23 Jun 2009 10:12:47 +0200 Subject: [TYPO3-templavoila] howto: Localized CE's In-Reply-To: References: Message-ID: Marcus 'biesior' Biesioroff wrote: > Where did I make a mistake? I did it! found the reason, I missed one line which in this case is required: config.sys_language_overlay = content_fallback :) now it's working -- Marcus 'biesior' Biesioroff a.k.a. Marek Krawczyk (original) Polish TYPO3 Community Proud Member http://typo3.pl From s_papazian at abv.bg Tue Jun 23 11:21:13 2009 From: s_papazian at abv.bg (Stepan Papazian) Date: Tue, 23 Jun 2009 12:21:13 +0300 (EEST) Subject: [TYPO3-templavoila] TemplaVoila adding a FCE to a page Message-ID: Hi there! For the past couple of days I have been trying to find out about why after mapping my .htm template no grid content structure is displayed in the TV Page module . The mapped s just dissapear from front end. All I get is TV PAGE>Edit>Extended>Content I multiply read the 1.4. ?Flexible Content Elements? and all other documentations, but I somehow dont get it right or miss it. I went through various blog and form posts mentioning the xml code. Do i need to modify it? Isn't it generated for internal use by typo3? I currently use TYPO3 4.2.6 I am sure its not that comlicated, but i just went too far, read too much and got confused at the end. I hope someone will let me know how easy it is... Thank you in advance, Stepan Papazyan e-mail: s_papazian(ad)abv.bg From s_papazian at abv.bg Fri Jun 26 17:52:27 2009 From: s_papazian at abv.bg (Stepan Papazian) Date: Fri, 26 Jun 2009 18:52:27 +0300 (EEST) Subject: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s Message-ID: Hi list, root | service 1 | main menu item 1 \ sub menu item 1 \ sub menu item 2 | main menu item 2 \ ... | service 2 | main menu item 1 \ ... | main menu item 2 \ ... =====main==== ==subnav1== ==subnav2== I am using templavoila and mapped the following divs on my template and defined the regilar HMENU TS for the main menu which is the same in both service 1 and service 2: lib.service= HMENU lib.mainhmenu.1 = TMENU lib.mainhmenu.1.wrap = | lib.mainhmenu.1 { NO.linkWrap = | } lib.mainhmenu.1.CUR = 1 lib.mainhmenu.1.CUR { wrapItemAndSub = | } lib.submenu = HMENU lib.submenu.2 = TMENU lib.submenu.2.wrap = | lib.submenu.2 { NO.linkWrap = | } lib.submenu.2.CUR = 1 lib.submenu.2.CUR { wrapItemAndSub = | } This does not seem to be the right code. If any of you has experience with second level (submenu) is in another lib, please let me know how to solve this issue. Thanks! Stepan Papazyan e-mail: s_papazian at abv.bg From jigal at xs4all.nl Fri Jun 26 19:57:10 2009 From: jigal at xs4all.nl (Jigal van Hemert) Date: Fri, 26 Jun 2009 19:57:10 +0200 Subject: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s In-Reply-To: References: Message-ID: Stepan Papazian wrote: > This does not seem to be the right code. If any of you has experience > with second level (submenu) is in another lib, please let me know how > to solve this issue. lib.submenu.entryLevel = 1 This will let the submenu start at the second level in the rootline. Default for entryLevel is 0 (the first level in the rootline). Regards, -- Jigal van Hemert. From s_papazian at abv.bg Sat Jun 27 08:44:44 2009 From: s_papazian at abv.bg (Stepan Papazian) Date: Sat, 27 Jun 2009 09:44:44 +0300 (EEST) Subject: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s Message-ID: Thank you van Hemert, but still does't work. All i see is a thiny line created by the empty div element. I checked the mapping, it is the same as the first level (div INNER) and the first level works fine. I tried to communicate to lib.submenu with TEXT - it worked! But it does not render the sub menu. Here is the code: lib.mainhmenu = HMENU lib.mainhmenu.1 = TMENU lib.mainhmenu.1.wrap = | lib.mainhmenu.1 { NO.linkWrap = | } lib.mainhmenu.1.CUR = 1 lib.mainhmenu.1.CUR { wrapItemAndSub = | } lib.submenu = HMENU lib.submenu.entryLevel = 1 lib.submenu.2 = TMENU lib.submenu.2.wrap = | lib.submenu.2 { NO.linkWrap = | } lib.submenu.2.CUR = 1 lib.submenu.2.CUR { wrapItemAndSub = | } Cleared cache, went trough CSS. The HTML of the rendered page is just: If anyone can help pls do :) Stepan Papazyan >-------- ?????????? ????? -------- >??: Jigal van Hemert >???????: Re: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s >??: typo3-project-templavoila at lists.netfielders.de >????????? ??: ?????, 2009, ??? 26 20:57:10 EEST >Stepan Papazian wrote: >> This does not seem to be the right code. If any of you has experience >> with second level (submenu) is in another lib, please let me know how >> to solve this issue. > >lib.submenu.entryLevel = 1 > >This will let the submenu start at the second level in the rootline. >Default for entryLevel is 0 (the first level in the rootline). > >Regards, > >-- >Jigal van Hemert. >_______________________________________________ >TYPO3-project-templavoila mailing list >TYPO3-project-templavoila at lists.netfielders.de >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila > From s_papazian at abv.bg Sat Jun 27 09:34:00 2009 From: s_papazian at abv.bg (Stepan Papazian) Date: Sat, 27 Jun 2009 10:34:00 +0300 (EEST) Subject: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s Message-ID: Got it working! HMENU always starts with lib.submenu.1... lib.submenu = HMENU lib.submenu.entryLevel = 1 lib.submenu.1 = TMENU lib.submenu.1.wrap = | lib.submenu.1 { NO.linkWrap = | } lib.submenu.1.CUR = 1 lib.submenu.1.CUR { wrapItemAndSub = | } Thanks Stepan Papazyan e-mail: s_papazian at abv.bg >-------- ?????????? ????? -------- >??: Stepan Papazian >???????: Re: [TYPO3-templavoila] HMENU TMENU; mainmenu and submenu in different lib.s >??: TYPO3 Templavoila project >????????? ??: ??????, 2009, ??? 27 09:44:44 EEST > >Thank you van Hemert, > >but still does't work. All i see is a thiny line created by the empty div element. I checked the mapping, it is the same as the first level (div INNER) and the first level works fine. I tried to communicate to lib.submenu with TEXT - it worked! But it does not render the sub menu. Here is the code: > >lib.mainhmenu = HMENU >lib.mainhmenu.1 = TMENU >lib.mainhmenu.1.wrap = | >lib.mainhmenu.1 { > >NO.linkWrap = | > > >} >lib.mainhmenu.1.CUR = 1 >lib.mainhmenu.1.CUR { > >wrapItemAndSub = >| > >} > >lib.submenu = HMENU >lib.submenu.entryLevel = 1 >lib.submenu.2 = TMENU >lib.submenu.2.wrap = | >lib.submenu.2 { > >NO.linkWrap = >| > >} >lib.submenu.2.CUR = 1 >lib.submenu.2.CUR { > >wrapItemAndSub = >| > >} > > >Cleared cache, went trough CSS. The HTML of the rendered page is just: >If anyone can help pls do :) > > > Stepan Papazyan > > > > > > > > > > >>-------- ?????????? ????? -------- >>??: Jigal van Hemert >>???????: Re: [TYPO3-templavoila] HMENU TMENU; >mainmenu and submenu in different lib.s >>??: typo3-project-templavoila at lists.netfielders.de >>????????? ??: ?????, 2009, ??? 26 20:57:10 EEST > >>Stepan Papazian wrote: >>> This does not seem to be the right code. If any of you has experience >>> with second level (submenu) is in another lib, please let me know how >>> to solve this issue. >> >>lib.submenu.entryLevel = 1 >> >>This will let the submenu start at the second level in the rootline. >>Default for entryLevel is 0 (the first level in the rootline). >> >>Regards, >> >>-- >>Jigal van Hemert. >>_______________________________________________ >>TYPO3-project-templavoila mailing list >>TYPO3-project-templavoila at lists.netfielders.de >>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila >> >_______________________________________________ >TYPO3-project-templavoila mailing list >TYPO3-project-templavoila at lists.netfielders.de >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila >