[TYPO3-english] Rootline Menu, rename first Level

2012-06-29 Thread Kay Strobach
Hello Guys, i do have a rather big site and wonder, if it's possible to change the title which is displayed for a specific item. Having a rootline like this in a COA: 10 = HMENU 10 { entryLevel = 1 special=rootline special.range=

Re: [TYPO3-english] Rootline Menu, rename first Level

2012-06-29 Thread Torsten Schrade
Hi Kay, I search a solution for displaying HOME, instead of the real page title in the very first item of the rootline ;) - any idea instead of userfunctions und clustered menues ;) Generally you can override the text of TMENUITEMS with stdWrap and - in your case - execute this only if the

Re: [TYPO3-english] Rootline Menu, rename first Level

2012-06-29 Thread Markus Klein
Hi! Maybe the navigation title field of the page record is of help? Kind regards Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Kay Strobach Sent: Friday, June 29, 2012 7:58 AM To:

Re: [TYPO3-english] about templates

2012-06-29 Thread Jigal van Hemert
Hi, On 29-6-2012 4:59, tom wrote: 1, if I want to check all the html template, what is the best way to do? Not really to do. HTML templates can be referred to in TypoScript, TemplaVoilà Flexible Content Elements, extensions, etc. 2. If I want to see the typoscript template on certain

Re: [TYPO3-english] tt_news + realurl

2012-06-29 Thread Christian Hennecke
Am 29.06.2012 00:39, schrieb Gerardo Tan: After realurl setup, the url structure of every news item becomes www.mysite.com/path/to/page/*news-detail/article*/news-title/. How can I configure tt_news/realurl such that the */news-detail/article *part will be removed? You need to use

Re: [TYPO3-english] about templates

2012-06-29 Thread tom
Thanks. Very detailed. Tom On Fri, Jun 29, 2012 at 3:09 PM, Jigal van Hemert jigal.van.hem...@typo3.org wrote: Hi, On 29-6-2012 4:59, tom wrote: 1, if I want to check all the html template, what is the best way to do? Not really to do. HTML templates can be referred to in TypoScript,

Re: [TYPO3-english] Registration form problem

2012-06-29 Thread Sara Weale
Hi, I am definitely using the new default template and have checked all the changes for version 3 in the manual. We upgraded to 4.6.9 just before upgrading this to 3.0.1 if that's a clue at all?? I'm completely stuck now as to what it could be. Thanks for your help so far. Sara The TS

Re: [TYPO3-english] Unittests: Introductionpackage-6.0.0alpha2: No greenbar feeling

2012-06-29 Thread Martin Bless
[Wouter Wolters] wrote schrieb: Hello Martin, They are aware of the failing tests for extbase and fluid. AFAIK the fixes are pending in Gerrit. Then the greenbar feeling is back. See for the discussion: [TYPO3-mvc] A lot of failing unit tests for Extbase and Fluid Ah, great. Good to know!

Re: [TYPO3-english] Unittests: Introductionpackage-6.0.0alpha2: No greenbar feeling

2012-06-29 Thread Martin Bless
[Philipp Gampe] wrote schrieb: I am curious about what tests fail, can you post them? I'm unsure what I understand correctly. Will send you some screenshots or so by PM. Also, for development, you can just copy a blank package (or even an introduction package) over the git clone. (Of course

Re: [TYPO3-english] Rootline Menu, rename first Level

2012-06-29 Thread Kay Strobach
Hallo Thorsten, Sure - i should have thought of it myself ... Instead of value = uid i'll use data = level:1 as this gives me the position in the rootline. Problem: multiple customers in one install ... ;) - many root pids Regards Kay Am 29.06.2012 08:31, schrieb Torsten Schrade: Hi Kay,

Re: [TYPO3-english] Registration form problem

2012-06-29 Thread Sara Weale
Bizarely, I removed the password field from the form and required fields TS in the extension template, saved the template, added those fields again and everything works now. How very strange! Thanks all for the help, I'm just glad it works! Sara On 28/06/2012 20:34, Stanislas Rolland wrote:

Re: [TYPO3-english] Changing adding order of new items in multipleselect box

2012-06-29 Thread Victor Livakovsky
Hi, Is it possible to change adding order of new items in select box with Tsconfig? Insted to add on bottom - add them on top. Or it is only possible with ItemsProcFunc? I'm not sure about your case, but, probably, you're using: someObject.value := addToList(4,5) You may try to use:

[TYPO3-english] Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php

2012-06-29 Thread Stephan Grass
Hi, when trying to insert a content-element I get the error: Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php I installed the extension tan3_glider bevore. But after deinstallaion an clearing all caches and temp-files, the

Re: [TYPO3-english] Rootline Menu, rename first Level - Solution

2012-06-29 Thread Kay Strobach
Hi Again, for every one interested - here is my solution ;) breadCrumbMenu = HMENU breadCrumbMenu { special = rootline special.range = 0|-1 wrap = ul|/ul 1 = TMENU 1 { NO { allWrap = li|/li

Re: [TYPO3-english] Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php

2012-06-29 Thread Gutfeldt Matthias
From: Stephan Grass ha...@stephan-grass.de Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php - That class is available in TYPO3 4.7.1, but not in 4.5.3, so I guess you installed an extension that isn't compatible with the TYPO3

Re: [TYPO3-english] Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php

2012-06-29 Thread Stephan Grass
On 2012-06-29 14:52:50 +0200, Gutfeldt Matthias said: From: Stephan Grass ha...@stephan-grass.de Fatal error: Class 't3lib_l10n_parser_Llxml' not found in /html/typo3/typo3_src-4.5.16/t3lib/class.t3lib_div.php - That class is available in TYPO3 4.7.1, but not in 4.5.3, so I guess you

[TYPO3-english] Bug on login with Typo3 4.7.1

2012-06-29 Thread Éric Thibault
Hello to all! We are experiencing weird login bug with some of our users... Typo3 refuses to show the backend and display this message: No such workspace defined It seems that now I have to explicitly select the workspace permissions...Is there a way to select the edit live by default?

Re: [TYPO3-english] TYPO3 Multilanguage configuration with multiple domains

2012-06-29 Thread Riccardo De Contardi
Ok, I've almost solved :) TS SETUP: config{ sys_language_mode = content_fallback; 1,0 sys_language_overlay = hideNonTranslated uniqueLinkVars = 1 linkVars := addToList(L) sys_language_uid = {$bhsiteconstants.languageUid} language = {$bhsiteconstants.languageName} locale_all =

Re: [TYPO3-english] meta name=robots content=noindex, follow /

2012-06-29 Thread Benoit Montereau
Hi Stewart, Have a look in the system folder TypoScript Templates - page_configuration - page.headerData. Just replace line 20.value = meta name=robots content=noindex,follow / with 20.value = meta name=robots content=index,follow,archive / Hope this helps. BM On Fri, Jun 29, 2012 at 8:22 PM,