From michael.huegelschaeffer at mehrwert.de Wed Dec 1 08:22:06 2010 From: michael.huegelschaeffer at mehrwert.de (=?UTF-8?B?TWljaGFlbCBIw7zCn2dlbHNjaMKKYWZmZXI=?=) Date: Wed, 01 Dec 2010 08:22:06 +0100 Subject: [TYPO3-english] tt_news RSS from one category In-Reply-To: References: Message-ID: Hi there, > plugin.tt_news.displayXML.xmlTitle = Noticias Salones > plugin.tt_news.displayXML.xmlLink = http://plateforme-presse.dev.inetpsa.com/ > plugin.tt_news.displayXML.xmlDesc = Noticias Salones > plugin.tt_news.displayXML.xmlLang = es > plugin.tt_news.pid_list = 160 > plugin.tt_news.singlePid = 214 > plugin.tt_news.backPid = 273 > plugin.tt_news.latestLimit = 10 > plugin.tt_news.displayCatMenu.showNewsCountForCategories = 1 > > plugin.tt_news.limit = 10 > plugin.tt_news.recursive = 0 > plugin.tt_news.showCatRootline = 1 > plugin.tt_news.showRelatedNewsByCategory = 1 > plugin.tt_news.useSPidFromCategory = 1 > plugin.tt_news.singleMaxW = 175 > plugin.tt_news.singleMaxH = 200 > > plugin.tt_news.useSubCategories = 1 > plugin.tt_news.displaySubCategories = 1 > plugin.tt_news.categoryMode = 1 > plugin.tt_news.categorySelection = 295 > > I put my categorySelection but it doesn?t work. > > On my news admin, i have more than one category, and i only one to have the rss from this one. > > How can i do it?, anyone knows? Please help. try to put the config for the category selection to the xml-page definition: xmlnews { categoryMode = 1 categorySelection = 295 } > Sorry about my english.. Don't excuse for your english, it is alright i think (at least i understood it) Grettings Michael From cecilie007007 at gmail.com Wed Dec 1 09:54:32 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Wed, 1 Dec 2010 09:54:32 +0100 Subject: [TYPO3-english] Javascript in HTML template Message-ID: I have a problem regarding a Javascript in my html template. When I run the template on my local pc it works, but when loading the template on my typo3 site there is an error. The javascript is the following (it just insert a random picture into a
When opening the page in typo3 I can see an explorer error, that calls the following error: 'document.getElementById(...)' is null or not an object - and it points to the line "document.getElementById("someimage").src = aryimages[Math.floor(Math.random() * aryimages.length)];" Anyone has knowledge about problem with inserting javascript ? as it seems to be an typo3 related error, as it works fine on my local pc. Regards Cecilie From bmontereau at gmail.com Wed Dec 1 10:18:50 2010 From: bmontereau at gmail.com (Benoit Montereau) Date: Wed, 1 Dec 2010 10:18:50 +0100 Subject: [TYPO3-english] Convert ' -> \' in HMENU? In-Reply-To: References: Message-ID: Hi Tomas, Thank you for your reply. I will try this way with the explanation you gave. Regards, BM On Tue, Nov 30, 2010 at 10:27 AM, Tomas Mrozek wrote: > You would call the method on a menu item. So if it's a TMENU, you would > have something like this: > NO.stdWrap.postUserFunc = user_yourClass->yourMethod > > Obviously you have to first include your class so that it can be called: > page.includeLibs.yourClass = fileadmin/user_yourClass.php > > See "includeLibs" property of the PAGE object (1). > > Tomas Mrozek > -- > [1] > > http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.2/view/1/6/#id2516276 > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From sargac at gmail.com Wed Dec 1 10:25:40 2010 From: sargac at gmail.com (Mario Sargac) Date: Wed, 01 Dec 2010 10:25:40 +0100 Subject: [TYPO3-english] line breaks after menu items Message-ID: Hi, does anyone know how to insert a line break (a newline feed) after each TS generated menu item? I have the following situation: ------ lib.qlinks = HMENU lib.qlinks { 1 = TMENU 1 { NO.allWrap =
  • |
  • noBlur = 1 } } ------ Current output is like this:
  • item 1
  • item 2
  • Is it possible to achieve output like this (in the html source):
  • item 1
  • item 2
  • I tried using parentheses and inserting a newline html character after each item, but it didn't help. The reason I need this is required IE 6 compatibility. Best, Mario From noelle at uni-wuppertal.de Wed Dec 1 11:08:22 2010 From: noelle at uni-wuppertal.de (=?ISO-8859-15?Q?Christian_N=F6lle?=) Date: Wed, 01 Dec 2010 11:08:22 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice Message-ID: Hi everybody, as we are fiddeling around with suhosin on our servers and as we are expiriencing problems from time to time concerning large forms, I would like to know, if there are some best practice recommendations available? Found some on the net, dealing about Drupal, but nothing for TYPO3. Well, if not: As I said, we are currently working on that issue, so we will share our findings and expirience with you. Take care: -- -c From steffen at steffen-gebert.de Wed Dec 1 11:15:39 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Wed, 01 Dec 2010 11:15:39 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: On 01.12.10 11:08, Christian N?lle wrote: > Hi everybody, > > as we are fiddeling around with suhosin on our servers and as we are > expiriencing problems from time to time concerning large forms, I would > like to know, if there are some best practice recommendations available? > Found some on the net, dealing about Drupal, but nothing for TYPO3. > > Well, if not: As I said, we are currently working on that issue, so we > will share our findings and expirience with you. The only thing I remember was that you have to increase the number of maximum vars. Otherwise saving the Exclude Field list in user group properties causes suhosin to drop the request. Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From dmitry.dulepov at typo3.org Wed Dec 1 11:16:48 2010 From: dmitry.dulepov at typo3.org (Dmitry Dulepov) Date: Wed, 01 Dec 2010 12:16:48 +0200 Subject: [TYPO3-english] realurl + .htaccess rewrite rule In-Reply-To: References: Message-ID: Hi! horace grant wrote: > if i move the whole typo3 installation, will it still work or would i have > to change anything (except of config.baseURL)? I can't say about all extensions but the core and good extension do not store the path anywhere and calculate it dynamically. So you can move your installation anywhere inside the site. However if it is not root, issues can happen because various versions of web servers use different ways to provide information to TYPO3. > but would it theoretically also be possible without moving it if one is a > .htaccess rewriterule master? :) I do not think so. TYPO3 will still generate URLs with /cms/ prefix. And you may get troubles with Google if all your URLs on the site are /cms/ and redirect to other URLs all the time. -- Dmitry Dulepov TYPO3 core&security team member Twitter: http://twitter.com/dmitryd Read more @ http://dmitry-dulepov.com/ From gukdmal at googlemail.com Wed Dec 1 11:19:23 2010 From: gukdmal at googlemail.com (gukdmal) Date: Wed, 01 Dec 2010 11:19:23 +0100 Subject: [TYPO3-english] wfqbe (DB integration): Query field empty when using ext. DB Message-ID: Hi, I'm new to this list, an "advanced beginner" on Typo3, but with some experience in HTML, PHP, MySQL. I have to include an external DB into a T3 project, so wfqbe seems the perfect fit. I got it installed, included the template, and the example with the internal T3 databases works, including the query wizard. If I include an external DB (on localhost) I can start the query wizard, select a DB table (so the DB connection is OK, user credentials seem to work), construct a query but if I save it and exit, the query field is - empty. The wizard itself works, all fields are shown, but nothing is stored. If I preview the results page, I also get a connection failed error. But I can view the DB in Typo3 - DB structure. What am I doing wrong? Thanks, Gerry From mauro.lorenzutti at webformat.com Wed Dec 1 11:47:38 2010 From: mauro.lorenzutti at webformat.com (mauro.lorenzutti at webformat.com) Date: Wed, 01 Dec 2010 11:47:38 +0100 Subject: [TYPO3-english] wfqbe (DB integration): Query field empty whenusing ext. DB Message-ID: Hi Gerry, are you trying to connect to another mysql instance on the same server? In this case try to set "NConnect" in the credentials configuration record. Regards, Mauro Lorenzutti http://www.webformat.com From noelle at uni-wuppertal.de Wed Dec 1 11:49:00 2010 From: noelle at uni-wuppertal.de (=?ISO-8859-15?Q?Christian_N=F6lle?=) Date: Wed, 01 Dec 2010 11:49:00 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: Am 01.12.2010 11:15, schrieb Steffen Gebert: > On 01.12.10 11:08, Christian N?lle wrote: >> as we are fiddeling around with suhosin on our servers and as we are >> expiriencing problems from time to time concerning large forms, I would >> like to know, if there are some best practice recommendations available? >> Found some on the net, dealing about Drupal, but nothing for TYPO3. >> >> Well, if not: As I said, we are currently working on that issue, so we >> will share our findings and expirience with you. > > The only thing I remember was that you have to increase the number of > maximum vars. Otherwise saving the Exclude Field list in user group > properties causes suhosin to drop the request. Yes, that's one we encountered as well. And some other, depending on the extensions you rely on. -- -c From gukdmal at googlemail.com Wed Dec 1 11:53:27 2010 From: gukdmal at googlemail.com (gukdmal) Date: Wed, 01 Dec 2010 11:53:27 +0100 Subject: [TYPO3-english] wfqbe (DB integration): Query field empty whenusing ext. DB In-Reply-To: References: Message-ID: Grazie Mauro - that was it! Thanks for this great extension :) Gerry On 01.12.2010 11:47, mauro.lorenzutti at webformat.com wrote: > Hi Gerry, > > are you trying to connect to another mysql instance on the same server? In this case try to set "NConnect" in the credentials > configuration record. > > Regards, > Mauro Lorenzutti > http://www.webformat.com > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From steffen at steffen-gebert.de Wed Dec 1 12:05:53 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Wed, 01 Dec 2010 12:05:53 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: >> The only thing I remember was that you have to increase the number of >> maximum vars. Otherwise saving the Exclude Field list in user group >> properties causes suhosin to drop the request. > > Yes, that's one we encountered as well. And some other, depending on the > extensions you rely on. Okay, so it would be great, if you could publicly document your findings here, in a blog entry or (best *g*) by improving the checks made by the Install Tool. Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From santi013 at arcor.de Wed Dec 1 12:22:07 2010 From: santi013 at arcor.de (Santiago) Date: Wed, 1 Dec 2010 12:22:07 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: Hi, > Yes, that's one we encountered as well. And some other, depending on the > extensions you rely on. it happended to me, that the last php update (on debian squeeze) "killed" all typo3 installations. I have suhosin patch enabled and I had to disable open_basedir at all to bring back typo3 into play. I'm very unhappy with that workaround and I hope there will be another solution. I use the apache vhost templates from typo3 with several virtual hosts. The new entry is: php_admin_value open_basedir none kind regards Santi From typo3 at kay-strobach.de Wed Dec 1 13:34:07 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Wed, 01 Dec 2010 13:34:07 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: Hi, open_basedir dir is really senselesse, as long as you allow functions like exec, system, passthrough ;) Therefore there was a discussion to mark this as deprecated. http://www.php.net/manual/en/ini.core.php#ini.open-basedir Best regards Kay Am 01.12.2010 12:22, schrieb Santiago: > Hi, > >> Yes, that's one we encountered as well. And some other, depending on the >> extensions you rely on. > > it happended to me, that the last php update (on debian squeeze) "killed" all > typo3 installations. I have suhosin patch enabled and I had to disable > open_basedir at all to bring back typo3 into play. > I'm very unhappy with that workaround and I hope there will be another > solution. > > I use the apache vhost templates from typo3 with several virtual hosts. > > The new entry is: > php_admin_value open_basedir none > > > kind regards > > Santi From horace3d at gmail.com Wed Dec 1 13:45:07 2010 From: horace3d at gmail.com (horace grant) Date: Wed, 1 Dec 2010 13:45:07 +0100 Subject: [TYPO3-english] realurl + .htaccess rewrite rule In-Reply-To: References: Message-ID: On Wed, Dec 1, 2010 at 11:16 AM, Dmitry Dulepov wrote: > Hi! > > > horace grant wrote: > >> if i move the whole typo3 installation, will it still work or would i have >> to change anything (except of config.baseURL)? >> > > I can't say about all extensions but the core and good extension do not > store the path anywhere and calculate it dynamically. So you can move your > installation anywhere inside the site. However if it is not root, issues can > happen because various versions of web servers use different ways to provide > information to TYPO3. > > > but would it theoretically also be possible without moving it if one is a >> .htaccess rewriterule master? :) >> > > I do not think so. TYPO3 will still generate URLs with /cms/ prefix. And > you may get troubles with Google if all your URLs on the site are /cms/ and > redirect to other URLs all the time. > ok, thanks! then i will try to move the installation... > > -- > Dmitry Dulepov > TYPO3 core&security team member > Twitter: http://twitter.com/dmitryd > Read more @ http://dmitry-dulepov.com/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From jd at masters.dk Wed Dec 1 14:18:39 2010 From: jd at masters.dk (Jeppe Donslund) Date: Wed, 01 Dec 2010 14:18:39 +0100 Subject: [TYPO3-english] Get header from other elements whitin flexible element Message-ID: In a flexible element I can select other elements. Now I need to get the header from these nested elements. How do I do that? 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = | THis gives me the elements, both header and bodytext. But all I need is the header. Later on I need to put them into some optionSplit. But that I think I can do on my own. Can anyone help med with the header? Kind regards Jeppe Donslund From soren.malling at gmail.com Wed Dec 1 14:40:59 2010 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Wed, 1 Dec 2010 14:40:59 +0100 Subject: [TYPO3-english] Get header from other elements whitin flexible element In-Reply-To: References: Message-ID: I think {field:header} should do the trick, but it's not tested. S?ren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling On Wed, Dec 1, 2010 at 2:18 PM, Jeppe Donslund wrote: > In a flexible element I can select other elements. > Now I need to get the header from these nested elements. > How do I do that? > > 10= RECORDS > 10.source.current=1 > 10.tables = tt_content > 10.wrap = | > > THis gives me the elements, both header and bodytext. > But all I need is the header. > > Later on I need to put them into some optionSplit. > But that I think I can do on my own. > > Can anyone help med with the header? > > > Kind regards > Jeppe Donslund > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From santi013 at arcor.de Wed Dec 1 15:01:29 2010 From: santi013 at arcor.de (Santiago) Date: Wed, 1 Dec 2010 15:01:29 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: Hi, > open_basedir dir is really senselesse, as long as you allow functions > like exec, system, passthrough ;) really? > Therefore there was a discussion to mark this as deprecated. > > http://www.php.net/manual/en/ini.core.php#ini.open-basedir Sorry, but I did not found any discussion or deprecation warning related to open_basedir The discussion in the posted thread was about include dir - which imho is quite another story. Any way - I hope, the current behaviour is a bug and will be fixed. I can't see any reason, why php shall not respect the whitelist from open_basedir any more. kind regards Santi From kestutis98 at yahoo.com Wed Dec 1 20:09:28 2010 From: kestutis98 at yahoo.com (ktt) Date: Wed, 1 Dec 2010 11:09:28 -0800 (PST) Subject: [TYPO3-english] TemplaVoila and /upload/pics override Message-ID: Hello, I uploaded a picture to fileadmin/images/ and after adding it to "Text w/image" element, the path being overwritten with "/uploads/pics...". How to override this to my traditiona fileadmin path? Is it TemplaVoila issue? Thank you in advance. Ktt From typo3 at kay-strobach.de Wed Dec 1 20:14:48 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Wed, 01 Dec 2010 20:14:48 +0100 Subject: [TYPO3-english] TemplaVoila and /upload/pics override In-Reply-To: References: Message-ID: Hi, not a templavoila issue. Normal TYPO3 behavior. Imagine you drop the image from fileadmin, the system wouldn't have a chance to keep the content consistent. Therefore the're always copies in uploads/pics, and if you use other media types in other dirs ;) Best regards Kay Am 01.12.2010 20:09, schrieb ktt: > Hello, > > I uploaded a picture to fileadmin/images/ and > after adding it to "Text w/image" element, > the path being overwritten with "/uploads/pics...". > How to override this to my traditiona fileadmin path? > Is it TemplaVoila issue? > > Thank you in advance. > > Ktt > > > From kestutis98 at yahoo.com Wed Dec 1 20:32:34 2010 From: kestutis98 at yahoo.com (ktt) Date: Wed, 1 Dec 2010 11:32:34 -0800 (PST) Subject: [TYPO3-english] TemplaVoila and /upload/pics override In-Reply-To: Message-ID: Hi, Thank you for response. But the image not being displayed in frontend for some reasons :-( And I get just empty image block:
    Regards, ktt --- On Wed, 12/1/10, Kay Strobach wrote: > From: Kay Strobach > Subject: Re: [TYPO3-english] TemplaVoila and /upload/pics override > To: typo3-english at lists.typo3.org > Date: Wednesday, December 1, 2010, 9:14 PM > Hi, > > not a templavoila issue. Normal TYPO3 behavior. > Imagine you drop the image from fileadmin, the system > wouldn't have a > chance to keep the content consistent. Therefore the're > always copies in > uploads/pics, and if you use other media types in other > dirs ;) > > Best regards > Kay > > Am 01.12.2010 20:09, schrieb ktt: > > Hello, > > > > I uploaded a picture to fileadmin/images/ and > > after adding it to "Text w/image" element, > > the path being overwritten with "/uploads/pics...". > > How to override this to my traditiona fileadmin path? > > Is it TemplaVoila issue? > > > > Thank you in advance. > > > > Ktt > > > > > >? ? ??? > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From bedlamhotel at gmail.com Wed Dec 1 20:38:33 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 1 Dec 2010 11:38:33 -0800 Subject: [TYPO3-english] TemplaVoila and /upload/pics override In-Reply-To: References: Message-ID: Hi, On Wed, Dec 1, 2010 at 11:32 AM, ktt wrote: > Hi, > > Thank you for response. But the image not being displayed > in frontend for some reasons :-( > And I get just empty image block: >
    999 times out of 1000, this problem means there is something wrong with your image processing configuration (confirm that things are working in your Install Tool). By the way, a search of the mailing list archive might have gotten you the same answer even quicker :) -- Christopher Torgalson http://www.typo3apprentice.com/ From kestutis98 at yahoo.com Wed Dec 1 20:44:54 2010 From: kestutis98 at yahoo.com (ktt) Date: Wed, 1 Dec 2010 11:44:54 -0800 (PST) Subject: [TYPO3-english] TemplaVoila and /upload/pics override In-Reply-To: Message-ID: Hi, I searched the list - there were similar problems. The problem was quite strange - I turned "Image quality processing" to None and it worked. I guess, those errors appeared because of Image Magick configuration.. Regards, Ktt --- On Wed, 12/1/10, Christopher Torgalson wrote: > From: Christopher Torgalson > Subject: Re: [TYPO3-english] TemplaVoila and /upload/pics override > To: "TYPO3 English" > Date: Wednesday, December 1, 2010, 9:38 PM > Hi, > > On Wed, Dec 1, 2010 at 11:32 AM, ktt > wrote: > > Hi, > > > > Thank you for response. But the image not being > displayed > > in frontend for some reasons :-( > > And I get just empty image block: > >
    class="csc-textpic-imagewrap > csc-textpic-single-image"> height="" border="0" alt="" />
    class="csc-textpic-text"> > > > 999 times out of 1000, this problem means there is > something wrong > with your image processing configuration (confirm that > things are > working in your Install Tool). By the way, a search of the > mailing > list archive might have gotten you the same answer even > quicker :) > > > -- > Christopher Torgalson > http://www.typo3apprentice.com/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From ernesto at typo3.org Thu Dec 2 03:43:34 2010 From: ernesto at typo3.org (Ernesto Baschny) Date: Thu, 02 Dec 2010 03:43:34 +0100 Subject: [TYPO3-english] [TYPO3-v4] Announcing TYPO3 4.5.0beta2 Message-ID: Dear TYPO3 friends, tonight the TYPO3 community released the second beta version of TYPO3 4.5. This is a developer "snapshot" and incorporates many bug fixes since beta1 and also some nice new features (FAL and a new Extension Manager). Release of 4.5.0 is scheduled for the end of January 2011. For details about the release and the current progress, please read: http://forge.typo3.org/projects/typo3v45-projects/wiki/TYPO3_450beta2 We ship an Introduction Package with this beta release which allows people to test the new features right away. You can of course also opt to upgrade an existing installation to the new 4.5.0beta2 version, but keep in mind that this is still a snapshot of our development so far, and more changes and fixes will be included in further releases. We'll release beta3 (last beta) at 22nd December, three weeks from now, where we expect all features to mature and reach a very stable status. Please support the work of the teams by testing and reporting your findings. You can download the Beta packages from: http://typo3.org/download/packages/ MD5 checksums: 5874d2c1da88ce4ec7ff147a3a6162f4 dummy-4.5.0beta2.tar.gz 0825995376697ed2951635421f85d38a dummy-4.5.0beta2.zip 518a43185a8ba1861c06ac6eca925153 typo3_src-4.5.0beta2.tar.gz af633eafa3dadbe87de2c35b6f5e97e7 typo3_src-4.5.0beta2.zip 00131decdd5b523d6e25573ba200408c typo3_src+dummy-4.5.0beta2.zip 7563f8c127e330e2b6730c3dd4f76f35 introductionpackage-4.5.0beta2.tar.gz 270af54644b80918458067256d3ffe34 introductionpackage-4.5.0beta2.zip Cheers, Steffen Kamper (Technical Leader) and Ernesto Baschny (Release Manager) -- Ernesto Baschny Core Developer V4 Team Release Manager TYPO3 4.5 TYPO3 .... inspiring people to share! Get involved: typo3.org From typo3 at kay-strobach.de Thu Dec 2 09:48:01 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Thu, 02 Dec 2010 09:48:01 +0100 Subject: [TYPO3-english] TemplaVoila and /upload/pics override In-Reply-To: References: Message-ID: You're right seems to be an ImageMagick or gm problem ... Am 01.12.2010 20:44, schrieb ktt: > Hi, > > I searched the list - there were similar problems. > The problem was quite strange - I turned "Image quality processing" > to None and it worked. > I guess, those errors appeared because of Image Magick configuration.. > > Regards, > Ktt > > --- On Wed, 12/1/10, Christopher Torgalson wrote: > >> From: Christopher Torgalson >> Subject: Re: [TYPO3-english] TemplaVoila and /upload/pics override >> To: "TYPO3 English" >> Date: Wednesday, December 1, 2010, 9:38 PM >> Hi, >> >> On Wed, Dec 1, 2010 at 11:32 AM, ktt >> wrote: >>> Hi, >>> >>> Thank you for response. But the image not being >> displayed >>> in frontend for some reasons :-( >>> And I get just empty image block: >>>
    > class="csc-textpic-imagewrap >> csc-textpic-single-image">> height="" border="0" alt="" />
    > class="csc-textpic-text"> >> >> >> 999 times out of 1000, this problem means there is >> something wrong >> with your image processing configuration (confirm that >> things are >> working in your Install Tool). By the way, a search of the >> mailing >> list archive might have gotten you the same answer even >> quicker :) >> >> >> -- >> Christopher Torgalson >> http://www.typo3apprentice.com/ >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> > > > From tomas.havner at kansli.lth.se Thu Dec 2 16:10:17 2010 From: tomas.havner at kansli.lth.se (Tomas Havner) Date: Thu, 02 Dec 2010 16:10:17 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) Message-ID: Hi, My error logs is filled with the following: PHP Warning: parse_url(http:///404/) [function.parse-url]: Unable to parse url in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line 2715 any ideas? Regards Tomas From naguib.mahfuz at gmail.com Thu Dec 2 17:36:47 2010 From: naguib.mahfuz at gmail.com (Sergio) Date: Thu, 2 Dec 2010 17:36:47 +0100 Subject: [TYPO3-english] Flex content header as element title Message-ID: Hi, I'm mappgin a certain field ("link" type) on a Flex Content with Templavoil?, and I would like this field to show as link title and title attribute for the link, the field "header" from this flex content. I built something like this on "Typoscript Code" field on Templavoil? element but I know this is not correct: 20 = COA 20 { 10 = TEXT 10 { typolink.parameter.current = 1 typolink.returnLast = url dataWrap = 40 = RECORDS 40 < .30 40.conf.tt_content.wrap > 40.wrap = | } The problem is the line I marked, I think. How could I use the same flex content used at this moment to use the header? Thanks in advance, Sergio From dpacholczyk at gmail.com Thu Dec 2 18:40:39 2010 From: dpacholczyk at gmail.com (Dawid Pacholczyk) Date: Thu, 2 Dec 2010 18:40:39 +0100 Subject: [TYPO3-english] RTE in ext won`t save tags In-Reply-To: References: Message-ID: Any one have some idea ? 2010/11/30 Dawid Pacholczyk > Hello List, > I`ve added an RTE editor into my extension. Everything works almoust > great. > I`ve did it as always. > > in my tca.php in types i have this > > bodytext;;2;richtext:rte_transform[flag=rte_enabled|mode=ts];4-4-4 > > my config in tca look like this > > 'bodytext' => array( > 'exclude' => 0, > 'label' => 'LABEL, > 'config' => Array ( > 'type' => 'text', > 'cols' => '48', > 'rows' => '5', > 'softref' => 'typolink_tag,images,email[subst],url', > 'wizards' => Array( > '_PADDING' => 4, > 'RTE' => Array( > 'notNewRecords' => 1, > 'RTEonly' => 1, > 'type' => 'script', > 'title' => > 'LLL:EXT:cms/locallang_ttc.php:bodytext.W.RTE', > 'icon' => 'wizard_rte2.gif', > 'script' => 'wizard_rte.php', > ), > ) > ) > ), > > It displays RTE in the BE. But when I`m saving data in database I have no > html tags. Also on page content is rendered with out it. I never had such > problems. Can you help me pls ? > > Best regards, > Dawid Pacholczyk > > -- > Dawid Pacholczyk > tel: 502-054-334 > gg: 5564051 > skype: dpacholczyk > http://typo3blog.pl (only polish version at the moment) > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > -- Dawid Pacholczyk tel: 502-054-334 gg: 5564051 skype: dpacholczyk http://typo3blog.pl (only polish version at the moment) From jigal at xs4all.nl Thu Dec 2 19:05:14 2010 From: jigal at xs4all.nl (Jigal van Hemert) Date: Thu, 02 Dec 2010 19:05:14 +0100 Subject: [TYPO3-english] RTE in ext won`t save tags In-Reply-To: References: Message-ID: Hi, On 30-11-2010 19:31, Dawid Pacholczyk wrote: > Hello List, > I`ve added an RTE editor into my extension. Everything works almoust great. > I`ve did it as always. > It displays RTE in the BE. But when I`m saving data in database I have no > html tags. Also on page content is rendered with out it. I never had such > problems. Can you help me pls ? Have you tried adding something like a link in the RTE before saving? If everything is correct it should be stored in the database with a tag. Rendering RTE text in the output requires a call to tslib_pibase::pi_RTEcssText() (in your extension: $this->pi_RTEcssText($bodyText) )

    tags are usually not stored in the database (unless you have configured the RTE to do so or there are custom classes set for the paragrapch tag), so it looks like non-HTML text if you haven't included any formatting in the RTE. -- Kind regards / met vriendelijke groet, Jigal van Hemert skype:jigal.van.hemert msn: jigal at xs4all.nl http://twitter.com/jigalvh From christian at kitsunet.de Thu Dec 2 20:24:11 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Thu, 02 Dec 2010 20:24:11 +0100 Subject: [TYPO3-english] Javascript in HTML template In-Reply-To: References: Message-ID: Have you tried to open this html from the server (without TYPO3 involved)? I guess it won't work too, because actually you execute your javascript right away, without checking if all of the page is already loaded. Which can be fine on a local pc because there is no loading time, but from the internet the html takes a bit to load and your javascript is executed before the img tag with id="someimage" exists in your browser and so you will get the error. You should put that code into a function and execute that function with window.onload [1]. Christian [1] http://javascript.about.com/library/blonload.htm On 01.12.2010 09:54, Cecilie Andersen wrote: > I have a problem regarding a Javascript in my html template. > > When I run the template on my local pc it works, but when loading the > template on my typo3 site there is an error. > > The javascript is the following (it just insert a random picture into a >

    > > > > > > > >
    > cellspacing="0" cellpadding="0" height="660"> > > > > > > When opening the page in typo3 I can see an explorer error, that calls > the following error: > > 'document.getElementById(...)' is null or not an object > > - and it points to the line "document.getElementById("someimage").src = > aryimages[Math.floor(Math.random() * aryimages.length)];" > > Anyone has knowledge about problem with inserting javascript ? as it > seems to be an typo3 related error, as it works fine on my local pc. > > Regards > Cecilie From christian at kitsunet.de Thu Dec 2 20:26:51 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Thu, 02 Dec 2010 20:26:51 +0100 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: On 01.12.2010 10:25, Mario Sargac wrote: > Hi, > > does anyone know how to insert a line break (a newline feed) after each > TS generated menu item? I have the following situation: > ------ > lib.qlinks = HMENU > lib.qlinks { > 1 = TMENU > 1 { > NO.allWrap =
  • |
  • > noBlur = 1 > } > } > ------ > > Current output is like this: >
  • item 1
  • item 2
  • > > Is it possible to achieve output like this (in the html source): >
  • item 1
  • >
  • item 2
  • Hi, NO.allStdWrap.noTrimWrap ( |
  • |
  • | ) instead of the allWrap should do the trick, but I don't see why that should be needed for IE6 compatibility... Christian From bedlamhotel at gmail.com Thu Dec 2 20:37:54 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Thu, 2 Dec 2010 11:37:54 -0800 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: Hi, On Thu, Dec 2, 2010 at 11:26 AM, "Christian M?ller (Kitsunet)" wrote: > On 01.12.2010 10:25, Mario Sargac wrote: >> >> Hi, >> >> does anyone know how to insert a line break (a newline feed) after each >> TS generated menu item? I have the following situation: >> ------ >> lib.qlinks = HMENU >> lib.qlinks { >> 1 = TMENU >> 1 { >> NO.allWrap =
  • |
  • >> noBlur = 1 >> } >> } >> ------ >> >> Current output is like this: >>
  • item 1
  • item 2
  • >> >> Is it possible to achieve output like this (in the html source): >>
  • item 1
  • >>
  • item 2
  • > > Hi, > > NO.allStdWrap.noTrimWrap ( > | >
  • |
  • > | > ) > > instead of the allWrap should do the trick, but I don't see why that should > be needed for IE6 compatibility... You don't need to eliminate whitespace to deal with that bug. The 'li a height: 1%;' fix [1] delivered only to the relevant browser has never failed me that I recall :) -- Christopher Torgalson http://www.typo3apprentice.com/ From christian at kitsunet.de Thu Dec 2 20:36:43 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Thu, 02 Dec 2010 20:36:43 +0100 Subject: [TYPO3-english] Get header from other elements whitin flexible element In-Reply-To: References: Message-ID: See TSRef for RECORDS, by default it will look for a ts objec, named like the table the record is from. So in this typical case it looks for TS "tt_content" which is the default css_styled_content definition (unless you don't use css_styled_content but something else). Anyway to define your own way of rendering the records you can do something like this: 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = | 10.conf.tt_content = TEXT 10.conf.tt_content.field = header which will render ONLY the header text + the TYPO3SEARCH comment. So probably you will want to add some wrap with a

    or whatever you need. If you need the different header layouts as well you can do this: 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = | 10.conf.tt_content < lib.stdheader Which should give you basically the same HTML for the header as with the normal rendering but leaves out everything else (the bodytext etc.). Christian From christian at kitsunet.de Thu Dec 2 20:38:23 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Thu, 02 Dec 2010 20:38:23 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: On 02.12.2010 16:10, Tomas Havner wrote: > Hi, > > My error logs is filled with the following: > > PHP Warning: parse_url(http:///404/) [ href='function.parse-url'>function.parse-url]: Unable to parse url > in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line 2715 > > any ideas? > > > Regards > > Tomas > That happens if you have a broken link somewhere (probably inside some content, but could virtually be everywhere), try to search if you link to /404 somewhere... Christian From bedlamhotel at gmail.com Thu Dec 2 20:42:15 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Thu, 2 Dec 2010 11:42:15 -0800 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Hi, On Thu, Dec 2, 2010 at 11:38 AM, "Christian M?ller (Kitsunet)" wrote: > On 02.12.2010 16:10, Tomas Havner wrote: >> >> Hi, >> >> My error logs is filled with the following: >> >> PHP Warning: parse_url(http:///404/) [> href='function.parse-url'>function.parse-url]: Unable to parse url >> in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line >> 2715 >> >> any ideas? >> >> >> Regards >> >> Tomas >> > > That happens if you have a broken link somewhere (probably inside some > content, but could virtually be everywhere), try to search if you link to > /404 somewhere... Just a guess, but did you set page not found handling url in the Install Tool to /404? (If you did do this, it's wrong since there is no reason to EVER try to access a 404 page by it's own URL; just use the index.php?id=123 syntax...) -- Christopher Torgalson http://www.typo3apprentice.com/ From christian at kitsunet.de Thu Dec 2 20:40:41 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Thu, 02 Dec 2010 20:40:41 +0100 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: On 02.12.2010 20:37, Christopher Torgalson wrote: > Hi, > > On Thu, Dec 2, 2010 at 11:26 AM, "Christian M?ller (Kitsunet)" > wrote: >> On 01.12.2010 10:25, Mario Sargac wrote: >>> >>> Hi, >>> >>> does anyone know how to insert a line break (a newline feed) after each >>> TS generated menu item? I have the following situation: >>> ------ >>> lib.qlinks = HMENU >>> lib.qlinks { >>> 1 = TMENU >>> 1 { >>> NO.allWrap =
  • |
  • >>> noBlur = 1 >>> } >>> } >>> ------ >>> >>> Current output is like this: >>>
  • item 1
  • item 2
  • >>> >>> Is it possible to achieve output like this (in the html source): >>>
  • item 1
  • >>>
  • item 2
  • >> >> Hi, >> >> NO.allStdWrap.noTrimWrap ( >> | >>
  • |
  • >> | >> ) >> >> instead of the allWrap should do the trick, but I don't see why that should >> be needed for IE6 compatibility... > > > You don't need to eliminate whitespace to deal with that bug. The 'li > a height: 1%;' fix [1] delivered only to the relevant browser has > never failed me that I recall :) > Agree on that fix. He wants to ADD whitespace not eliminate it, so I am really lost on what that should help. From bedlamhotel at gmail.com Thu Dec 2 20:51:28 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Thu, 2 Dec 2010 11:51:28 -0800 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: Hi, On Thu, Dec 2, 2010 at 11:40 AM, "Christian M?ller (Kitsunet)" wrote: > On 02.12.2010 20:37, Christopher Torgalson wrote: >> >> Hi, >> >> On Thu, Dec 2, 2010 at 11:26 AM, "Christian M?ller (Kitsunet)" >> ?wrote: >>> >>> On 01.12.2010 10:25, Mario Sargac wrote: >>>> >>>> Hi, >>>> >>>> does anyone know how to insert a line break (a newline feed) after each >>>> TS generated menu item? I have the following situation: >>>> ------ >>>> lib.qlinks = HMENU >>>> lib.qlinks { >>>> 1 = TMENU >>>> 1 { >>>> NO.allWrap =
  • ?|
  • >>>> noBlur = 1 >>>> } >>>> } >>>> ------ >>>> >>>> Current output is like this: >>>>
  • item 1
  • item 2
  • >>>> >>>> Is it possible to achieve output like this (in the html source): >>>>
  • item 1
  • >>>>
  • item 2
  • >>> >>> Hi, >>> >>> NO.allStdWrap.noTrimWrap ( >>> | >>>
  • |
  • >>> | >>> ) >>> >>> instead of the allWrap should do the trick, but I don't see why that >>> should >>> be needed for IE6 compatibility... >> >> >> You don't need to eliminate whitespace to deal with that bug. The 'li >> a height: 1%;' fix [1] delivered only to the relevant browser ?has >> never failed me that I recall :) >> > > Agree on that fix. > > He wants to ADD whitespace not eliminate it, so I am really lost on what > that should help. Oh, you're right. Once again, my reading comprehension gets called into question :) In that case, he could use Tidy via Install Tool or extension... -- Christopher Torgalson http://www.typo3apprentice.com/ From typo3 at kay-strobach.de Fri Dec 3 07:34:15 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 07:34:15 +0100 Subject: [TYPO3-english] new Extensionsmanager (beta2) Message-ID: Hi List, i played around with the new Extensionmanager, great work. But there some point that need to be fixed (i think) - Extension installation is not working with depencies :( - Updates tab, needed not available I dislike the extensible rows in the extension list, and would suggest to use a modal window instead. Perfect: - language management Best regards Kay From typo3 at kay-strobach.de Fri Dec 3 07:41:28 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 07:41:28 +0100 Subject: [TYPO3-english] flashmessages Message-ID: Hi List, is there anyway to tell a flashmessage from php to appear as JS Flashmessage? Normal HTML $flashMessage = t3lib_div::makeInstance( 't3lib_FlashMessage', $LANG->getLL('selectpage_description'), $LANG->getLL('selectpage_tip'), t3lib_FlashMessage::NOTICE ); t3lib_FlashMessageQueue::addMessage($flashMessage); Would be nice to have: top.TYPO3.Flashmessage.display(1, 'TYPO3 Backend - Version 4.4', 'Ready for take off', 3); Otherwise the flashmessages could be detected and converted to JS ones ;) in the Backend. Thanks. Kay From tomas.havner at kansli.lth.se Fri Dec 3 09:13:30 2010 From: tomas.havner at kansli.lth.se (Tomas Havner) Date: Fri, 03 Dec 2010 09:13:30 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Christopher Torgalson skrev 2010-12-02 20:42: > Hi, > > On Thu, Dec 2, 2010 at 11:38 AM, "Christian M?ller (Kitsunet)" > wrote: >> On 02.12.2010 16:10, Tomas Havner wrote: >>> Hi, >>> >>> My error logs is filled with the following: >>> >>> PHP Warning: parse_url(http:///404/) [>> href='function.parse-url'>function.parse-url]: Unable to parse url >>> in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line >>> 2715 >>> >>> any ideas? >>> >>> >>> Regards >>> >>> Tomas >>> >> That happens if you have a broken link somewhere (probably inside some >> content, but could virtually be everywhere), try to search if you link to >> /404 somewhere... > > Just a guess, but did you set page not found handling url in the > Install Tool to /404? (If you did do this, it's wrong since there is > no reason to EVER try to access a 404 page by it's own URL; just use > the index.php?id=123 syntax...) > > I host many sites, so I have set the page not found handling to 404. Is there a solution to define one 404-page per site without using /404? Tomas From christian at futterlieb.ch Fri Dec 3 09:38:37 2010 From: christian at futterlieb.ch (Christian Futterlieb) Date: Fri, 03 Dec 2010 09:38:37 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Hi Thomas Take a look at extension pagenotfoundhandling ([1] and [2]). Regards, Christian [1] http://forge.typo3.org/projects/extension-pagenotfoundehandling [2] http://typo3.org/extensions/repository/view/pagenotfoundhandling/current/ On 12/03/2010 09:13 AM, Tomas Havner wrote: > I host many sites, so I have set the page not found handling to 404. Is > there a solution to define one 404-page per site without using /404? > > Tomas From christian at futterlieb.ch Fri Dec 3 09:41:48 2010 From: christian at futterlieb.ch (Christian Futterlieb) Date: Fri, 03 Dec 2010 09:41:48 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Hey Tomas Sorry, I did not spell your name correctly ;) Regards, Christian On 12/03/2010 09:38 AM, Christian Futterlieb wrote: > Hi Thomas From typo3 at kay-strobach.de Fri Dec 3 09:56:23 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 09:56:23 +0100 Subject: [TYPO3-english] new Extensionsmanager (beta2) In-Reply-To: References: Message-ID: Hi some more Feedback, PHP Waring on Extension import (classic way in 4.5b2): PHP Warning: Invalid argument supplied for foreach() in e:\t3alpha4.5\typo3\sysext\em\classes\tools\class.tx_em_tools_xmlhandler.php line 113 Best regards Kay From andy.pattynama at gmail.com Fri Dec 3 10:13:15 2010 From: andy.pattynama at gmail.com (Andy Pattynama) Date: Fri, 3 Dec 2010 10:13:15 +0100 Subject: [TYPO3-english] comments + nc_staticfilecache + tt_news caching problem Message-ID: Hi List I'm using the comments + nc_staticfilecache + tt_news extensions for a project. The LIST & SINGLE view are on the same page. For the SINGLE view, the caching is disabled because of following problems: When I post a comment on a cached-version of a SINGLE view, the comment doesn't get posted at all (no DB-entry). When I deactivate the cache with following TS: plugin.tt_news = USER # clear the code field plugin.tt_news.code < plugin.tt_news.code = LATEST [globalVar = GP:tx_ttnews|tt_news > 0] plugin.tt_news.code = SINGLE plugin.tt_news = USER_INT [global] The comments work like expected, the only problem is, that the SINGLE-view cannot be cached. Could it be that the clear-cache-function in the comments extension doesn't work as expected? A workaround would be to post and get the comments via Ajax but that would be my last option. Any hints are greatly appreciated. Best regards, Andy From soren.malling at gmail.com Fri Dec 3 10:10:23 2010 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Fri, 3 Dec 2010 10:10:23 +0100 Subject: [TYPO3-english] new Extensionsmanager (beta2) In-Reply-To: References: Message-ID: Please use the bug tracker at the forge project page: http://forge.typo3.org/projects/typo3v4-em/issues S?ren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling On Fri, Dec 3, 2010 at 9:56 AM, Kay Strobach wrote: > Hi some more Feedback, > > PHP Waring on Extension import (classic way in 4.5b2): > > PHP Warning: Invalid argument supplied for foreach() in > e:\t3alpha4.5\typo3\sysext\em\classes\tools\class.tx_em_tools_xmlhandler.php > line 113 > > > Best regards > Kay > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From steffen at steffen-gebert.de Fri Dec 3 10:51:33 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Fri, 03 Dec 2010 10:51:33 +0100 Subject: [TYPO3-english] flashmessages In-Reply-To: References: Message-ID: On 03.12.10 07:41, Kay Strobach wrote: > Hi List, > > is there anyway to tell a flashmessage from php to appear as JS > Flashmessage? Hi Kay, no, unfortunately not, as we got no agreement for http://bugs.typo3.org/view.php?id=16318 So long you have to output the JS code :( Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From rik at actiview.nl Fri Dec 3 11:15:55 2010 From: rik at actiview.nl (Rik Willems) Date: Fri, 03 Dec 2010 11:15:55 +0100 Subject: [TYPO3-english] RealURL and tt_news categories Message-ID: Hi all, With RealURL you can do a lookUpTable to find the name of for instance a tt_news category. This works very smooth. Is there also a way to get subcategories into the URL? To make a sort of category rootline... Looking forward to your thoughts. Cheers! Rik From typo3 at kay-strobach.de Fri Dec 3 12:18:03 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 12:18:03 +0100 Subject: [TYPO3-english] flashmessages In-Reply-To: References: Message-ID: Hi steffen, thanks - but damm :( Best regards Kay From typo3 at kay-strobach.de Fri Dec 3 14:04:17 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 14:04:17 +0100 Subject: [TYPO3-english] WebApp Gallery Message-ID: Hi, piwik got on the Microsoft WebApp Gallery. I think this would also be a great goal for TYPO3, as Installation in IIS will be automated (interesting for introduction package) http://www.microsoft.com/web/gallery/default.aspx Best regards Kay From typo3.list at philippgampe.info Fri Dec 3 14:28:37 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Fri, 3 Dec 2010 13:28:37 +0000 (UTC) Subject: [TYPO3-english] line breaks after menu items References: Message-ID: On Thu, 02 Dec 2010 11:51:28 -0800, Christopher Torgalson wrote: > In that case, he could use Tidy via Install Tool or extension... That is stupid? I once tried to use stdWrap to add a char (line break is 10 I think), but did not succeed :( Best regards Phil From cecilie007007 at gmail.com Fri Dec 3 14:29:15 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Fri, 3 Dec 2010 14:29:15 +0100 Subject: [TYPO3-english] Javascript in HTML template In-Reply-To: References: Message-ID: Hi, Thanks for the reply. I just tested it just opening the html file directly on the webserver, and this works. The script is called in the bottom of the html template as it correctly don?t work if the script is placed in the top of the html. But any idea why typo3 influence this, as the fact it it works if I open the html directly on the webserver Regards Cecilie. ""Christian M?ller (Kitsunet)"" skrev i meddelelsen news:mailman.1.1291317892.21768.typo3-english at lists.typo3.org... > Have you tried to open this html from the server (without TYPO3 involved)? > I guess it won't work too, because actually you execute your javascript > right away, without checking if all of the page is already loaded. Which > can be fine on a local pc because there is no loading time, but from the > internet the html takes a bit to load and your javascript is executed > before the img tag with id="someimage" exists in your browser and so you > will get the error. > > You should put that code into a function and execute that function with > window.onload [1]. > > Christian > > [1] http://javascript.about.com/library/blonload.htm > > On 01.12.2010 09:54, Cecilie Andersen wrote: >> I have a problem regarding a Javascript in my html template. >> >> When I run the template on my local pc it works, but when loading the >> template on my typo3 site there is an error. >> >> The javascript is the following (it just insert a random picture into a >>

    >> >> >> >> >> >> >> >>
    >> > cellspacing="0" cellpadding="0" height="660"> >> >> >> >> >> >> When opening the page in typo3 I can see an explorer error, that calls >> the following error: >> >> 'document.getElementById(...)' is null or not an object >> >> - and it points to the line "document.getElementById("someimage").src = >> aryimages[Math.floor(Math.random() * aryimages.length)];" >> >> Anyone has knowledge about problem with inserting javascript ? as it >> seems to be an typo3 related error, as it works fine on my local pc. >> >> Regards >> Cecilie > From typo3 at perseguers.ch Fri Dec 3 14:34:50 2010 From: typo3 at perseguers.ch (Xavier Perseguers) Date: Fri, 03 Dec 2010 14:34:50 +0100 Subject: [TYPO3-english] WebApp Gallery In-Reply-To: References: Message-ID: Hi, > piwik got on the Microsoft WebApp Gallery. > > I think this would also be a great goal for TYPO3, as Installation in > IIS will be automated (interesting for introduction package) > > http://www.microsoft.com/web/gallery/default.aspx I agree. I attended JumpIn! Camp two weeks ago and I thought about it too. Would you like to contribute? Preparing some kind of cooking book of what should be done for that? Cheers Xavier From sargac at gmail.com Fri Dec 3 14:48:58 2010 From: sargac at gmail.com (Mario Sargac) Date: Fri, 03 Dec 2010 14:48:58 +0100 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: On 12/02/2010 08:26 PM, "Christian M?ller (Kitsunet)" wrote: > On 01.12.2010 10:25, Mario Sargac wrote: >> Hi, >> >> does anyone know how to insert a line break (a newline feed) after each >> TS generated menu item? I have the following situation: >> ------ >> lib.qlinks = HMENU >> lib.qlinks { >> 1 = TMENU >> 1 { >> NO.allWrap =
  • |
  • >> noBlur = 1 >> } >> } >> ------ >> >> Current output is like this: >>
  • item 1
  • item 2
  • >> >> Is it possible to achieve output like this (in the html source): >>
  • item 1
  • >>
  • item 2
  • > > Hi, > > NO.allStdWrap.noTrimWrap ( > | >
  • |
  • > | > ) > > instead of the allWrap should do the trick, but I don't see why that > should be needed for IE6 compatibility... > > Christian > Chistian, thanks for the tip. I agree this is weird, but the thing is the html/css template works on IE6 only when
  • elements are each in its own line. I won't discuss IE6 (or any other IE version) any further here, as we would need a separate thread, only to say that I gave up the IE compatibility some time ago. Mario From typo3 at kay-strobach.de Fri Dec 3 14:54:36 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 14:54:36 +0100 Subject: [TYPO3-english] WebApp Gallery In-Reply-To: References: Message-ID: Hey Xavier, > I agree. I attended JumpIn! Camp two weeks ago and I thought about it too. > > Would you like to contribute? Preparing some kind of cooking book of > what should be done for that? Should not be so complex: 1. create zip file with 2 additional xml files -> see attachment: http://learn.iis.net/page.aspx/578/package-an-application-for-the-windows-web-application-gallery/ - define path - respect ACL's (writing for cache and config, fileadmin, ...) - require php - require gm/im or shipit 2. Submit TYPO3 http://www.microsoft.com/web/gallery/developer.aspx 3. Build script to submit the mail with the new URI or do it manually. Having never worked with productiv with iis (*lol*) it's hard form me. Hope the provided information are usefull. Best regards Kay From typo3 at kay-strobach.de Fri Dec 3 14:57:25 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 14:57:25 +0100 Subject: [TYPO3-english] WebApp Gallery In-Reply-To: References: Message-ID: Hi Xavier, additionaly there should be an sql file, that initiates the db. What about requiring mysql? -> Or better use sqlite ;) -> or MSSQL? Best regards Kay Am 03.12.2010 14:54, schrieb Kay Strobach: > Hey Xavier, > >> I agree. I attended JumpIn! Camp two weeks ago and I thought about it too. >> >> Would you like to contribute? Preparing some kind of cooking book of >> what should be done for that? > > Should not be so complex: > > 1. create zip file with 2 additional xml files -> see attachment: > > http://learn.iis.net/page.aspx/578/package-an-application-for-the-windows-web-application-gallery/ > - define path > - respect ACL's (writing for cache and config, fileadmin, ...) > - require php > - require gm/im or shipit > > 2. Submit TYPO3 > http://www.microsoft.com/web/gallery/developer.aspx > > 3. Build script to submit the mail with the new URI or do it manually. > > Having never worked with productiv with iis (*lol*) it's hard form me. > Hope the provided information are usefull. > > Best regards > Kay From christian at kitsunet.de Fri Dec 3 16:00:44 2010 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Christian_M=FCller_=28Kitsunet=29=22?=) Date: Fri, 03 Dec 2010 16:00:44 +0100 Subject: [TYPO3-english] Javascript in HTML template In-Reply-To: References: Message-ID: Hi, did you check the created (html) code from TYPO3? Maybe there is something missing. Maybe post the code or sent it to me by mail. Christian On 03.12.2010 14:29, Cecilie Andersen wrote: > Hi, > > Thanks for the reply. I just tested it just opening the html file > directly on the webserver, and this works. The script is called in the > bottom of the html template as it correctly don?t work if the script is > placed in the top of the html. > > But any idea why typo3 influence this, as the fact it it works if I open > the html directly on the webserver > > Regards > Cecilie. > > > > ""Christian M?ller (Kitsunet)"" skrev i > meddelelsen > news:mailman.1.1291317892.21768.typo3-english at lists.typo3.org... >> Have you tried to open this html from the server (without TYPO3 >> involved)? I guess it won't work too, because actually you execute >> your javascript right away, without checking if all of the page is >> already loaded. Which can be fine on a local pc because there is no >> loading time, but from the internet the html takes a bit to load and >> your javascript is executed before the img tag with id="someimage" >> exists in your browser and so you will get the error. >> >> You should put that code into a function and execute that function >> with window.onload [1]. >> >> Christian >> >> [1] http://javascript.about.com/library/blonload.htm >> >> On 01.12.2010 09:54, Cecilie Andersen wrote: >>> I have a problem regarding a Javascript in my html template. >>> >>> When I run the template on my local pc it works, but when loading the >>> template on my typo3 site there is an error. >>> >>> The javascript is the following (it just insert a random picture into a >>>
  • >>> >>> >>> >>> >>> >>> >>> >>>
    >>> >> cellspacing="0" cellpadding="0" height="660"> >>> >>> >>> >>> >>> >>> When opening the page in typo3 I can see an explorer error, that calls >>> the following error: >>> >>> 'document.getElementById(...)' is null or not an object >>> >>> - and it points to the line "document.getElementById("someimage").src = >>> aryimages[Math.floor(Math.random() * aryimages.length)];" >>> >>> Anyone has knowledge about problem with inserting javascript ? as it >>> seems to be an typo3 related error, as it works fine on my local pc. >>> >>> Regards >>> Cecilie >> From spetzl at gmx.at Fri Dec 3 16:27:52 2010 From: spetzl at gmx.at (Stephan Petzl) Date: Fri, 03 Dec 2010 16:27:52 +0100 Subject: [TYPO3-english] javascript compressor in the backend Message-ID: hello! Currently i'm trying to debug some backend module, and i'm struggling to disable the caching for javascript files. I realised that there was some kind of compressor introduced one of the last versions of TYPO3. I'm currently using 4.4.0. All my JS files get copied to typo3temp/compressor. When i change something in my original ts-file, the copy in the compressor dir doesn't get updated. Where can i disable the compressor? I found no documentation on this feature - anyone knows something about it? -- Best Regards Stephan Petzl http://www.ajado.com From steffen at steffen-gebert.de Fri Dec 3 16:31:16 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Fri, 03 Dec 2010 16:31:16 +0100 Subject: [TYPO3-english] javascript compressor in the backend In-Reply-To: References: Message-ID: > All my JS files get copied to typo3temp/compressor. When i change > something in my original ts-file, the copy in the compressor dir doesn't > get updated. It must get updated! Read: A new file with a new, unique file name is created and used by TYPO3. It checks the file size and filemtime and computes the hash based on this information. > Where can i disable the compressor? > I found no documentation on this feature - anyone knows something about it? In 4.5 using $TYPO3_CONF_VARS['BE']['debug'] = 1; In 4.4 by commenting out the following lines in typo3/template.php > $this->pageRenderer->enableConcatenateFiles(); > $this->pageRenderer->enableCompressCss(); > $this->pageRenderer->enableCompressJavascript(); Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From katja.lampela at lieska.net Fri Dec 3 16:42:01 2010 From: katja.lampela at lieska.net (Katja Lampela) Date: Fri, 03 Dec 2010 17:42:01 +0200 Subject: [TYPO3-english] no paste icon in Page module? Message-ID: Hi, I've been using a long time kb_nescefe (makes extra columns within column) and it has very nice cut and paste icons in Page module. Or at least that's problably so since now when I try the multicolumn extension and I uninstalled the kb_nescefe, the nice and handy to use icons are gone. So my question is: is there really no cutting and pasting with Page module or have I just missed them in my configuration? Can't find them in page/user tsconfig, but I guess I have lost something.. And I realize they are in context menus but what if the column where I want to paste is empty? Can't click anything to get the context menu and choose Paste there. -- With kind regards Katja Lampela *Lieska-tuotanto* www.lieska.net From will at livehybrid.com Fri Dec 3 16:46:16 2010 From: will at livehybrid.com (William Searle) Date: Fri, 3 Dec 2010 15:46:16 +0000 Subject: [TYPO3-english] Getting Extension's config in a Backend Module? Message-ID: I am wanting to use an email template file that is defined in my extensions constants. Is it possible to easily get these in my backend module? I will also be wanting to generate a link that will be inserted into the template (using cObj?) - Is this possible?? Cheers Will From bedlamhotel at gmail.com Fri Dec 3 16:50:23 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 3 Dec 2010 07:50:23 -0800 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Hi, On Fri, Dec 3, 2010 at 12:38 AM, Christian Futterlieb wrote: > Hi Thomas > > Take a look at extension pagenotfoundhandling ([1] and [2]). > > Regards, Christian > > [1] http://forge.typo3.org/projects/extension-pagenotfoundehandling > [2] > http://typo3.org/extensions/repository/view/pagenotfoundhandling/current/ > > On 12/03/2010 09:13 AM, Tomas Havner wrote: >> >> I host many sites, so I have set the page not found handling to 404. Is >> there a solution to define one 404-page per site without using /404? If you need to do it for multiple domains, that extension may be what you need (though if you have a consistent and reasonably low number of domains, you can also do it with a switch statement in localconf.php?see below for a short example). But in any case, as I understand it, Realurl is not available at the stage of the request where 404 pages are handled (i don't know about Cooluri, I assume it's similar). That means (at least in localconf.php) you need to set the 404 url to e.g. /index.php?id=123. It's possible that something has changed which will make it possible to use /404, but as I mentioned previously, it doesn't make a lot of sense to have a special alias for a 404 page which is _never_ accessed by its own URL (i.e. the unattractive /index.php?id=245 URL is never shown...) switch($_SERVER['SERVER_NAME']) { case 'www.example.com': $page_not_found_id = '216'; break; default: $page_not_found_id = '54'; } $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '/index.php?id='. $page_not_found_id; -- Christopher Torgalson http://www.typo3apprentice.com/ From bedlamhotel at gmail.com Fri Dec 3 17:00:11 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 3 Dec 2010 08:00:11 -0800 Subject: [TYPO3-english] line breaks after menu items In-Reply-To: References: Message-ID: Hi, On Fri, Dec 3, 2010 at 5:28 AM, Philipp Gampe wrote: > On Thu, 02 Dec 2010 11:51:28 -0800, Christopher Torgalson wrote: > >> In that case, he could use Tidy via Install Tool or extension... > > That is stupid? > > I once tried to use stdWrap to add a char (line break is 10 I think), but > did not succeed :( "Stupid"? Get up on the wrong side today? Next time shall I ask your approval before I suggest something--which will solve the problem--to somebody? In any case, you can definitely use the stdWrap 'char' function to add whitespace. In the context of a TMENU item, it might be a good place to use allStdWrap... -- Christopher Torgalson http://www.typo3apprentice.com/ From typo3 at kay-strobach.de Fri Dec 3 17:46:16 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 17:46:16 +0100 Subject: [TYPO3-english] Getting Extension's config in a Backend Module? In-Reply-To: References: Message-ID: I have done something similar in ext piwikintegration mod1 On Fri, 3 Dec 2010 15:46:16 +0000, William Searle wrote: > I am wanting to use an email template file that is defined in my extensions > constants. Is it possible to easily get these in my backend module? > I will also be wanting to generate a link that will be inserted into the > template (using cObj?) - Is this possible?? > Cheers > Will From typo3 at kay-strobach.de Fri Dec 3 18:01:08 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 18:01:08 +0100 Subject: [TYPO3-english] Suhosin and TYPO3 - Best pratice In-Reply-To: References: Message-ID: On Wed, 1 Dec 2010 15:01:29 +0100, Santiago wrote: > > open_basedir dir is really senselesse, as long as you allow functions > > like exec, system, passthrough ;) Hi, Yeah the discussion is not there, it was on the security list. With the above functions you have shell access as the webserver user would have. Regards kay From typo3 at kay-strobach.de Fri Dec 3 18:24:42 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Fri, 03 Dec 2010 18:24:42 +0100 Subject: [TYPO3-english] Getting Extension's config in a Backend Module? In-Reply-To: References: Message-ID: Hi, now is time for a longer answere: http://typo3.org/extensions/repository/view/piwikintegration/current/info/lib%252Fclass.tx_piwikintegration_div.php/ function getPiwikSiteIdForPid Best regards Kay Am 03.12.2010 17:46, schrieb Kay Strobach: > I have done something similar in ext piwikintegration mod1 From typo3.list at philippgampe.info Fri Dec 3 18:40:32 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Fri, 3 Dec 2010 17:40:32 +0000 (UTC) Subject: [TYPO3-english] no paste icon in Page module? References: Message-ID: On Fri, 03 Dec 2010 17:42:01 +0200, Katja Lampela wrote: > So my question is: is there really no cutting and pasting with Page > module or have I just missed them in my configuration? No, there are none, and there will be none in 4.5 as feature freeze happend a while ago. There was a long discussion on dev list (continued form core list) about implementing, but pasting in page module is tricky, because colpos changes too. A solutions must work with workspaces and localization (all modes) to make it into core. This was not quite finished. Best regards Phil From steffen at steffen-gebert.de Fri Dec 3 18:49:59 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Fri, 03 Dec 2010 18:49:59 +0100 Subject: [TYPO3-english] no paste icon in Page module? In-Reply-To: References: Message-ID: On 03.12.10 18:40, Philipp Gampe wrote: > On Fri, 03 Dec 2010 17:42:01 +0200, Katja Lampela wrote: > >> So my question is: is there really no cutting and pasting with Page >> module or have I just missed them in my configuration? > > No, there are none, and there will be none in 4.5 as feature freeze > happend a while ago. > > There was a long discussion on dev list (continued form core list) about > implementing, but pasting in page module is tricky, because colpos > changes too. A solutions must work with workspaces and localization (all > modes) to make it into core. This was not quite finished. But it's possible using the context sensitive menu of Content Elements, isn't it? Umm.. as long as there's already a CE. Otherwise it should be possible using the menu in the Page Tree IIRC. Nevertheless, very bad currently, indeed. Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From dpacholczyk at gmail.com Sat Dec 4 11:44:53 2010 From: dpacholczyk at gmail.com (Dawid Pacholczyk) Date: Sat, 04 Dec 2010 11:44:53 +0100 Subject: [TYPO3-english] RTE in ext won`t save tags In-Reply-To: References: Message-ID: Thanks for the reply BUT I think the problem is somewhere else. I`ve creted several ext`s with RTE and never used this function so I can`t belive that I need to do it now. Dnia 2010-12-02, czw o godzinie 19:05 +0100, Jigal van Hemert pisze: > pi_RTEcssText From typo3.list at philippgampe.info Sat Dec 4 14:01:45 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Sat, 4 Dec 2010 13:01:45 +0000 (UTC) Subject: [TYPO3-english] FYI: tq_seo breaks BE - fix Message-ID: Hi List, in case you use tq_seo, you might found you BE broken with the current update the next time you try to log in. This is caused by a missing line in EXT:tq_seo/hooks/ class.cache_controller_hook.php You will need to add the following line at the very beginning of the file (after the first comment block). require_once (PATH_typo3.'interfaces/ interface.backend_cacheActionsHook.php'); Unfortunately I did not find any public bug tracker, but I hope it gets fixed soon. Best regards Phil From cecilie007007 at gmail.com Sat Dec 4 20:08:33 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Sat, 4 Dec 2010 20:08:33 +0100 Subject: [TYPO3-english] Dropdown menu Message-ID: Hi, I have always used tmenu layers menus, but I would like some java etc I have seached on the web and suckerfish is mentioned, and I have also found some snippets. But somehow it doesn?t work as the menu?s is not showed correctly. I just look for a simpe drop down menu., so nothing advanced here at the start. Does anyone know a "idiot secure" tutorial - or maybe just post the typoscript, css and java code for such a menu here, so I will try it on my site. I am using templavoila, but I suppose the menu code should also work under that Hope someone are able to help me a bit Regards Cecilie From jorgosch at terra.es Sat Dec 4 22:27:09 2010 From: jorgosch at terra.es (J. Schaller) Date: Sat, 04 Dec 2010 22:27:09 +0100 Subject: [TYPO3-english] tt_news - different links in single and list view Message-ID: Hi all, I have a problem with tt_news 3. In list view my URLs are rewritten like so: http://www.example.com/news/2005/04/11/this-is-awesome/ using useHRDates = 1 useHRDatesSingle = 1 In single view there is an additional link for NEXT/PREVIOUS article, but the generated links are different from list view and look like: http://www.example.com/news/this-is-awesome/ There doesn't seem to be an instruction to add dates to the URL in single view. Of course, that's not nice because articles are indexed twice and differently. What can I do? Thanks in advance! Cheers, J. Schaller From hermes1 at web.de Sat Dec 4 22:33:01 2010 From: hermes1 at web.de (=?iso-8859-1?Q?Tobias_D=F6rner?=) Date: Sat, 4 Dec 2010 22:33:01 +0100 Subject: [TYPO3-english] Dropdown menu In-Reply-To: References: Message-ID: Already tried this? http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html or http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-eb enen.html :) Regards Tobi -----Urspr?ngliche Nachricht----- Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie Andersen Gesendet: Samstag, 4. Dezember 2010 20:09 An: typo3-english at lists.typo3.org Betreff: [TYPO3-english] Dropdown menu Hi, I have always used tmenu layers menus, but I would like some java etc I have seached on the web and suckerfish is mentioned, and I have also found some snippets. But somehow it doesn?t work as the menu?s is not showed correctly. I just look for a simpe drop down menu., so nothing advanced here at the start. Does anyone know a "idiot secure" tutorial - or maybe just post the typoscript, css and java code for such a menu here, so I will try it on my site. I am using templavoila, but I suppose the menu code should also work under that Hope someone are able to help me a bit Regards Cecilie _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From cecilie007007 at gmail.com Sun Dec 5 09:55:08 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Sun, 5 Dec 2010 09:55:08 +0100 Subject: [TYPO3-english] Dropdown menu In-Reply-To: References: Message-ID: Hi, I think the problem is that I somehow insert it wrong into my html template. My template is simple and looks just like this
    content
    The code that have to be inserted into my html is this I suppose Maybe a stupid question but how do I insert this code into my html, so it works. As java and typoscript should be just easy to add Regards Cecilie "Tobias D?rner" skrev i meddelelsen news:mailman.3669.1291498434.648.typo3-english at lists.typo3.org... > Already tried this? > http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html > or > http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-eb > enen.html > > :) Regards > Tobi > > -----Urspr?ngliche Nachricht----- > Von: typo3-english-bounces at lists.typo3.org > [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie > Andersen > Gesendet: Samstag, 4. Dezember 2010 20:09 > An: typo3-english at lists.typo3.org > Betreff: [TYPO3-english] Dropdown menu > > Hi, > > I have always used tmenu layers menus, but I would like some java etc > > I have seached on the web and suckerfish is mentioned, and I have also > found > > some snippets. But somehow it doesn?t work as the menu?s is not showed > correctly. > > I just look for a simpe drop down menu., so nothing advanced here at the > start. Does anyone know a "idiot secure" tutorial - or maybe just post the > typoscript, css and java code for such a menu here, so I will try it on my > site. I am using templavoila, but I suppose the menu code should also work > under that > > Hope someone are able to help me a bit > > Regards > Cecilie > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From santi013 at arcor.de Sun Dec 5 10:06:17 2010 From: santi013 at arcor.de (Santiago) Date: Sun, 5 Dec 2010 10:06:17 +0100 Subject: [TYPO3-english] override title of menue-entries with accesskey Message-ID: Hi, I enabled the accesskey generation in my menues and realized, that typo3 generates title-attributes for the accesskey. That's fine so far. The point is - any browser needs different additional keys or key-sequences (like opera) to support the access key. I did not find a browser yet, where ALT + accesskey works. So I'm looking for a way to change the generated title-attribute for the links of the menue items. Is it possible to change that by TS? And how do I best support different languages? Do I need to write a plugin, or are there other/better ways? kind regards Santi From cecilie007007 at gmail.com Sun Dec 5 10:57:23 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Sun, 5 Dec 2010 10:57:23 +0100 Subject: [TYPO3-english] Dropdown menu In-Reply-To: References: Message-ID: Actually I can see I did not do any mistake. If I test the site on firefox it works. In explorer 8, there is a java script error, so I can only see this menu, and no drop down box are showed. 2010/12/5 Cecilie Andersen > Hi, > > I think the problem is that I somehow insert it wrong into my html > template. My template is simple and looks just like this > >
    > > >
    content
    >
    > > The code that have to be inserted into my html is this I suppose > > > Maybe a stupid question but how do I insert this code into my html, so it > works. As java and typoscript should be just easy to add > > Regards > Cecilie > > "Tobias D?rner" skrev i meddelelsen > news:mailman.3669.1291498434.648.typo3-english at lists.typo3.org... > > Already tried this? >> http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html >> or >> >> http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-eb >> enen.html >> >> :) Regards >> Tobi >> >> -----Urspr?ngliche Nachricht----- >> Von: typo3-english-bounces at lists.typo3.org >> [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie >> Andersen >> Gesendet: Samstag, 4. Dezember 2010 20:09 >> An: typo3-english at lists.typo3.org >> Betreff: [TYPO3-english] Dropdown menu >> >> Hi, >> >> I have always used tmenu layers menus, but I would like some java etc >> >> I have seached on the web and suckerfish is mentioned, and I have also >> found >> >> some snippets. But somehow it doesn?t work as the menu?s is not showed >> correctly. >> >> I just look for a simpe drop down menu., so nothing advanced here at the >> start. Does anyone know a "idiot secure" tutorial - or maybe just post the >> typoscript, css and java code for such a menu here, so I will try it on my >> site. I am using templavoila, but I suppose the menu code should also work >> under that >> >> Hope someone are able to help me a bit >> >> Regards >> Cecilie >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> >> _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From typo3.list at philippgampe.info Sun Dec 5 12:57:27 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Sun, 5 Dec 2010 11:57:27 +0000 (UTC) Subject: [TYPO3-english] override title of menue-entries with accesskey References: Message-ID: On Sun, 05 Dec 2010 10:06:17 +0100, Santiago wrote: > So I'm looking for a way to change the generated title-attribute for the > links of the menue items. Is it possible to change that by TS? And how > do I best support different languages? Do I need to write a plugin, or > are there other/better ways? You can change the title with TS. Then you can use "browser" conditions to change it according to different browsers. Best regards Phil From santi013 at arcor.de Sun Dec 5 14:03:38 2010 From: santi013 at arcor.de (Santiago) Date: Sun, 5 Dec 2010 14:03:38 +0100 Subject: [TYPO3-english] override title of menue-entries with accesskey In-Reply-To: References: Message-ID: Hi Phil, thank you for your attention. On Sun, 05 Dec 2010 12:57:27, Philipp Gampe wrote: > On Sun, 05 Dec 2010 10:06:17 +0100, Santiago wrote: > > So I'm looking for a way to change the generated title-attribute for the > > links of the menue items. > > You can change the title with TS. Then you can use "browser" conditions > to change it according to different browsers. I know about browser-conditions, but I don't know, how to access the title- attribute of the link. I don't mean the page-title. The accesskeys are generated by typo3 and the menue item, with the accesskey "A" gets the title attribute " (ALT-A)" - so I'd like to change the wrapper part of " (ALT-|)". I would appreciate a TS sample snippet. kind regards Santi From typo3 at perseguers.ch Sun Dec 5 15:49:30 2010 From: typo3 at perseguers.ch (Xavier Perseguers) Date: Sun, 05 Dec 2010 15:49:30 +0100 Subject: [TYPO3-english] FYI24 #16679: Cannot login to backend at the end of 1-2-3 wizard when using Oracle Message-ID: Hi, Following patch will be committed in 24h if nobody objects, right after prerequisite #16444. Type: bugfix (nobrainer for Core) Bugtracker reference: http://bugs.typo3.org/view.php?id=16679 Branches: trunk Problem: When configuring an Oracle connection with the 1-2-3 install tool wizard, the option "Login to the backend" of the "Congratulations" page of the wizard dies with an error message: Database Error: It seems that MySQL support for PHP is not installed! Additional information: This message comes from t3lib/class.t3lib_db.php. Problem can be solved by clearing typo3conf/temp_* files Solution: After digging into this, I found that by making the 1-2-3 wizard step available to DBAL when auto-loading it, I could remove the hack with virtual "step 0" of the wizard, use the original step 1 to autoload DBAL and take advantage of this to merge step 0 and step 1 and thus simply reloading the form to autoload DBAL and prevent temp_* caching file problems. I'm attaching only Core patch. Please have a look at bugtracker for DBAL-related patch if you're interested. Cheers Xavier -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 16679_core.diff URL: From typo3 at perseguers.ch Sun Dec 5 15:51:09 2010 From: typo3 at perseguers.ch (Xavier Perseguers) Date: Sun, 05 Dec 2010 15:51:09 +0100 Subject: [TYPO3-english] FYI24 #16679: Cannot login to backend at the end of 1-2-3 wizard when using Oracle In-Reply-To: References: Message-ID: Sorry, wrong list! > Xavier Perseguers 5 December 2010 15:49 : > > Hi, > > Following patch will be committed in 24h if nobody objects, right after > prerequisite #16444. > > Type: bugfix (nobrainer for Core) > > Bugtracker reference: > http://bugs.typo3.org/view.php?id=16679 > > Branches: trunk > > Problem: > When configuring an Oracle connection with the 1-2-3 install tool > wizard, the option "Login to the backend" of the "Congratulations" page > of the wizard dies with an error message: > > Database Error: It seems that MySQL support for PHP is not installed! > > Additional information: > This message comes from t3lib/class.t3lib_db.php. > > Problem can be solved by clearing typo3conf/temp_* files > > Solution: > After digging into this, I found that by making the 1-2-3 wizard step > available to DBAL when auto-loading it, I could remove the hack with > virtual "step 0" of the wizard, use the original step 1 to autoload DBAL > and take advantage of this to merge step 0 and step 1 and thus simply > reloading the form to autoload DBAL and prevent temp_* caching file > problems. > > I'm attaching only Core patch. Please have a look at bugtracker for > DBAL-related patch if you're interested. > > Cheers > Xavier From m at mariochiari.net Sun Dec 5 18:08:42 2010 From: m at mariochiari.net (mario) Date: Sun, 05 Dec 2010 18:08:42 +0100 Subject: [TYPO3-english] phpmyadmin. Path issue? Message-ID: Hello I have installed the phpmyadmin extension (phpMyAdmin phpmyadmin 4.9.0); I see the BE module but I get the error msg: 'The requested URL /T/dummy-4.4.4/typo3/ext/phpmyadmin/res/phpMyAdmin-3.3.5.1-all-languages/index.php was not found on this server.' I can see phpmyadmin ver weel at the url http://my-ip/~myId/T/dummy-4.4.4/typo3/ext/phpmyadmin/res/phpMyAdmin-3.3.5.1-all-languages/index.php Is it a path issue? or what else? I looked at bugs.typo3.org, but it do not find exactly the same issue. Any advise is very welcome. thanks mario Note REQUEST_URI :/~myId/T/dummy-4.4.4/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo HTTP_REFERER :http://my-ip/~myId/T/dummy-4.4.4/typo3/install/index.php? TYPO3_REQUEST_HOST : http://my-ip TYPO3_REQUEST_URL :http://my-ip/~myId/T/dummy-4.4.4/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo TYPO3_REQUEST_SCRIPT:http://my-ip/~myId/T/dummy-4.4.4/typo3/install/index.php TYPO3_REQUEST_DIR :http://my-ip/~myId/T/dummy-4.4.4/typo3/install/ TYPO3_SITE_URL : http://my-ip/~myId/T/dummy-4.4.4/ TYPO3_SITE_SCRIPT :typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo TYPO3_SSL : TYPO3_REV_PROXY : SCRIPT_NAME : /~myId/T/dummy-4.4.4/typo3/install/index.php TYPO3_DOCUMENT_ROOT : /home/myId/public_html SCRIPT_FILENAME : /home/myId/public_html/T/dummy-4.4.4/typo3/install/index.php From ralf.rene at online.de Mon Dec 6 04:08:37 2010 From: ralf.rene at online.de (=?ISO-8859-15?Q?Ralf-Ren=E9_Schr=F6der?=) Date: Mon, 06 Dec 2010 04:08:37 +0100 Subject: [TYPO3-english] dmmjobcontrol sends no mails ??? Message-ID: Hello together is there anyone who is using the extension dmmjobcontrol ??? in my installation TYPO3 4.4.4 Templavoila 1.5.2 the job apply mails aren't sending (any idea ???) all other mails in the system (registration, newsletter, installtooltext) are sending corrrectly !!! is the extension working somewhere (and in what configuration ???) -- Ralf-Ren? Schr?der http://if-20.com ... YAML templates for TYPO3 ______________________________________________ From elijah.alcantara at gmail.com Mon Dec 6 09:25:08 2010 From: elijah.alcantara at gmail.com (Elijah) Date: Mon, 06 Dec 2010 16:25:08 +0800 Subject: [TYPO3-english] Image sizes aren't resized correctly Message-ID: Hi, This probably a simple issue but I've already looked into styles.content.imgtext.maxW = 600 Putting a set of 4 images in 4 columns (Images content type) with a set width of 200px in the image dimensions field isn't working as it should... it's displayed with a forced styling of 143px, it seems that typo3 automatically adjusts this but I can't find any setting to turn it off. It doesn't seem to resize correctly when using columns, but when I use this feature in single images it works fine. Regards, Elijah From agarcia at empel-technologies.es Mon Dec 6 12:07:45 2010 From: agarcia at empel-technologies.es (=?iso-8859-1?Q?Angel_Garc=EDa_=28EMPEL=29?=) Date: Mon, 6 Dec 2010 12:07:45 +0100 Subject: [TYPO3-english] backend user only with only tt_news admin In-Reply-To: References: Message-ID: Hi, I would like to make a backend user with only the tt_news module, I was looking the manual, but its not very clear. Anyone can it explained to me?. Thank you. ********************** From hermes1 at web.de Mon Dec 6 12:08:30 2010 From: hermes1 at web.de (=?iso-8859-1?Q?Tobias_D=F6rner?=) Date: Mon, 6 Dec 2010 12:08:30 +0100 Subject: [TYPO3-english] Dropdown menu In-Reply-To: References: Message-ID: Hi Cecilie, quite easy. Make a html Template and map for example in TemplaVoila as a TSOP. Then put in TS: lib.myMenu = HMENU lib.myMenu { special = directory # kind of Menu special.value = 1 # Site Id entryLevel = 1 # Site level 1 = TMENU 1 { wrap = NO.wrapItemAndSub =
  • |
  • } } Thats it rudimentarily. For Mapping whole html template and implementation in TS please read the documentation for TV. Rgeards Tobi -----Urspr?ngliche Nachricht----- Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie Andersen Gesendet: Sonntag, 5. Dezember 2010 10:57 An: typo3-english at lists.typo3.org Betreff: Re: [TYPO3-english] Dropdown menu Actually I can see I did not do any mistake. If I test the site on firefox it works. In explorer 8, there is a java script error, so I can only see this menu, and no drop down box are showed. 2010/12/5 Cecilie Andersen > Hi, > > I think the problem is that I somehow insert it wrong into my html > template. My template is simple and looks just like this > >
    > > >
    content
    >
    > > The code that have to be inserted into my html is this I suppose > > > Maybe a stupid question but how do I insert this code into my html, so it > works. As java and typoscript should be just easy to add > > Regards > Cecilie > > "Tobias D?rner" skrev i meddelelsen > news:mailman.3669.1291498434.648.typo3-english at lists.typo3.org... > > Already tried this? >> http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html >> or >> >> http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-eb >> enen.html >> >> :) Regards >> Tobi >> >> -----Urspr?ngliche Nachricht----- >> Von: typo3-english-bounces at lists.typo3.org >> [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie >> Andersen >> Gesendet: Samstag, 4. Dezember 2010 20:09 >> An: typo3-english at lists.typo3.org >> Betreff: [TYPO3-english] Dropdown menu >> >> Hi, >> >> I have always used tmenu layers menus, but I would like some java etc >> >> I have seached on the web and suckerfish is mentioned, and I have also >> found >> >> some snippets. But somehow it doesn?t work as the menu?s is not showed >> correctly. >> >> I just look for a simpe drop down menu., so nothing advanced here at the >> start. Does anyone know a "idiot secure" tutorial - or maybe just post the >> typoscript, css and java code for such a menu here, so I will try it on my >> site. I am using templavoila, but I suppose the menu code should also work >> under that >> >> Hope someone are able to help me a bit >> >> Regards >> Cecilie >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> >> _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From scecere at krur.com Mon Dec 6 12:20:02 2010 From: scecere at krur.com (Stefano Cecere) Date: Mon, 06 Dec 2010 12:20:02 +0100 Subject: [TYPO3-english] backend user only with only tt_news admin References: Message-ID: ciao Angel simply add to the user (or the usergroup), in the Access list, the News module (and maybe the user setup module, which is always useful) add the News record in the list and modify records list add the db mountpoint of the sys_folder containing all the records. maybe you should also add (with the Access Module) Edit Contents possibility to that group to the sys folder of the records that's it :) On Mon, 06 Dec 2010 12:07:45 +0100, Angel Garc?a (EMPEL) wrote: > Hi, I would like to make a backend user with only the tt_news module, > I was looking the manual, but its not very clear. > Anyone can it explained to me?. Thank you. > ********************** -- ____ ___ __ _ ______________________ Stefano Cecere KRUR.com - creative culture From ben at typo3.org Mon Dec 6 13:45:57 2010 From: ben at typo3.org (ben van 't ende) Date: Mon, 06 Dec 2010 13:45:57 +0100 Subject: [TYPO3-english] WebApp Gallery In-Reply-To: References: Message-ID: Hey Kay, There have been some efforts I know of to get this going. None worked until now. Is that something you would like to do? gRTz ben On 03/12/10 14:57, Kay Strobach wrote: > Hi Xavier, > > additionaly there should be an sql file, that initiates the db. > > What about requiring mysql? -> Or better use sqlite ;) -> or MSSQL? > > Best regards > Kay > > Am 03.12.2010 14:54, schrieb Kay Strobach: >> Hey Xavier, >> >>> I agree. I attended JumpIn! Camp two weeks ago and I thought about it too. >>> >>> Would you like to contribute? Preparing some kind of cooking book of >>> what should be done for that? >> >> Should not be so complex: >> >> 1. create zip file with 2 additional xml files -> see attachment: >> >> http://learn.iis.net/page.aspx/578/package-an-application-for-the-windows-web-application-gallery/ >> - define path >> - respect ACL's (writing for cache and config, fileadmin, ...) >> - require php >> - require gm/im or shipit >> >> 2. Submit TYPO3 >> http://www.microsoft.com/web/gallery/developer.aspx >> >> 3. Build script to submit the mail with the new URI or do it manually. >> >> Having never worked with productiv with iis (*lol*) it's hard form me. >> Hope the provided information are usefull. >> >> Best regards >> Kay > -- TYPO3 Community Manager From stefanisak at googlemail.com Mon Dec 6 14:39:54 2010 From: stefanisak at googlemail.com (Stefan Isak) Date: Mon, 6 Dec 2010 14:39:54 +0100 Subject: [TYPO3-english] Typoscript split and TMENU Message-ID: Hey, using split on TMENU entries got me into the following problem. I have links like One & Two Now I want to split the inner html to get some code like One &Two What I did is: ... 10.1 = TMENU 10.1 { NO.stdWrap.split { token = & cObjNum = 1 1.current = 1 1.wrap = | } NO.allWrap =
  • |
  • |*|
  • |
  • |*|
  • |
  • } ... This works well and I get an output like OneTwo Nevertheless I need the split token after the first element. So I tried things like ... token = & cObjNum = 1 1.current = 1 1.wrap = | & || | ... or ... cObjNum = 1 1.current = 1 1.wrap = | & cObjNum = 2 2.current = 1 2.wrap = | ... But it seems that I am working on the wrong parts or with the wrong wrappers. Has anybody an advice? Thanks. Stefan From tomas.havner at kansli.lth.se Mon Dec 6 15:10:35 2010 From: tomas.havner at kansli.lth.se (Tomas Havner) Date: Mon, 06 Dec 2010 15:10:35 +0100 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Christopher Torgalson skrev 2010-12-03 16:50: > Hi, > > On Fri, Dec 3, 2010 at 12:38 AM, Christian Futterlieb > wrote: >> Hi Thomas >> >> Take a look at extension pagenotfoundhandling ([1] and [2]). >> >> Regards, Christian >> >> [1] http://forge.typo3.org/projects/extension-pagenotfoundehandling >> [2] >> http://typo3.org/extensions/repository/view/pagenotfoundhandling/current/ >> >> On 12/03/2010 09:13 AM, Tomas Havner wrote: >>> I host many sites, so I have set the page not found handling to 404. Is >>> there a solution to define one 404-page per site without using /404? > > If you need to do it for multiple domains, that extension may be what > you need (though if you have a consistent and reasonably low number of > domains, you can also do it with a switch statement in > localconf.php?see below for a short example). > > But in any case, as I understand it, Realurl is not available at the > stage of the request where 404 pages are handled (i don't know about > Cooluri, I assume it's similar). That means (at least in > localconf.php) you need to set the 404 url to e.g. /index.php?id=123. > It's possible that something has changed which will make it possible > to use /404, but as I mentioned previously, it doesn't make a lot of > sense to have a special alias for a 404 page which is _never_ accessed > by its own URL (i.e. the unattractive /index.php?id=245 URL is never > shown...) > > > switch($_SERVER['SERVER_NAME']) { > case 'www.example.com': > $page_not_found_id = '216'; > break; > default: > $page_not_found_id = '54'; > } > $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '/index.php?id='. > $page_not_found_id; > > Thank you all for your input. My "solution" was at the end: $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'http://' . $_SERVER['SERVER_NAME'] . '/404/'; I dont know if its the perfect solution, but it stopped the php-warnings in my log-file. Regards Tomas From theconquerer at gmx.de Mon Dec 6 16:17:22 2010 From: theconquerer at gmx.de (=?iso-8859-1?Q?=22Steffen_Ro=DFkamp=22?=) Date: Mon, 06 Dec 2010 16:17:22 +0100 Subject: [TYPO3-english] The requested page didn't have a proper connection to the tree-root! () Message-ID: Hello, I haven't found any working solution for the problem (tried findings from Google, multiple existing forum posts and posts from the typo3 mailing lists about this and similar errors) so I'm asking here. We're running Typo3 4.3.3 with multiple websites and a 2 language setup with German as default and English as second language. The tree structure looks like: -Site1 --Home --Footer ---CFP1 -Site2 --CFP2 -Site3 --CP All pages have versions for both languages. Site1 is a shortcut to Home, which works fine. Both CFP1 and CFP2 are set to show the content of CP in the page properties. On CFP2 this works fine for both languages. On CFP1 it only works for German. When trying to display that page in English the Error "The requested page didn't have a proper connection to the tree-root! ()" occurs. Does anyone have any clue why this is happening? Thanks in advance. Sincerely, Steffen Ro?kamp From steffen at steffen-gebert.de Mon Dec 6 16:35:24 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Mon, 06 Dec 2010 16:35:24 +0100 Subject: [TYPO3-english] The requested page didn't have a proper connection to the tree-root! () In-Reply-To: References: Message-ID: > All pages have versions for both languages. Site1 is a shortcut to Home, which works fine. Hi Steffen, this message appears e.g. when a shortcut can't be resolved. Please double-check the shortcut, whether it has a target page *or* a shortcut mode defined. The message is really bad, it often nags me in trainings and I filed a bug report some days ago, think this will change in 4.6 http://bugs.typo3.org/view.php?id=16592 Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From ronslists at busynoggin.com Mon Dec 6 17:07:11 2010 From: ronslists at busynoggin.com (Ron Hall) Date: Mon, 6 Dec 2010 10:07:11 -0600 Subject: [TYPO3-english] T3CON11-San Francisco Call for Speakers is Open Message-ID: Hello All, Just wanted you to know that the T3CON11-San Francisco Call for Speakers is now open. You can submit a description of your talk at t3con11-sf.typo3.org. One speaker per accepted talk will receive free admission to the conference. You can also subscribe to the conference RSS feed and keep track of conference news. If you would like to financially support this conference, information on sponsorships is also available on the conference website. Thanks, Ron Hall From theconquerer at gmx.de Mon Dec 6 17:47:16 2010 From: theconquerer at gmx.de (=?iso-8859-1?Q?=22Steffen_Ro=DFkamp=22?=) Date: Mon, 06 Dec 2010 17:47:16 +0100 Subject: [TYPO3-english] The requested page didn't have a proper connection to the tree-root! () In-Reply-To: References: Message-ID: Hello Steffen, the shortcut page only has Home set as target page, the shortcut mode is empty. I forgot to mention that I checked this multiple times as this caused the problems in many posts I read but unfortunately it isn't that "simple" in our case. Thanks for pointing this out. Sincerely Steffen -------- Original-Nachricht -------- > Datum: Mon, 06 Dec 2010 16:35:24 +0100 > Von: Steffen Gebert > An: typo3-english at lists.typo3.org > Betreff: Re: [TYPO3-english] The requested page didn\'t have a proper connection to the tree-root! () > > All pages have versions for both languages. Site1 is a shortcut to Home, > which works fine. > > Hi Steffen, > > this message appears e.g. when a shortcut can't be resolved. Please > double-check the shortcut, whether it has a target page *or* a shortcut > mode defined. > > The message is really bad, it often nags me in trainings and I filed a > bug report some days ago, think this will change in 4.6 > http://bugs.typo3.org/view.php?id=16592 > > > Kind regards > Steffen > > -- > Steffen Gebert > TYPO3 Core Team Member > > Use a newsreader! Check out > http://typo3.org/community/mailing-lists/use-a-news-reader/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From bedlamhotel at gmail.com Mon Dec 6 18:30:13 2010 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 6 Dec 2010 09:30:13 -0800 Subject: [TYPO3-english] PHP warning parse_url(http:///404/) In-Reply-To: References: Message-ID: Hi there, On Mon, Dec 6, 2010 at 6:10 AM, Tomas Havner wrote: > ?Christopher Torgalson skrev 2010-12-03 16:50: >> >> Hi, >> >> On Fri, Dec 3, 2010 at 12:38 AM, Christian Futterlieb >> ?wrote: >>> >>> Hi Thomas >>> >>> Take a look at extension pagenotfoundhandling ([1] and [2]). >>> >>> Regards, Christian >>> >>> [1] http://forge.typo3.org/projects/extension-pagenotfoundehandling >>> [2] >>> http://typo3.org/extensions/repository/view/pagenotfoundhandling/current/ >>> >>> On 12/03/2010 09:13 AM, Tomas Havner wrote: >>>> >>>> I host many sites, so I have set the page not found handling to 404. Is >>>> there a solution to define one 404-page per site without using /404? >> >> If you need to do it for multiple domains, that extension may be what >> you need (though if you have a consistent and reasonably low number of >> domains, you can also do it with a switch statement in >> localconf.php?see below for a short example). >> >> But in any case, as I understand it, Realurl is not available at the >> stage of the request where 404 pages are handled (i don't know about >> Cooluri, I assume it's similar). That means (at least in >> localconf.php) you need to set the 404 url to e.g. /index.php?id=123. >> It's possible that something has changed which will make it possible >> to use /404, but as I mentioned previously, it doesn't make a lot of >> sense to have a special alias for a 404 page which is _never_ accessed >> by its own URL (i.e. the unattractive /index.php?id=245 URL is never >> shown...) >> >> >> switch($_SERVER['SERVER_NAME']) { >> ? case 'www.example.com': >> ? ? $page_not_found_id = '216'; >> ? ? break; >> ? default: >> ? ? $page_not_found_id = '54'; >> } >> $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '/index.php?id='. >> $page_not_found_id; >> >> > Thank you all for your input. My "solution" was at the end: > $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'http://' . > $_SERVER['SERVER_NAME'] . '/404/'; I dont know if its the perfect solution, > but it stopped the php-warnings in my log-file. Unless I'm mistaken, you should adopt something closer to my code instead because it may not be safe for you to trust the contents of $_SERVER['SERVER_NAME']. If you use the switch() construct, you're effectively whitelisting the permissible domains. It should be easy enough unless you have dozens of domain names or more or unless the domain names are constantly changing... -- Christopher Torgalson http://www.typo3apprentice.com/ From v-tyok at mail.ru Mon Dec 6 19:18:35 2010 From: v-tyok at mail.ru (Victor Livakovsky) Date: Mon, 6 Dec 2010 21:18:35 +0300 Subject: [TYPO3-english] BE csv export Message-ID: Hello, list. It is possible to download a CSV file of any records in 'List' module of BE. But is it possible to define length of imported fields? Currently field is cut after approximately 95 symbols (TYPO3 4.4). Can I expand this value somewhere? Thank you in advance. From typo3.list at philippgampe.info Mon Dec 6 23:04:23 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Mon, 6 Dec 2010 22:04:23 +0000 (UTC) Subject: [TYPO3-english] override title of menue-entries with accesskey References: Message-ID: Hi Santi, On Sun, 05 Dec 2010 14:03:38 +0100, Santiago wrote: > The accesskeys are generated by typo3 and the menue item, with the > accesskey "A" gets the title attribute " (ALT-A)" - so I'd like to > change the wrapper part of " (ALT-|)". > I would appreciate a TS sample snippet. temp.menu = HMENU temp.menu { special = ... 10 = TMENU 10 { wrap =
      |
    NO = 1 NO { wrapItemAndSub =
  • |
  • ATagTitle = MyTitle #alternatives, as it has stdWrap ATagTitle.field = abstract // description // your-field ATagTitle.wrap = Link:| } } } Best regards Phil http://typo3.org/documentation/document-library/references/ doc_core_tsref/4.3.2/view/1/9/#id2533628 From t3se at eye.ch Tue Dec 7 00:04:16 2010 From: t3se at eye.ch (Stephan Edenhofer) Date: Tue, 07 Dec 2010 00:04:16 +0100 Subject: [TYPO3-english] CoolURI conditional path? Message-ID: Hi How can I supress one pathsegment in a specific branch ? Page Tree (page-id is the only param) - For Authors - For Readers -- Atchive -- Content --- Article-01 --- Article-02 Desired URI: for-readers/archive for-readers/content BUT: content/art-1 For the children of 'content', path segment 'for-readers/' should be supressed. I think the solution would use regex and a pid condition.. Has anyone a clue? Thank you and best regards Stephan From janosch at bworx.de Tue Dec 7 03:03:47 2010 From: janosch at bworx.de (Janosch Skrobek) Date: Tue, 7 Dec 2010 03:03:47 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: Why don't you simply use a different token? Like the pipe: "One &| Two" From santi013 at arcor.de Tue Dec 7 06:44:04 2010 From: santi013 at arcor.de (Santiago) Date: Tue, 7 Dec 2010 06:44:04 +0100 Subject: [TYPO3-english] override title of menue-entries with accesskey In-Reply-To: References: Message-ID: Hi Phil, thank you for your time and attention. As far as I understand your sample, it will replace the title-tag only. May be I was not clear enuf explaining what I wonna do. Enabling the accessKey of a TMENU will create title entries like " (ALT+A)". On recent firefox, you'll need to enter Alt+Shift+A to activate the accesskey. On opera you'll need to enter Shift+Esc to enter accesskey-mode and then A for the accessKey- so I like to change the title attribute to the real key sequence, like " (ALT+SHIFT+A)" or " (SHIFT+ESC and then A)". Finally that new title entries should be localized. But to be able to do so, I not only need to know, how to change the title attribute, but also how to access the generated accesskey of each menue-item. I found out, that the title-part of the accesskey is hard coded at class.tslib_menu in function accessKey($title) So what I really need to know: - can I access that $result['alt'] from TS - if not - can I override class.tslib_menu->accessKey (and if so, how) - do I have to patch class.tslib_menu->accessKey The localization-support of T3 for extension developers is great, so I think, I would prefer to override class.tslib_menu->accesskey from PHP. ... or is there a similar way doing localization with TS? kind regards Santi From cecilie007007 at gmail.com Tue Dec 7 08:26:36 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Tue, 7 Dec 2010 08:26:36 +0100 Subject: [TYPO3-english] Dropdown menu In-Reply-To: References: Message-ID: Hi, I found the reason why I could not get this working. In tempavoila I had checked my mapping etc several times, but I have forgot to mark the java in the header section in templavoila :) Thanks Cecilie "Tobias D?rner" skrev i meddelelsen news:mailman.3731.1291633836.648.typo3-english at lists.typo3.org... > Hi Cecilie, > quite easy. Make a html Template and map for > example in TemplaVoila as a TSOP. > Then put in TS: > > lib.myMenu = HMENU > lib.myMenu { > special = directory # kind of Menu > special.value = 1 # Site Id > entryLevel = 1 # Site level > 1 = TMENU > 1 { > wrap = > NO.wrapItemAndSub =
  • |
  • > } > } > > Thats it rudimentarily. > For Mapping whole html template and implementation in TS please read the > documentation for TV. > > Rgeards > Tobi > > -----Urspr?ngliche Nachricht----- > Von: typo3-english-bounces at lists.typo3.org > [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie > Andersen > Gesendet: Sonntag, 5. Dezember 2010 10:57 > An: typo3-english at lists.typo3.org > Betreff: Re: [TYPO3-english] Dropdown menu > > Actually I can see I did not do any mistake. If I test the site on firefox > it works. > In explorer 8, there is a java script error, so I can only see this menu, > and no drop down box are showed. > > > > > 2010/12/5 Cecilie Andersen > >> Hi, >> >> I think the problem is that I somehow insert it wrong into my html >> template. My template is simple and looks just like this >> >>
    >> >> >>
    content
    >>
    >> >> The code that have to be inserted into my html is this I suppose >> >> >> Maybe a stupid question but how do I insert this code into my html, so it >> works. As java and typoscript should be just easy to add >> >> Regards >> Cecilie >> >> "Tobias D?rner" skrev i meddelelsen >> news:mailman.3669.1291498434.648.typo3-english at lists.typo3.org... >> >> Already tried this? >>> http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html >>> or >>> >>> > http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-eb >>> enen.html >>> >>> :) Regards >>> Tobi >>> >>> -----Urspr?ngliche Nachricht----- >>> Von: typo3-english-bounces at lists.typo3.org >>> [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Cecilie >>> Andersen >>> Gesendet: Samstag, 4. Dezember 2010 20:09 >>> An: typo3-english at lists.typo3.org >>> Betreff: [TYPO3-english] Dropdown menu >>> >>> Hi, >>> >>> I have always used tmenu layers menus, but I would like some java etc >>> >>> I have seached on the web and suckerfish is mentioned, and I have also >>> found >>> >>> some snippets. But somehow it doesn?t work as the menu?s is not showed >>> correctly. >>> >>> I just look for a simpe drop down menu., so nothing advanced here at the >>> start. Does anyone know a "idiot secure" tutorial - or maybe just post > the >>> typoscript, css and java code for such a menu here, so I will try it on > my >>> site. I am using templavoila, but I suppose the menu code should also > work >>> under that >>> >>> Hope someone are able to help me a bit >>> >>> Regards >>> Cecilie >>> >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.typo3.org >>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >>> >>> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From stefanisak at googlemail.com Tue Dec 7 08:58:50 2010 From: stefanisak at googlemail.com (Stefan Isak) Date: Tue, 7 Dec 2010 08:58:50 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: It is a normal page title where I don't want to have a pipe in it. 2010/12/7 Janosch Skrobek > Why don't you simply use a different token? > > Like the pipe: "One &| Two" > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From hermes1 at web.de Tue Dec 7 09:02:59 2010 From: hermes1 at web.de (=?iso-8859-1?Q?Tobias_D=F6rner?=) Date: Tue, 7 Dec 2010 09:02:59 +0100 Subject: [TYPO3-english] CoolURI conditional path? In-Reply-To: References: Message-ID: Hi Stephan, in my opinion you only can check the box in the page properties "do not show in the middle of a path" or "always exclude it from menu" (hope this was the correct translation I reminded). Regards Tobi -----Urspr?ngliche Nachricht----- Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Stephan Edenhofer Gesendet: Dienstag, 7. Dezember 2010 00:04 An: typo3-english at lists.typo3.org Betreff: [TYPO3-english] CoolURI conditional path? Hi How can I supress one pathsegment in a specific branch ? Page Tree (page-id is the only param) - For Authors - For Readers -- Atchive -- Content --- Article-01 --- Article-02 Desired URI: for-readers/archive for-readers/content BUT: content/art-1 For the children of 'content', path segment 'for-readers/' should be supressed. I think the solution would use regex and a pid condition.. Has anyone a clue? Thank you and best regards Stephan _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From ralf.rene at online.de Tue Dec 7 10:59:08 2010 From: ralf.rene at online.de (=?ISO-8859-15?Q?Ralf-Ren=E9_Schr=F6der?=) Date: Tue, 07 Dec 2010 10:59:08 +0100 Subject: [TYPO3-english] dmmjobcontrol sends no mails ??? In-Reply-To: References: Message-ID: Ralf-Ren? Schr?der schrieb: > is the extension working somewhere (and in what configuration ???) > resolved !!! my own fault i had a relation to a contactperson with a mailadress test at test.test this overwrites my normal contactmailadress -- Ralf-Ren? Schr?der http://if-20.com ... YAML templates for TYPO3 ______________________________________________ From tomita.militaru at gmail.com Tue Dec 7 11:13:17 2010 From: tomita.militaru at gmail.com (=?UTF-8?B?VG9tacWjxIMgTUlMSVRBUlU=?=) Date: Tue, 7 Dec 2010 12:13:17 +0200 Subject: [TYPO3-english] Extending tt_news Message-ID: Hello, I'm trying to extend tt_news with an additional field, actually I'm making use of the field fe_group, but in the BEform I want it to look different. I've tried doing it like this, as the documentation says, but I don't see any changes in the news form. In ext_tables.php of my extension: $tempColumns = Array ( 'fe_group' => Array ( 'label' => 'Tuple:', 'config' => Array ( 'type' => 'select', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'items' => Array ( Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', -1), Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2), Array('LLL:EXT:user_tuple/locallang_db.xml:groupTuple_div', '--div--') ), 'selectedListStyle' => 'width:400px', 'itemListStyle' => 'width:350px', 'exclusiveKeys' => '0,-1,-2', 'wizards' => Array( '_PADDING' => 1, '_VERTICAL' => 1, 'popup' => Array( 'type' => 'popup', 'title' => 'LLL:EXT:user_tuple/locallang_db.php:wizard.title', 'icon' => 'add.gif', 'params' => Array( 'pid' => $feGroupStoragePid, ), 'script' => 'EXT:user_tuple/class.sc_wizard_fegroup.php', 'JSopenParams' => 'height=400,width=600,status=0,menubar=0,scrollbars=1', ) ), 'itemsProcFunc' => 'tx_tupleitems->tupleElement', ) ) ); t3lib_div::loadTCA("tt_news"); t3lib_extMgm::addTCAcolumns("tt_news",$tempColumns,1); t3lib_extMgm::addToAllTCAtypes('tt_news','fe_group;;;;1-1-1'); t3lib_extMgm::addStaticFile($_EXTKEY,'static/','Tuple'); Am I missing something? Thank you. -- Engr. Tomi?? MILITARU Board Member SbLUG Web Developer Tel. +40741064681 From janosch at bworx.de Tue Dec 7 11:15:27 2010 From: janosch at bworx.de (Janosch Skrobek) Date: Tue, 7 Dec 2010 11:15:27 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: You could use the the navigation title for your menu and only use the token there so it doesn't show up in the page title From stefanisak at googlemail.com Tue Dec 7 11:27:44 2010 From: stefanisak at googlemail.com (Stefan Isak) Date: Tue, 7 Dec 2010 11:27:44 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: Well, same problem. I also have the navigation title in other places. So it seems to me there is no easy way to work on each part of the split, right? 2010/12/7 Janosch Skrobek > You could use the the navigation title for your menu and only use the token > there so it doesn't show up in the page title > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From me at henjohoeksma.nl Tue Dec 7 11:56:43 2010 From: me at henjohoeksma.nl (Henjo Hoeksma) Date: Tue, 7 Dec 2010 11:56:43 +0100 Subject: [TYPO3-english] wec_map pi3 custom marker icon Message-ID: Hi list, I am using the wec_map pi3 connected to the tt_address table to display info on the map. I tried the suggested TS to change the icon as well as a KML file with a generic icon. Obviously I'm not doing this right since the icon doesn't change. Does anyone know how to achieve this? Thanks in advance! Henjo From janosch at bworx.de Tue Dec 7 12:15:52 2010 From: janosch at bworx.de (Janosch Skrobek) Date: Tue, 7 Dec 2010 12:15:52 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: Try this: lib.navi = HMENU lib.navi { 1 = TMENU 1.wrap = | 1.expAll = 0 1.NO = 1 1.NO { wrapItemAndSub =
    • |
    1 = COA 1.10 = TEXT 1.10 { field = title listNum = 0 listNum.splitChar = & wrap = |& } 1.20 < .1.10 1.20.listNum = 1 1.20.wrap = | 1.20.required = 1 stdWrap.field > stdWrap.cObject = TEXT stdWrap.cObject < .1 } 2 < .1 3 < .1 } From info at bednarik.org Tue Dec 7 12:27:15 2010 From: info at bednarik.org (Jan Bednarik) Date: Tue, 07 Dec 2010 12:27:15 +0100 Subject: [TYPO3-english] CoolURI conditional path? In-Reply-To: References: Message-ID: Hi, that's right. There is no such thing as conditional page path. However, you can overload the default function that creates the page path and introduce this option yourself ;) Regards Jan Bednarik From micheldendulk at gmail.com Tue Dec 7 12:33:56 2010 From: micheldendulk at gmail.com (Michel den Dulk) Date: Tue, 07 Dec 2010 12:33:56 +0100 Subject: [TYPO3-english] preFillFormFromFeUser and comments Message-ID: Hello, I am using the comments extension and have problems with preFillFormFromFeUser. Some users are reporting that not their own name gets prefilled in the form but the name of some other user. How can this happen? Anyone else with this problem? Is this a bug? Greetings, Michel From t33k at prolabium.com Tue Dec 7 13:39:19 2010 From: t33k at prolabium.com (Krystian Szymukowicz) Date: Tue, 07 Dec 2010 13:39:19 +0100 Subject: [TYPO3-english] Extending tt_news In-Reply-To: References: Message-ID: W dniu 2010-12-07 11:13, Tomi?? MILITARU pisze: > Hello, > > I'm trying to extend tt_news with an additional field, actually I'm making > use of the field fe_group, but in the BEform I want it to look different. > I've tried doing it like this, as the documentation says, but I don't see > any changes in the news form. In ext_tables.php of my extension: > > $tempColumns = Array ( > 'fe_group' => Array ( > 'label' => 'Tuple:', > 'config' => Array ( > 'type' => 'select', > 'size' => '5', > 'maxitems' => '200', > 'minitems' => '0', > 'items' => Array ( > Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', > -1), > Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2), > Array('LLL:EXT:user_tuple/locallang_db.xml:groupTuple_div', > '--div--') > ), > 'selectedListStyle' => 'width:400px', > 'itemListStyle' => 'width:350px', > 'exclusiveKeys' => '0,-1,-2', > 'wizards' => Array( > '_PADDING' => 1, > '_VERTICAL' => 1, > 'popup' => Array( > 'type' => 'popup', > 'title' => 'LLL:EXT:user_tuple/locallang_db.php:wizard.title', > 'icon' => 'add.gif', > 'params' => Array( > 'pid' => $feGroupStoragePid, > ), > 'script' => 'EXT:user_tuple/class.sc_wizard_fegroup.php', > 'JSopenParams' => > 'height=400,width=600,status=0,menubar=0,scrollbars=1', > ) > ), > 'itemsProcFunc' => 'tx_tupleitems->tupleElement', > ) > ) > ); > > t3lib_div::loadTCA("tt_news"); > t3lib_extMgm::addTCAcolumns("tt_news",$tempColumns,1); > t3lib_extMgm::addToAllTCAtypes('tt_news','fe_group;;;;1-1-1'); > t3lib_extMgm::addStaticFile($_EXTKEY,'static/','Tuple'); > If I were you I would look at existing and working extensions that adds fields. For exammple danp_extendnews -- grtz Krystian Szymukowicz From tomita.militaru at gmail.com Tue Dec 7 13:54:31 2010 From: tomita.militaru at gmail.com (=?UTF-8?B?VG9tacWjxIMgTUlMSVRBUlU=?=) Date: Tue, 7 Dec 2010 14:54:31 +0200 Subject: [TYPO3-english] Extending tt_news In-Reply-To: References: Message-ID: Added the extra line: t3lib_extMgm::addToAllTCAtypes("tt_news","--div--;Tuple,fe_group;;;;1-1-1"); So now its identical to danp_extendnews, still no changes. On Tue, Dec 7, 2010 at 2:39 PM, Krystian Szymukowicz wrote: > W dniu 2010-12-07 11:13, Tomi?? MILITARU pisze: > > Hello, >> >> I'm trying to extend tt_news with an additional field, actually I'm making >> use of the field fe_group, but in the BEform I want it to look different. >> I've tried doing it like this, as the documentation says, but I don't see >> any changes in the news form. In ext_tables.php of my extension: >> >> $tempColumns = Array ( >> 'fe_group' => Array ( >> 'label' => 'Tuple:', >> 'config' => Array ( >> 'type' => 'select', >> 'size' => '5', >> 'maxitems' => '200', >> 'minitems' => '0', >> 'items' => Array ( >> Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', >> -1), >> Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2), >> Array('LLL:EXT:user_tuple/locallang_db.xml:groupTuple_div', >> '--div--') >> ), >> 'selectedListStyle' => 'width:400px', >> 'itemListStyle' => 'width:350px', >> 'exclusiveKeys' => '0,-1,-2', >> 'wizards' => Array( >> '_PADDING' => 1, >> '_VERTICAL' => 1, >> 'popup' => Array( >> 'type' => 'popup', >> 'title' => >> 'LLL:EXT:user_tuple/locallang_db.php:wizard.title', >> 'icon' => 'add.gif', >> 'params' => Array( >> 'pid' => $feGroupStoragePid, >> ), >> 'script' => 'EXT:user_tuple/class.sc_wizard_fegroup.php', >> 'JSopenParams' => >> 'height=400,width=600,status=0,menubar=0,scrollbars=1', >> ) >> ), >> 'itemsProcFunc' => 'tx_tupleitems->tupleElement', >> ) >> ) >> ); >> >> t3lib_div::loadTCA("tt_news"); >> t3lib_extMgm::addTCAcolumns("tt_news",$tempColumns,1); >> t3lib_extMgm::addToAllTCAtypes('tt_news','fe_group;;;;1-1-1'); >> t3lib_extMgm::addStaticFile($_EXTKEY,'static/','Tuple'); >> >> > If I were you I would look at existing and working extensions that adds > fields. > For exammple danp_extendnews > > -- > grtz > Krystian Szymukowicz > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > -- Engr. Tomi?? MILITARU Board Member SbLUG Web Developer Tel. +40741064681 From s.kracker at kopfstand-mail.de Tue Dec 7 14:49:29 2010 From: s.kracker at kopfstand-mail.de (=?ISO-8859-15?Q?S=F6ren_Kracker?=) Date: Tue, 07 Dec 2010 14:49:29 +0100 Subject: [TYPO3-english] templavoila: get data of parent section Message-ID: Hi, I've got following setting: A FCE with sections. In each section there is another section that's used for date entries. I've got a typoscript for the date field of the nested section to convert the timestamp into the language specific form of date to display. In this typoscript I need to access a field of the parent section. Of course I tried this: 10.data = REGISTER:tx_templavoila_pi1.field_abc But I have no access to that field. Using parentRec I have only access to the database but not the flexform values. In a php script I could read the tx_templavoila_flex field of the database, where the content of the field is saved, and parse it to get my field but in that case I'll get the same problem because I have no access to the parent section. So I won't be able to say if it's the value of parent section 1,2,3 or whatever. Is there any possibility doing this? If there's not I'll have to make an extension though I've almost done this part without using an extension or userfunc :( Greetings -- ____________________________________________________________________ kopfstand GbR _ Bleichstra?e 77A _ 33607 Bielefeld fon +49 (0) 521 . 923 77 912 _ fax +49 (0) 521 . 923 77 910 _ _s.kracker at kopfstand-mail.de_ Gesch?ftsf?hrerinnen: Dipl. Designerin Veronika D?pjohann _ Dipl. Betriebswirtin Kerstin Hochm?ller ____________________________________________________________________ From markgill at greatbooks.org Tue Dec 7 17:04:56 2010 From: markgill at greatbooks.org (Mark Gillingham) Date: Tue, 7 Dec 2010 10:04:56 -0600 Subject: [TYPO3-english] Typo3 TV and Google Web Optimizer setup Message-ID: I've just about gotten Optimizer working in my TV with one exception. Since I could not find information in this forum on this topic, I'll review what I've done. You can *create* multivariate sections by putting HTML elements around a content element that you want to study. The HTML element before the content element would be like this: The HTML element after the content element would be like this: ** The general code that goes before the tag can be added in TypoScript. Add and extenion template to the page you want to study and the page that you are pointing to from that page. It would look similar to this: page.wrap ( | ) You also need to add code in the of your experimental page. This might be done by editing your TV template and remapping or by TypoScript. However, I've not been able to get this to work because this code has "&" in it and my *Typo3* is transcoding them to "&". I'm still looking for a solution to this. What I'm trying is the following: page { headerData.10 = TEXT headerData.10.stdWrap.htmlSpecialChars = 0 headerData.10.value = javascript with "&" in it goes here. 20 = USER 20.userFunc = tx_templavoila_pi1->main_page } I get a result that includes & rather than simply & as in the following js snippit: '/siteopt.js?v=1&utmxkey=' I've tried values of 0 and 1 for htmSpecialChars. --- Mark From thunar24 at gmail.com Tue Dec 7 17:54:17 2010 From: thunar24 at gmail.com (patrick) Date: Tue, 7 Dec 2010 17:54:17 +0100 Subject: [TYPO3-english] static_info_tables languages accessible by user Message-ID: Hi Currently I'm developing an extension. Therefore I created all necessary tables in the kickstarter. There are some MM-Relations, one is related to static_languages, which is provided by the extension static_info_tables. Through the list module I'm able to create an entry and select multiple languages. So actually it works perfectly. However, if I log in as a User it doesn't, because the languages from static_info_tables are located on the Root-Side (ID:0), where unfortunately no user has access. Is there a way to make the languages from static_info_tables available for non-admins? For example on a sysfolder? I tried to change to pid in the database and edited tca.php from static_info_tables, however I'm unsure if this is suggested. What's the best to solve this? Thanks in advance. From jorgosch at terra.es Tue Dec 7 20:32:30 2010 From: jorgosch at terra.es (J. Schaller) Date: Tue, 07 Dec 2010 20:32:30 +0100 Subject: [TYPO3-english] tt_news - different links in single and list view References: Message-ID: Bump. On Sat, 04 Dec 2010 22:27:09 +0100, J. Schaller wrote: >Hi all, > >I have a problem with tt_news 3. In list view my URLs are rewritten >like so: > >http://www.example.com/news/2005/04/11/this-is-awesome/ >using >useHRDates = 1 >useHRDatesSingle = 1 > >In single view there is an additional link for NEXT/PREVIOUS article, >but the generated links are different from list view and look like: > >http://www.example.com/news/this-is-awesome/ > >There doesn't seem to be an instruction to add dates to the URL in >single view. Of course, that's not nice because articles are indexed >twice and differently. What can I do? Thanks in advance! > >Cheers, >J. Schaller From hemantkelanka at gmail.com Wed Dec 8 10:21:47 2010 From: hemantkelanka at gmail.com (Hemantkelanka) Date: Wed, 8 Dec 2010 01:21:47 -0800 (PST) Subject: [TYPO3-english] Typo3 Modules Menu Message-ID: I want to place a main module "Global Site Admin" just after "web" or "file" module. Is there any way to set the position of the main module within left modules menu??? t3lib_extMgm::addModule('txglobalsiteadminM1', '', 'after:web', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); does not work with main modules.... http://old.nabble.com/file/p30403740/modules_menu.jpg -- View this message in context: http://old.nabble.com/Typo3-Modules-Menu-tp30403740p30403740.html Sent from the TYPO3 English mailing list archive at Nabble.com. From kestutis98 at yahoo.com Wed Dec 8 10:35:05 2010 From: kestutis98 at yahoo.com (ktt) Date: Wed, 8 Dec 2010 01:35:05 -0800 (PST) Subject: [TYPO3-english] Caption problem in tt_content Message-ID: Hello, I fixed previous Lightbox error in tt_content with Typoscript: tt_content.image.20.1.imageLinkWrap > tt_content.image.20.1.imageLinkWrap = 1 tt_content.image.20.1.imageLinkWrap { enable.override = 1 # Add new typolink wrapping code typolink { target = title.field = imagecaption parameter.cObject = IMG_RESOURCE parameter.cObject.file.import.data = TSFE:lastImageInfo|origFile parameter.cObject.file.maxW = 800 parameter.cObject.file.maxH = 600 # Add the "rel" attribute needed to activate the lightbox effect. # This assumes you want slimbox to be navigable ATagParams = rel="lightbox[sb{field:uid}]" ATagParams.insertData = 1 } } Now, when there are more images in Text w/image area, Lightbox opens the image with captions for all images. Is it possible to fix it? Thank you in advance, Ktt From soren.malling at gmail.com Wed Dec 8 10:34:55 2010 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Wed, 8 Dec 2010 10:34:55 +0100 Subject: [TYPO3-english] Typo3 Modules Menu In-Reply-To: References: Message-ID: Hi unknown (?) :) Check out ext_tables.php of the extension "caretaker" and find the comment "// Register Backend Modules" https://svn.typo3.org/TYPO3v4/Extensions/caretaker/trunk/caretaker/trunk/ext_tables.php S?ren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling On Wed, Dec 8, 2010 at 10:21 AM, Hemantkelanka wrote: > > I want to place a main module "Global Site Admin" just after "web" or "file" > module. > Is there any way to set the position of the main module within left modules > menu??? t3lib_extMgm::addModule('txglobalsiteadminM1', '', 'after:web', > t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); does not work with main > modules.... > http://old.nabble.com/file/p30403740/modules_menu.jpg > -- > View this message in context: http://old.nabble.com/Typo3-Modules-Menu-tp30403740p30403740.html > Sent from the TYPO3 English mailing list archive at Nabble.com. > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From hemantkelanka at gmail.com Wed Dec 8 11:28:26 2010 From: hemantkelanka at gmail.com (Hemantkelanka) Date: Wed, 8 Dec 2010 02:28:26 -0800 (PST) Subject: [TYPO3-english] Typo3 Modules Menu In-Reply-To: References: Message-ID: Thanks.. S?ren Malling wrote: > > Hi unknown (?) :) > > Check out ext_tables.php of the extension "caretaker" and find the > comment "// Register Backend Modules" > > https://svn.typo3.org/TYPO3v4/Extensions/caretaker/trunk/caretaker/trunk/ext_tables.php > > S?ren Malling > > TYPO3 Brugergruppe Danmark: www.typo3danmark.dk > Twitter: twitter.com/sorenmalling > > > > On Wed, Dec 8, 2010 at 10:21 AM, Hemantkelanka > wrote: >> >> I want to place a main module "Global Site Admin" just after "web" or >> "file" >> module. >> Is there any way to set the position of the main module within left >> modules >> menu??? t3lib_extMgm::addModule('txglobalsiteadminM1', '', 'after:web', >> t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); does not work with main >> modules.... >> http://old.nabble.com/file/p30403740/modules_menu.jpg >> -- >> View this message in context: >> http://old.nabble.com/Typo3-Modules-Menu-tp30403740p30403740.html >> Sent from the TYPO3 English mailing list archive at Nabble.com. >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > > -- View this message in context: http://old.nabble.com/Typo3-Modules-Menu-tp30403741p30404100.html Sent from the TYPO3 English mailing list archive at Nabble.com. From cecilie007007 at gmail.com Wed Dec 8 11:41:12 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Wed, 8 Dec 2010 11:41:12 +0100 Subject: [TYPO3-english] =?iso-8859-1?q?_2_ID=B4s_in_same_=3Ctr=3E?= Message-ID: I have a problem regarding an old typo3 site, build in table and autoparser (not templavoila) In a table row I have my menu, defined in typoscript - and behind my menu is background a picture - the code looks like this and works fine
    Now I have the issue that the background picture must be random. I know there is a lot of extension for banner rotation, but I am unable to add another ID in the same table row, so I can not get this working. If I add another ID as below it only show the content of the first ID in the line, while the 2nd is not showed. Anyone able to help with this issue, so I am able to solve this problem Regards Cecilie From ralf.rene at online.de Wed Dec 8 12:04:55 2010 From: ralf.rene at online.de (=?ISO-8859-1?Q?Ralf-Ren=E9_Schr=F6der?=) Date: Wed, 08 Dec 2010 12:04:55 +0100 Subject: [TYPO3-english] =?iso-8859-1?q?2_ID=B4s_in_same_=3Ctr=3E?= In-Reply-To: References: Message-ID: Cecilie Andersen schrieb: > If I add another ID as below it only show the content of the first ID in the > line, while the 2nd is not showed. NO html element can have more than ONE id... maybe using classes wil fix your problem -- Ralf-Ren? Schr?der http://if-20.com ... YAML templates for TYPO3 ______________________________________________ From hemantkelanka at gmail.com Wed Dec 8 12:15:16 2010 From: hemantkelanka at gmail.com (Hemantkelanka) Date: Wed, 8 Dec 2010 03:15:16 -0800 (PST) Subject: [TYPO3-english] BE module in page tree Message-ID: Can we place a BE module in page tree>>>>> -- View this message in context: http://old.nabble.com/BE-module-in-page-tree-tp30404407p30404407.html Sent from the TYPO3 English mailing list archive at Nabble.com. From sebastian.runge at uni-rostock.de Wed Dec 8 12:19:27 2010 From: sebastian.runge at uni-rostock.de (Sebastian Runge) Date: Wed, 08 Dec 2010 12:19:27 +0100 Subject: [TYPO3-english] RealURL + https_enforcer on a non-default port In-Reply-To: References: Message-ID: Hello Claudio, do you find a solution yet? We've got the same problem (RealURL 1.10.0 and 1.10.1). We've got NO problems with RealURL 1.9.4, so i downgrade to this version. best regards Sebastian Am 14.10.2010 09:52, Claudio Strizzolo schrieb: > Hi all, > I am setting up a multi-domain site using RealURL. Some pages in one of > the domains must be accessible only through https on port 8078 (443 and > others are already busy). > > I am trying to use https_enforcer extension to get this. > > I set up everything, and the normal http pages work well. Instead, the > https pages do not. > Whenever I try to access one of them, the URL is translated from > > http://www.example.com/path/to/page.html > > to > > https://www.example.com:8078/path/to/page.html > > which looks correct. But the following message is displayed: > > "Reason: RealURL error: unable to determine rootpage_id > for the current domain." > > I attach below some configuration. > Any hints? > > Thanks in advance. > Best regards, > > Claudio > > > > localconf.php: > -------------- > > $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( > '_DEFAULT' => array( > 'init' => array( > 'enableCHashCache' => 1, > 'appendMissingSlash' => 'ifNotFile', > 'enableUrlDecodeCache' => 1, > 'enableUrlEncodeCache' => 1, > ), > > 'redirects' => array (), > > 'preVars' => array( > '0' => array ( > 'GETvar' => 'no_cache', > 'valueMap' => array ( > 'nc' => '1' > ), > 'noMatch' => 'bypass' > ), > > ), > > 'pagePath' => array( > 'type' => 'user', > 'userFunc' => 'EXT:realurl/ > class.tx_realurl_advanced.php:&tx_realurl_advanced->main', > 'spaceCharacter' => '-', > 'languageGetVar' => 'L', > 'expireDays' => '10', > > 'rootpage_id' => '34', > ), > ), > > 'fixedPostVars' => array(), > > (...) > > ), > ), > > ); > > $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.example.com'] = > $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; > // Here we set up the rootpage_id for www.example.com > $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.example.com']['pagePath'] > ['rootpage_id'] = 1694; > > > TS setup: > --------- > config { > > simulateStaticDocuments=0 > > no_cache = 0 > > baseURL=http://www.example.com/ > > tx_realurl_enable=1 > > > > ## Fix broken inter-domain links > > typolinkCheckRootline = 1 > > } > > https_enforcer.unsecure_typo3_root=www.example.com > > https_enforcer.secure_typo3_root=www.example.com:8078 > > https_enforcer.require_ssl=0 > > https_enforcer.sslPort=8078 From hemantkelanka at gmail.com Wed Dec 8 13:49:52 2010 From: hemantkelanka at gmail.com (Hemantkelanka) Date: Wed, 8 Dec 2010 04:49:52 -0800 (PST) Subject: [TYPO3-english] BE module in page tree Message-ID: Can we place a BE module in page tree>>>>> -- View this message in context: http://old.nabble.com/BE-module-in-page-tree-tp30404407p30404407.html Sent from the TYPO3 English mailing list archive at Nabble.com. From stefanisak at googlemail.com Wed Dec 8 16:46:42 2010 From: stefanisak at googlemail.com (Stefan Isak) Date: Wed, 8 Dec 2010 16:46:42 +0100 Subject: [TYPO3-english] Typoscript split and TMENU In-Reply-To: References: Message-ID: Thanks a lot! .splitChar was a useful hint. Now I get it done with a similar version of your code. Cheers Stefan On 07.12.2010, at 12:15, Janosch Skrobek wrote: > Try this: > > lib.navi = HMENU > lib.navi { > > 1 = TMENU > 1.wrap = | > 1.expAll = 0 > > 1.NO = 1 > 1.NO { > wrapItemAndSub =
    • |
    > 1 = COA > 1.10 = TEXT > 1.10 { > field = title > listNum = 0 > listNum.splitChar = & > wrap = |& > } > > 1.20 < .1.10 > 1.20.listNum = 1 > 1.20.wrap = | > 1.20.required = 1 > > stdWrap.field > > stdWrap.cObject = TEXT > stdWrap.cObject < .1 > > } > > 2 < .1 > 3 < .1 > } > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From fsu-lists at cobweb.ch Wed Dec 8 20:49:09 2010 From: fsu-lists at cobweb.ch (=?ISO-8859-1?Q?Fran=E7ois_Suter?=) Date: Wed, 08 Dec 2010 20:49:09 +0100 Subject: [TYPO3-english] New tutorials for TYPO3 beginners Message-ID: Hi all, I'm very happy to announce the recent release of two new tutorials for TYPO3 beginners. The official announcement has all the details: http://news.typo3.org/news/article/new-typo3-tutorials/ (Note: the Getting Started tutorial is not yet rendered as HTML, you'll need a bit more patience ;-) ). Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From sargac at gmail.com Wed Dec 8 20:52:28 2010 From: sargac at gmail.com (Mario Sargac) Date: Wed, 08 Dec 2010 20:52:28 +0100 Subject: [TYPO3-english] handling of empty pages Message-ID: Dear list, There is a general TS at root level, like this: -------------------------- # Default PAGE object page = PAGE page.10 = USER page.10.userFunc = tx_templavoila_pi1->main_page -------------------------- There are 3-4 levels of pages, and many of them are empty; with no content on them -- so I was thinking of implementing a condition in TS to (1) redirect a page to a first child page with some content on it, or to (2) display a dummy text like "The content is yet to come." if the page doesn't have a child and is empty. I did much experimenting with "ifEmpty" and "required", but nothing has triggered a desired condition, so I kindly turned to the list for anybody to help me out with this one. Best, Mario From jknigh7 at emory.edu Wed Dec 8 21:57:03 2010 From: jknigh7 at emory.edu (Knight, Jason) Date: Wed, 8 Dec 2010 15:57:03 -0500 Subject: [TYPO3-english] Securing Solr Message-ID: Greetings All, I'm following the wiki instructions on securing solr [1] and am following "Securing Solr - on the web-application instance level" using a username and pass. I've followed the instructions and can successfully authenticate via firefox but not from within the plugin. I do have: plugin.tx_solr.solr.host = user:pass at mysolrhost.domain.com Set in my template. In Devlog I'm seeing the "exception while trying to ping the solr server" error. Any thoughts would be appreciated. Best, Jason [1] http://forge.typo3.org/projects/extension-solr/wiki/Solr-Security -- Jason Knight jason.knight at emory.edu This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments). From steffen at steffen-gebert.de Wed Dec 8 22:01:40 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Wed, 08 Dec 2010 22:01:40 +0100 Subject: [TYPO3-english] Securing Solr In-Reply-To: References: Message-ID: > I'm following the wiki instructions on securing solr [1] and am following > "Securing Solr - on the web-application instance level" using a username and > pass. I've followed the instructions and can successfully authenticate via > firefox but not from within the plugin. Hi Jason, there's a dedicated solr Newsgroup/Mailinglist. If you get no reply here, you should better ask there. Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From fmlk4u at gmail.com Wed Dec 8 22:12:02 2010 From: fmlk4u at gmail.com (Fred Mellink) Date: Wed, 8 Dec 2010 22:12:02 +0100 Subject: [TYPO3-english] Extending tt_news In-Reply-To: References: Message-ID: Hi Let me introduce myself. I am Fred and less than a year trying my way with typo3 and have two site with help of a buddy: http://mellink.info and http://my.vision-4-life.nl I am busy with a third site for my keyboard retailer and like to use tt_news there. After struggling and some help again with first setup I am busy adding content. However I like to have a custom field that I can use to sort on, e.g. "price" Hope to get some help with that so that I can work on finishing the site. in a couple of weeks. I am not webdeveloper as profession, but as hobbyist/volunteer. Regards, Fred 2010/12/7 Tomi?? MILITARU > Hello, > > I'm trying to extend tt_news with an additional field, actually I'm making > use of the field fe_group, but in the BEform I want it to look different. > I've tried doing it like this, as the documentation says, but I don't see > any changes in the news form. In ext_tables.php of my extension: > > $tempColumns = Array ( > 'fe_group' => Array ( > 'label' => 'Tuple:', > 'config' => Array ( > 'type' => 'select', > 'size' => '5', > 'maxitems' => '200', > 'minitems' => '0', > 'items' => Array ( > Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', > -1), > Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2), > Array('LLL:EXT:user_tuple/locallang_db.xml:groupTuple_div', > '--div--') > ), > 'selectedListStyle' => 'width:400px', > 'itemListStyle' => 'width:350px', > 'exclusiveKeys' => '0,-1,-2', > 'wizards' => Array( > '_PADDING' => 1, > '_VERTICAL' => 1, > 'popup' => Array( > 'type' => 'popup', > 'title' => 'LLL:EXT:user_tuple/locallang_db.php:wizard.title', > 'icon' => 'add.gif', > 'params' => Array( > 'pid' => $feGroupStoragePid, > ), > 'script' => 'EXT:user_tuple/class.sc_wizard_fegroup.php', > 'JSopenParams' => > 'height=400,width=600,status=0,menubar=0,scrollbars=1', > ) > ), > 'itemsProcFunc' => 'tx_tupleitems->tupleElement', > ) > ) > ); > > t3lib_div::loadTCA("tt_news"); > t3lib_extMgm::addTCAcolumns("tt_news",$tempColumns,1); > t3lib_extMgm::addToAllTCAtypes('tt_news','fe_group;;;;1-1-1'); > t3lib_extMgm::addStaticFile($_EXTKEY,'static/','Tuple'); > > Am I missing something? > > Thank you. > > -- > Engr. Tomi?? MILITARU > Board Member SbLUG > Web Developer > Tel. +40741064681 > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english -- Hartelijke groeten, Kind Regards, Fred Mellink From cecilie007007 at gmail.com Thu Dec 9 08:19:04 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Thu, 9 Dec 2010 08:19:04 +0100 Subject: [TYPO3-english] =?iso-8859-1?q?_Re=3A__2_ID=B4s_in_same_=3Ctr=3E?= In-Reply-To: References: Message-ID: OK - thanks. Do someone has experience if this is working with classes ? Regards Cecilie "Ralf-Ren? Schr?der" skrev i meddelelsen news:mailman.1.1291806345.1615.typo3-english at lists.typo3.org... > Cecilie Andersen schrieb: >> If I add another ID as below it only show the content of the first ID in >> the line, while the 2nd is not showed. > > NO html element can have more than ONE id... > maybe using classes wil fix your problem > > > -- > Ralf-Ren? Schr?der > http://if-20.com ... YAML templates for TYPO3 > ______________________________________________ From santi013 at arcor.de Thu Dec 9 08:59:48 2010 From: santi013 at arcor.de (Santiago) Date: Thu, 9 Dec 2010 08:59:48 +0100 Subject: [TYPO3-english] weird rendering of "insert records"-content Message-ID: Hi, I have several root sites in the same t3-database to workout different designs. Only one of those contains real content, the other sites have pages with "insert records" entries, which refer to the content record of the first site. That works fine so far, but now on fiddling with the details I realized, that the linked content has an additional content box (which I think, should not be there). The T3 standard content-entries in a page, will be rendered with a
    ... so I can style each content box. The "Insert records"-content creates one box
    for the shortcut and the rendering of the linked record will create another
    , which doubles all margins, paddings from the content box. I dunno, whether the record, that links to another record needs a box at all, but if so, it would be nice to use another classname there, to avoid doubling of box settings. kind regards Santi From olivier.dobberkau at dkd.de Thu Dec 9 09:36:07 2010 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Thu, 09 Dec 2010 09:36:07 +0100 Subject: [TYPO3-english] Securing Solr In-Reply-To: References: Message-ID: Am 08.12.10 21:57, schrieb Knight, Jason: > In Devlog I'm seeing the "exception while trying to ping the solr server" > error. i fear that the ping function block does not support the htaccess right now. alternative would be to restrict access by ip. olivier From dhuf at cross-systems.com Thu Dec 9 10:30:50 2010 From: dhuf at cross-systems.com (Daniel Huf) Date: Thu, 09 Dec 2010 10:30:50 +0100 Subject: [TYPO3-english] New tutorials for TYPO3 beginners In-Reply-To: References: Message-ID: Hey, good news. Thank you all for your work. Daniel On 12/08/2010 08:49 PM, Fran?ois Suter wrote: > Hi all, > > I'm very happy to announce the recent release of two new tutorials for > TYPO3 beginners. The official announcement has all the details: > > http://news.typo3.org/news/article/new-typo3-tutorials/ > > (Note: the Getting Started tutorial is not yet rendered as HTML, you'll > need a bit more patience ;-) ). > > Cheers From typo3 at strangefruit.nl Thu Dec 9 12:19:07 2010 From: typo3 at strangefruit.nl (Muriel le Pair) Date: Thu, 09 Dec 2010 12:19:07 +0100 Subject: [TYPO3-english] removeWrapping depending on colPos Message-ID: Hi, I'm struggling with the automatic wraps generated by TYPO3. I would like to alter the wrapping of text depending of the column the content is placed in. For instance: colPos = 0 => remove all tags colPos = 1 => standard wrap This works fine for the outerwrap: # remove standard datawrap of all text elements tt_content.text.20.dataWrap = | # add div to normal col, leave others blank tt_content.text.20.stdWrap.outerWrap =
    |
    tt_content.text.20.stdWrap.outerWrap.if { equals.field = colPos value = 0 } But the standard

    wrap that TYPO3 produces for dubious reasons is not removed. So I tried to do the following: #remove wrapping for colPos 0 tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines { removeWrapping = 1 removeWrapping.if { equals.field = colPos value = 0 } } But this doesn't work. It removes all tags independent of the colPos. So in other words the if statement is ignored. Does anybody know why? And why does the if statement only works in certain cases? -- kind regards, Muriel le Pair From tonix at interazioni.it Thu Dec 9 12:27:58 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 09 Dec 2010 12:27:58 +0100 Subject: [TYPO3-english] dr_blob and folders outside DOCROOT Message-ID: How is it possible to configure dr_blob in order to use a folder out of web tree? Despite of any instruction, it always takes to "uploads/dr_blob/ (in the code this parameter looks to be fixed). Regards, Tonino -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From aoce61 at dsl.pipex.com Thu Dec 9 14:04:21 2010 From: aoce61 at dsl.pipex.com (Ant Forshaw) Date: Thu, 9 Dec 2010 13:04:21 -0000 Subject: [TYPO3-english] Related news pagebrowser in SINGLE page is not paging Message-ID: Hi All, I am using tt_news with RealURL, which is working Ok, apart from when viewing the related articles that appear below the main article in SINGLE view. The pagebrowser correctly shows the number of other articles, but when I click to show the next page is just shows the same list of related articles that it showed on page 1. I?ve tried everything within my control and have looked in the bugtracker for relevant posts but can find nothing. Does anyone have any ideas what it could be? Thanks in advance From d.arnoult at topsolid.com Thu Dec 9 15:01:43 2010 From: d.arnoult at topsolid.com (David ARNOULT - Edition & Internet Operations) Date: Thu, 9 Dec 2010 15:01:43 +0100 Subject: [TYPO3-english] New tutorials for TYPO3 beginners In-Reply-To: References: Message-ID: Hi! Well done and congratulations to all the authors for these great English documents. This will definitely help to make TYPO3 more and more popular and a better product. Regards David -----Message d'origine----- De?: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] De la part de Fran?ois Suter Envoy??: mercredi 8 d?cembre 2010 20:49 ??: typo3-english at lists.typo3.org Objet?: [TYPO3-english] New tutorials for TYPO3 beginners Hi all, I'm very happy to announce the recent release of two new tutorials for TYPO3 beginners. The official announcement has all the details: http://news.typo3.org/news/article/new-typo3-tutorials/ (Note: the Getting Started tutorial is not yet rendered as HTML, you'll need a bit more patience ;-) ). Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english From hemantkelanka at gmail.com Thu Dec 9 15:33:36 2010 From: hemantkelanka at gmail.com (Hemant kelanka) Date: Thu, 9 Dec 2010 06:33:36 -0800 (PST) Subject: [TYPO3-english] BE module in page tree Message-ID: Can we place a BE module link in page tree?????????????? -- View this message in context: http://old.nabble.com/BE-module-in-page-tree-tp30417007p30417007.html Sent from the TYPO3 English mailing list archive at Nabble.com. From peter at typo3.org Thu Dec 9 17:23:11 2010 From: peter at typo3.org (=?UTF-8?B?UGV0ZXIgUHLDtmxs?=) Date: Thu, 09 Dec 2010 17:23:11 +0100 Subject: [TYPO3-english] Announcing: T3SAIL11 --- Croatia, Kornati National Park Message-ID: Dear all, The preparations for T3SAIL11 are done and the website with all infos is online at http://t3sail.org --- the most important facts right here: When? 24.9.-1.10.2011 (T3CON11 takes place from 6.10.-8.10.2011) Where? Croatia, Split, Kornati Islands If you like to know more of the destination and T3SAIL11 visit the website. NEW in 2011: Want to bring your kids with you? You are very welcome on board of our "family catamaran"! Skipper Jan, his wife and his just born daughter will show you sailing the family way! Booking of your bunk(s) is open! So go ahead! Fair winds, Peter From pburda at typo3job.com Thu Dec 9 19:15:02 2010 From: pburda at typo3job.com (Piotr Burda) Date: Thu, 09 Dec 2010 19:15:02 +0100 Subject: [TYPO3-english] Strange raal url impact on tt_news Message-ID: Hi Take a look on this page: http://www.narty.pl/index.php?id=301&tx_ttnews[tt_news]=1955 and http://www.narty.pl/tresc-artykulu/artykulu/zelazka-do-smarowania-nart-za-99-zl/140/ Those two links are for the one page, first link without real url, second with realurl. When using link without real url tt_news subheader is visible, but when visting the same page using real url subheader is empty. Why? Regards Piotr From pburda at typo3job.com Thu Dec 9 20:01:40 2010 From: pburda at typo3job.com (Piotr Burda) Date: Thu, 09 Dec 2010 20:01:40 +0100 Subject: [TYPO3-english] Strange real url impact on tt_news In-Reply-To: References: Message-ID: On 2010-12-09 19:15, Piotr Burda wrote: > Hi > Take a look on this page: > http://www.narty.pl/index.php?id=301&tx_ttnews[tt_news]=1955 > > and > http://www.narty.pl/tresc-artykulu/artykulu/zelazka-do-smarowania-nart-za-99-zl/140/ > > > Those two links are for the one page, first link without real url, > second with realurl. > > When using link without real url tt_news subheader is visible, but when > visting the same page using real url subheader is empty. > > Why? > > > Regards > Piotr Some system info: TYPO3 4.4.4 tt news: 3.0.1 realurl: 1.10.0 From ronslists at busynoggin.com Fri Dec 10 04:34:25 2010 From: ronslists at busynoggin.com (Ron Hall) Date: Thu, 9 Dec 2010 21:34:25 -0600 Subject: [TYPO3-english] New tutorials for TYPO3 beginners In-Reply-To: References: Message-ID: Hello Francois, > I'm very happy to announce the recent release of two new tutorials for TYPO3 beginners. The official announcement has all the details: This a great help. Up-to-date starter documents are very important for getting more developers into TYPO3 especially in countries where they do not have access to a mature TYPO3 community. Thanks to all who worked on the tutorials, Ron Hall Busy Noggin, Inc. From michael.huegelschaeffer at mehrwert.de Fri Dec 10 08:21:12 2010 From: michael.huegelschaeffer at mehrwert.de (=?UTF-8?B?TWljaGFlbCBIw7zCn2dlbHNjaMKKYWZmZXI=?=) Date: Fri, 10 Dec 2010 08:21:12 +0100 Subject: [TYPO3-english] removeWrapping depending on colPos In-Reply-To: References: Message-ID: Good morning, > I'm struggling with the automatic wraps generated by TYPO3. > > I would like to alter the wrapping of text depending of the column the > content is placed in. > > For instance: > colPos = 0 => remove all tags > colPos = 1 => standard wrap > > This works fine for the outerwrap: > > # remove standard datawrap of all text elements > tt_content.text.20.dataWrap = | > > # add div to normal col, leave others blank > tt_content.text.20.stdWrap.outerWrap =

    |
    > tt_content.text.20.stdWrap.outerWrap.if { > equals.field = colPos > value = 0 > } > > But the standard

    wrap that TYPO3 produces for dubious reasons is not > removed. > So I tried to do the following: > > #remove wrapping for colPos 0 > tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines { > removeWrapping = 1 > removeWrapping.if { > equals.field = colPos > value = 0 > } > } > > But this doesn't work. It removes all tags independent of the colPos. So > in other words the if statement is ignored. > > Does anybody know why? And why does the if statement only works in > certain cases? removeWrapping does not have if- or stdWrap-properties, that's why it won't work. stdWrap properties can be used with e.g. nonTypoTagStdWrap or encapsLinesStdWrap. Look in TSref for detailed info. Greetings Michael From dpacholczyk at gmail.com Fri Dec 10 09:22:31 2010 From: dpacholczyk at gmail.com (Dawid Pacholczyk) Date: Fri, 10 Dec 2010 09:22:31 +0100 Subject: [TYPO3-english] t3con11 san fransisco - cost Message-ID: Hello List, I`m wondering about costs of participating in t3con11 in San Fransisco. It would be my first con but I`m not sure about the costs. Can someone share with me with his experience? Best regards, Dawid Pacholczyzk -- Dawid Pacholczyk tel: 502-054-334 gg: 5564051 skype: dpacholczyk http://typo3blog.pl (only polish version at the moment) From jacco at id-internetservices.com Fri Dec 10 15:49:59 2010 From: jacco at id-internetservices.com (Jacco van der Post) Date: Fri, 10 Dec 2010 15:49:59 +0100 Subject: [TYPO3-english] mm_forum custom user profile fields get reset Message-ID: Hi In mm_forum I edit some custom user profile fields. It seems to go ok, but after a while, they all get reset and the user profile has again the default fields. I can't discover when this occurs and what triggers this, but it's annoying as hell. Anyone a clue? grtz Jacco From ronslists at busynoggin.com Fri Dec 10 20:02:01 2010 From: ronslists at busynoggin.com (Ron Hall) Date: Fri, 10 Dec 2010 13:02:01 -0600 Subject: [TYPO3-english] t3con11 san fransisco - cost In-Reply-To: References: Message-ID: Hello Dawid, > I`m wondering about costs of participating in t3con11 in San Fransisco. It > would be my first con but I`m not sure about the costs. Can someone share > with me with his experience? I am on the planning group for that conference Your question will be a little easier to answer in about a month as we are still pulling together details on the hotels and conference costs. These items will all be finalized and published before the end of January. As costs come in here are the items you will want to accommodate for: 1) Airfare 2) Transportation to and from the airport and the hotel 3) Cost of the conference 4) some meals 5) Personal activities you might want to do apart from the conference Included in the conference is lunch on each day and also the Friday social event which I expect to include a meal. You will not have to rent a car as the recommended hotel will be close enough to the conference facilities to walk. It may be the recommended hotel will provide breakfast as well but we have not finalized those details yet. If you wish to stay somewhere other than the conference hotel that is OK. Since the San Francisco and Northern California areas have a lot to offer when it comes to tourism, we recognized many of our attendees will be making a mini-vacation of the trip. So on the web site we also intend to list some things people might want to do on their own in the area. Anyway, regarding your real question of cost, we will have that all nailed down and published before the end of January. It will be a great conference and you will get to interact with many people that you are always hearing about in the TYPO3 community. We look forward to seeing you. Thanks, Ron Hall Busy Noggin, Inc. a web development agency www.busynoggin.com templavoila.busynoggin.com Twitter: busynoggin (general web tweets) Twitter: typo3ron (for TYPO3 specific tweets) Facebook: Keep track of Busy Noggin, Inc. by clicking "like" on our Facebook page: http://www.facebook.com/BusyNogginInc On Dec 10, 2010, at 2:22 AM, Dawid Pacholczyk wrote: > Hello List, > I`m wondering about costs of participating in t3con11 in San Fransisco. It > would be my first con but I`m not sure about the costs. Can someone share > with me with his experience? > > Best regards, > Dawid Pacholczyzk > > -- > Dawid Pacholczyk > tel: 502-054-334 > gg: 5564051 > skype: dpacholczyk > http://typo3blog.pl (only polish version at the moment) > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From tapio.markula at xetpoint.fi Sun Dec 12 15:49:43 2010 From: tapio.markula at xetpoint.fi (Typo3) Date: Sun, 12 Dec 2010 16:49:43 +0200 Subject: [TYPO3-english] Curtain srcipt around a block Message-ID: Hi My customer would like to have around white boxes (for example http://vataja.xetnet.com/index.php?id=tuotteet) JavaScript, which could open the box like curtain, when loading the page. Any content plugin would not work, because there are both normal content elements on several content areas and TypoScript objects (menus) From cecilie007007 at gmail.com Sun Dec 12 16:27:24 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Sun, 12 Dec 2010 16:27:24 +0100 Subject: [TYPO3-english] Realurl - language problem Message-ID: I have set up real url some times without any problems. I have tried to install it on a new page and it also works - but the url is like www.mypage.com/de/home.html I don?t know where it get this /de/ from? - there have not been set up any german language anywhere, but I suppose this /de/ has something to do with language ?. Is there a way I can remove this ? Regards Cecilie From typo3.list at philippgampe.info Sun Dec 12 17:13:30 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Sun, 12 Dec 2010 16:13:30 +0000 (UTC) Subject: [TYPO3-english] Curtain srcipt around a block References: Message-ID: Hello Typo3 <-- is this really your name? On Sun, 12 Dec 2010 16:49:43 +0200, Typo3 wrote: > My customer would like to have around white boxes (for example > http://vataja.xetnet.com/index.php?id=tuotteet) JavaScript, which could > open the box like curtain, when loading the page. Any content plugin > would not work, because there are both normal content elements on > several content areas and TypoScript objects (menus) So what is your question? Do you want to wrap some html/JS around certain content elements? Pretty easy: just use any field as a marker and use stdWrap.if.isTrue.field or stdWrap.if.equals.field to check if the marker is set. You look up the correct syntax at TSref. Best regards Phil From peter at norvlit.de Sun Dec 12 18:21:01 2010 From: peter at norvlit.de (Peter Jaraczewski) Date: Sun, 12 Dec 2010 18:21:01 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Hello Cecilie, this /de/ comes from the RealURL setup (probably in your localconf.php file). Afik the default setup is de for language uid 0 (which is default, english in your case) and /en/ for sys language uid = 1. You just have to adjust this setting properly. Peter Am 12.12.10 16:27, schrieb Cecilie Andersen: > I have set up real url some times without any problems. I have tried > to install it on a new page and it also works - but the url is like > www.mypage.com/de/home.html > > I don?t know where it get this /de/ from? - there have not been set up > any german language anywhere, but I suppose this /de/ has something to > do with language ?. > > Is there a way I can remove this ? > > Regards > Cecilie From vsbies at wp.pl Mon Dec 13 00:54:28 2010 From: vsbies at wp.pl (Marcus 'biesior' Biesioroff) Date: Mon, 13 Dec 2010 00:54:28 +0100 Subject: [TYPO3-english] phpmyadmin. Path issue? In-Reply-To: References: Message-ID: W dniu 10-12-05 18:08, mario pisze: > Hello > > I have installed the phpmyadmin extension (phpMyAdmin phpmyadmin 4.9.0); > mario ellou' Mario, Maybe I'm wrong, but with all respect to extension's author I see no reason to use phpMyAdmin wrapped by any third-part system - also by TYPO3. I used to use PMA as a standalone script and get it updated according to their own releases without waiting for changes from TYPO3 geeks. I'd suggest you to do the same. -- Marcus 'biesior' Biesioroff http://www.typo3.pl | TYPO3 Polish Community T3CI From software.gigs at gmail.com Mon Dec 13 06:12:39 2010 From: software.gigs at gmail.com (GYA) Date: Sun, 12 Dec 2010 21:12:39 -0800 Subject: [TYPO3-english] User Settings - EMail Signature Message-ID: Hello all, I'm new to Typo3 and have been reading up documentation for the past 2-3 days to understand the basics. For a new client, I'm looking to add functionality, whereby a user can enter an Email-Signature (I'm thinking in User Settings) ideally with a Rich-Text/WYSISWIG editor. Do you recommend any extension that may make this easier to implement? Thank you! -G From m at mariochiari.net Mon Dec 13 08:05:56 2010 From: m at mariochiari.net (mario) Date: Mon, 13 Dec 2010 08:05:56 +0100 Subject: [TYPO3-english] phpmyadmin. Path issue? In-Reply-To: References: Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From steffen at steffen-gebert.de Mon Dec 13 10:46:28 2010 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Mon, 13 Dec 2010 10:46:28 +0100 Subject: [TYPO3-english] User Settings - EMail Signature In-Reply-To: References: Message-ID: Hi GYA (please use your real name!), > For a new client, I'm looking to add functionality, whereby a user can enter > an Email-Signature (I'm thinking in User Settings) ideally with a > Rich-Text/WYSISWIG editor. Sending mails usually depends on Extensions and they handle all content of the sent emails. Therefore, you have to look at the extension, you're using for sending emails out of TYPO3 (e.g. on user registration). Such extensions usually allow to customize email texts. If you need a custom per-user signature, you might have to extend the extension by a) somewhere adding a field in the backend (e.g. in the User Settings) and b) add this field's content to outgoing mails. Kind regards Steffen -- Steffen Gebert TYPO3 Core Team Member Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From jd at masters.dk Mon Dec 13 13:52:11 2010 From: jd at masters.dk (Jeppe Donslund) Date: Mon, 13 Dec 2010 13:52:11 +0100 Subject: [TYPO3-english] Get header from other elements whitin flexible element In-Reply-To: References: Message-ID: That is great, thanks. To take it a little further I need to make a link like this: | Down below is my suggestion, but the link doesn't render right. 10 = RECORDS 10.source.current = 1 10.tables = tt_content 10.wrap =

    Vælg Model:
    |
    10.conf.tt_content = TEXT 10.conf.tt_content.field = header 10.conf.tt_content.wrap =
    |
    Can you give me a clue where to look for the answer? Kind regards Jeppe Donslund Den 02-12-2010 20:36, "Christian M?ller (Kitsunet)" skrev: > 10= RECORDS > 10.source.current=1 > 10.tables = tt_content > 10.wrap = | > 10.conf.tt_content = TEXT > 10.conf.tt_content.field = header From bart at samson-it.nl Mon Dec 13 14:09:39 2010 From: bart at samson-it.nl (Bart van den Burg) Date: Mon, 13 Dec 2010 14:09:39 +0100 Subject: [TYPO3-english] addTCAcolumns - have one field depend on the other Message-ID: Hi I created a frontend plugin, and need to know two things from the user, when he adds it to the page: the type of data to show (JS, List, Detail) and the detail page. I need to know the latter only when the former is set to "List". How can I configure the TCA so that it will display this field only when "List" is selected? This is the code so far: array( 'exclude'=>0, 'label'=>'view', 'config'=>array( 'type'=>'select', 'items'=>array( array('JS','JS'), array('List','List'), array('Detail','Detail') ), 'size'=>1, 'maxitems'=>1 ) ), 'tx_excentlocation_detail_page' => array ( 'exclude' => 0, 'label' => 'detail page', 'config' => array ( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'pages', 'size' => 1, 'minitems' => 1, 'maxitems' => 1, ) ), ); t3lib_extMgm::addTCAcolumns('tt_content', $columnArray, 1); $TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY.'_pi1']='layout,select_key,pages'; $TCA["tt_content"]["types"]["list"]["subtypes_addlist"][$_EXTKEY."_pi1"]="tx_excentlocation_view, tx_excentlocation_detail_page"; t3lib_extMgm::addPlugin(array( 'LLL:EXT:excent_location/locallang_db.xml:tt_content.list_type_pi1', $_EXTKEY . '_pi1', t3lib_extMgm::extRelPath($_EXTKEY) . 'ext_icon.gif' ),'list_type'); ?> Thanks! Regard, Bart From Douglas.Bonneville at pyramis.com Mon Dec 13 16:11:34 2010 From: Douglas.Bonneville at pyramis.com (Bonneville, Douglas) Date: Mon, 13 Dec 2010 10:11:34 -0500 Subject: [TYPO3-english] TemplaVoila and AT elements question Message-ID: I have a templavoila question...what "Element Preset" do I choose for use with "AT", an attribute in the mapping setting dropdown? I tried regular content, HTML, etc, but they all wrap there content with comments and T3 info. I need to simply get the text I need in the ID without any other system comments. Thanks Douglas From kennethbolarsen at gmail.com Mon Dec 13 16:58:18 2010 From: kennethbolarsen at gmail.com (Kenneth Larsen) Date: Mon, 13 Dec 2010 16:58:18 +0100 Subject: [TYPO3-english] Adding new content-column Message-ID: Hi, Im working on a HTML-template, and i would very much like to add a new content-column. So far, I have made another column (4) in the backend, by editing the file "extTables.php" ...so now i looks like this: $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array ( "3" => array ("CONTENT BOTTOM||||||||||","3"), // rename BORDER to NEWS "2" => array ("CONTENT RIGHT||||||||||","2"), "1" => array ("CONTENT LEFT||||||||||","1"), "0" => array ("MAIN CONTENT 1||||||||||","0"), "4" => array ("MAIN CONTENT 2||||||||||","4") // add extra column ); In my "page-properties" i have the this TSconfig to show all columns: mod.SHARED.colPos_list=1,0,4,2,3 So now all columns are shown in the backend..but the problem is....whatever I put in this "new" column..there are no outpt in the frontend ! Im thinking that I need a "MARKER" in my HTML-template for this new column, as well as I have markers for all the other content-columns: Existing content marker example: So I made this new "MARKER" in my template: And in my T3 template-setup I have this: lib.stdheader.10.stdWrap.wrap = tt_content.stdWrap.dataWrap = page = PAGE page.typeNum = 0 config.pageTitleFirst = 1 page.stylesheet = fileadmin/templates/wfu/style.css page.1 = TEMPLATE page.1.marks.PAGE_UID = TEXT page.1.marks.PAGE_UID.field = uid page.1 { template = FILE template.file = fileadmin/templates/wfu/wfu_template07_2010_start.html workOnSubpart = DOCUMENT_BODY subparts.CONTENT_LEFT < styles.content.getLeft subparts.CONTENT_RIGHT < styles.content.getRight subparts.CONTENT_BORDER < styles.content.getBorder subparts.CONTENT < styles.content.get So I was hoping that by adding this line: subparts.CONTENT_BOTTOM < styles.content.getMain2 I would be able to output content from my new column,..but no luck ! I really hope that this ( rather long ) description makes sense, and that someone can help me with this :-) -- Regards Kenneth Bo Larsen From katja.lampela at lieska.net Mon Dec 13 17:55:29 2010 From: katja.lampela at lieska.net (Katja Lampela) Date: Mon, 13 Dec 2010 18:55:29 +0200 Subject: [TYPO3-english] vhosting and ibdata Message-ID: Hi, Now that my TYPO3 installations are using innodb, there is this one file in my virtual hosting system, ibdata1 that has grown to very many Gbits. Any of you have any knowledge and recommendations how this file should be treated/configured in future installations or is it just ok like that? -- With kind regards Katja Lampela *Lieska-tuotanto* www.lieska.net From cecilie007007 at gmail.com Mon Dec 13 20:12:49 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Mon, 13 Dec 2010 20:12:49 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Hi, thank for the answer. Yes - I have found the code where this /de/ comes from, as I have posted below and if I write something different as "de" the prefix is changed on the site. But I just want it to be like "mysite.com/home.html" and not "mysite.com/??/home.html". I have tried to remove this line, but than the site can not load. Any idea how I can fix this ? '1' => array ( 'GETvar' => 'L', 'valueMap' => array ( 'de' => '0', 'en' => '1', ), 'noMatch' => 'bypass', ), "Peter Jaraczewski" skrev i meddelelsen news:mailman.1.1292174510.17982.typo3-english at lists.typo3.org... > Hello Cecilie, > > this /de/ comes from the RealURL setup (probably in your localconf.php > file). Afik the default setup is de for language uid 0 (which is default, > english in your case) and /en/ for sys language uid = 1. You just have to > adjust this setting properly. > > Peter > > > Am 12.12.10 16:27, schrieb Cecilie Andersen: >> I have set up real url some times without any problems. I have tried to >> install it on a new page and it also works - but the url is like >> www.mypage.com/de/home.html >> >> I don?t know where it get this /de/ from? - there have not been set up >> any german language anywhere, but I suppose this /de/ has something to do >> with language ?. >> >> Is there a way I can remove this ? >> >> Regards >> Cecilie > From tapio.markula at xetpoint.fi Mon Dec 13 20:33:33 2010 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Mon, 13 Dec 2010 21:33:33 +0200 Subject: [TYPO3-english] Curtain script Message-ID: Hi My customer would like to have around white boxes (for example http://vataja.xetnet.com/index.php?id=tuotteet) JavaScript, which could open the box like curtain, when loading the page. Any content plugin would not work, because there are both normal content elements on several content areas and TypoScript objects (menus) PS I put accidentally wrong name for me. From sargac at gmail.com Mon Dec 13 21:32:25 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Mon, 13 Dec 2010 21:32:25 +0100 Subject: [TYPO3-english] wfqbe browse by letter - form GET parameter Message-ID: Hi, I've successfully installed and configured DB Integration extension (WFQBE) with a help of a documentation and included case studies which are very helpful, but I didn't manage to find a way to add letters below a search form, that would link to a search results filtering only records matching a first letter of a surname. ---------------- example form ------------------- Search Term:____________________________ (Submit) or Browse by clicking a letter below: A B C D E F G H I J K L M N O P Q R S T U V W Y Z -------------------------------------------------- I was thinking one way would be if I'd be able to create a form using GET parameter, instead of a POST, which is default, but it didn't work after I changed the parameter -- I got redirected to home page. Any help on how to achieve this would be helpful. Mario From jftremblay at cegep-ste-foy.qc.ca Mon Dec 13 22:48:43 2010 From: jftremblay at cegep-ste-foy.qc.ca (Jean-Francois Tremblay) Date: Mon, 13 Dec 2010 16:48:43 -0500 Subject: [TYPO3-english] pmkslimbox not working in Chrome In-Reply-To: References: Message-ID: I got the same problem.. On slimbox website, I learned that : -=-=-=- Compatibility Slimbox 1.7 for MooTools 1.2 is compatible with all modern browsers: Firefox 1.5+, Internet Explorer 6+, Opera 9+, Safari 2+, Camino and Google Chrome *(mootools 1.2.5 or more recent is required for Chrome 7+)*. -=-=-=- So, to get this extension to work on chrome, we need to update two files in the folder: typo3conf/ext/pmkslimbox/res/scripts/ 1 - mootools-1.2.5.js 2 - slimbox.js Hope I helped ! Jeff Le 2010-10-26 15:48, Igor Mitev a ?crit : > I have the latest version of Chrome. The issue appears with the client as > well. > > -----Original Message----- > From: typo3-english-bounces at lists.typo3.org > [mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Susanne Moog > Sent: Tuesday, October 26, 2010 8:01 PM > To: typo3-english at lists.typo3.org > Subject: Re: [TYPO3-english] pmkslimbox not working in Chrome > > On 26.10.2010 19:43, Igor Mitev wrote: >> Hello, >> >> >> >> I'm using pmkslimbox 2.0.3 with chgallery 2.5.2 and the light box is >> not working in Chrome. All other browsers (FF, IE, Opera and Safari) >> are working as intended. >> >> >> >> Has anyone had this problem and do you know any solution? >> >> >> >> Samples: >> >> http://bitumtexas.com/index.php?id=26 >> >> http://imperialmgmt.com/index.php?id=34 > Try another installation of Chrome. I just tried it with mine and it's > working fine here. > > Susanne > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From markgill at greatbooks.org Mon Dec 13 23:19:48 2010 From: markgill at greatbooks.org (Mark Gillingham) Date: Mon, 13 Dec 2010 16:19:48 -0600 Subject: [TYPO3-english] [Solved] Typo3 TV and Google Web Optimizer setup In-Reply-To: References: Message-ID: The javascript required HTML comments so that the contents of the headerData.10.value has around it. headerData.10.value = --- Mark On Tue, Dec 7, 2010 at 10:04 AM, Mark Gillingham wrote: > I've just about gotten Optimizer working in my TV with one exception. > Since I could not find information in this forum on this topic, I'll review > what I've done. > > You can *create* multivariate sections by putting HTML elements around a > content element that you want to study. > > The HTML element before the content element would be like this: > > > The HTML element after the content element would be like this: > ** > > The general code that goes before the tag can be added in > TypoScript. Add and extenion template to the page you want to study and the > page that you are pointing to from that page. It would look similar to this: > > page.wrap ( > | > > > > ) > > You also need to add code in the of your experimental page. This > might be done by editing your TV template and remapping or by TypoScript. > However, I've not been able to get this to work because this code has "&" in > it and my *Typo3* is transcoding them to "&". > > I'm still looking for a solution to this. > > What I'm trying is the following: > > > page { > headerData.10 = TEXT > headerData.10.stdWrap.htmlSpecialChars = 0 > headerData.10.value = > javascript with "&" in it goes here. > > 20 = USER > 20.userFunc = tx_templavoila_pi1->main_page > } > > I get a result that includes & rather than simply & as in the following > js snippit: > > '/siteopt.js?v=1&utmxkey=' > > > I've tried values of 0 and 1 for htmSpecialChars. > > > --- > Mark > > From webmaster at robe.cz Mon Dec 13 23:38:16 2010 From: webmaster at robe.cz (Lukas Stancik) Date: Mon, 13 Dec 2010 23:38:16 +0100 Subject: [TYPO3-english] dataWrap returns only LLL strings of default language Message-ID: Hi guys, I'd like to ask you kindly for a bit of help. I'm trying to output a simple text in FE depending on the language selected using this code: 20 = TEXT 20 { field = title dataWrap = {LLL:fileadmin/translations.xml:labelTitle}:| } the translations.xml file content is as follows: language labels database The problem is that even if the Russian language is selected [GP:L value is set to 5 which is Russian in my case] the dataWrap outputs the label string of the "default" language. Is there something wrong with the code? I'm unable to see something obvious maybe after such an amount of time I've been dealing with it. Thanks for any suggestions in advance! Best Regards, Lukas Stancik From t3ng at pi-phi.tk Tue Dec 14 01:22:27 2010 From: t3ng at pi-phi.tk (bernd wilke) Date: Tue, 14 Dec 2010 00:22:27 +0000 (UTC) Subject: [TYPO3-english] Adding new content-column References: Message-ID: Am Mon, 13 Dec 2010 16:58:18 +0100 schrieb Kenneth Larsen: > template = FILE > template.file = > fileadmin/templates/wfu/wfu_template07_2010_start.html > workOnSubpart = DOCUMENT_BODY > subparts.CONTENT_LEFT < styles.content.getLeft > subparts.CONTENT_RIGHT < styles.content.getRight > subparts.CONTENT_BORDER < styles.content.getBorder > subparts.CONTENT < styles.content.get > > So I was hoping that by adding this line: > subparts.CONTENT_BOTTOM < styles.content.getMain2 > I would be able to output content from my new column,..but no luck ! styles.content.get????? are predefined. as you have not defined styles.content.getMain2, there is nothing inserted either you define at the beginning: styles.content.getMain2 < styles.content.get styles.content.getMain2.select.where = colPos = 4 or at your target marker: subparts.CONTENT_BOTTOM < styles.content.get subparts.CONTENT_BOTTOM.select.where = colPos = 4 bernd -- http://www.pi-phi.de/cheatsheet.html From florian.schaeffer at mercoline.de Tue Dec 14 08:09:15 2010 From: florian.schaeffer at mercoline.de (Florian Schaeffer) Date: Tue, 14 Dec 2010 08:09:15 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Good morning, > the prefix is changed on the site. But I just want it to be like > "mysite.com/home.html" and not "mysite.com/??/home.html". I have tried > to remove this line, but than the site can not load. Any idea how I can > fix this ? > > '1' => array ( > 'GETvar' => 'L', > 'valueMap' => array ( > 'de' => '0', > 'en' => '1', > ), > 'noMatch' => 'bypass', > ), Just remove the line including the 'de' => '0', then noMatch will take care of using the default language which in your case is de... HTH Florian From cecilie007007 at gmail.com Tue Dec 14 08:30:47 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Tue, 14 Dec 2010 08:30:47 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: As soon I remove this line, the site will simply not load. No error message appear, just a blank explorer - as soon I insert the line and save, the site load automatically in the windows again "Florian Schaeffer" skrev i meddelelsen news:mailman.1.1292310392.11124.typo3-english at lists.typo3.org... > Good morning, > >> the prefix is changed on the site. But I just want it to be like >> "mysite.com/home.html" and not "mysite.com/??/home.html". I have tried >> to remove this line, but than the site can not load. Any idea how I can >> fix this ? >> >> '1' => array ( >> 'GETvar' => 'L', >> 'valueMap' => array ( >> 'de' => '0', >> 'en' => '1', >> ), >> 'noMatch' => 'bypass', >> ), > > Just remove the line including the 'de' => '0', then noMatch will take > care of using the default language which in your case is de... > > HTH > Florian From jacob at lightbulb.dk Tue Dec 14 08:37:19 2010 From: jacob at lightbulb.dk (Jacob Rasmussen) Date: Tue, 14 Dec 2010 08:37:19 +0100 Subject: [TYPO3-english] vhosting and ibdata In-Reply-To: References: Message-ID: Katja Lampela wrote: > Hi, > > Now that my TYPO3 installations are using innodb, there is this one file > in my virtual hosting system, ibdata1 that has grown to very many Gbits. > > Any of you have any knowledge and recommendations how this file should > be treated/configured in future installations or is it just ok like that? > Hi Katja, Innodb is by default configured to use one big file for data and log, but you can configure Innodb to use a tablespace file for each table: http://dev.mysql.com/doc/refman/5.0/en/innodb-multiple-tablespaces.html -- Regards Jacob Rasmussen Certified TYPO3 Integrator From andre at croonix.com Tue Dec 14 09:23:14 2010 From: andre at croonix.com (=?ISO-8859-15?Q?Andr=E9_Kremser?=) Date: Tue, 14 Dec 2010 09:23:14 +0100 Subject: [TYPO3-english] unlink error In-Reply-To: References: Message-ID: Here the same and I don't have this feedforward extension. Any ideas? Am 07.04.10 11:14, schrieb Pero Matic: > "Pero Matic" wrote in message > news:mailman.1.1270630514.26423.typo3-english at lists.typo3.org... >> Hi. I have noticed problems with unlink function in TYPO3 4.2.10. The >> error is: >> >> Warning: >> unlink(/path/typo3temp/locks/1d8d2e694752c3bb03aebc199e4d53d5) >> [function.unlink]: No such file or directory in >> /path/typo3_src-4.2.10/t3lib/class.t3lib_lock.php on line 216 >> >> Anyone knows why this happens and how to solve it? > > It seems it doesn't have to do with TYPO3 but with feedforward ext. > > From sv at workhouse.dk Tue Dec 14 09:28:01 2010 From: sv at workhouse.dk (=?ISO-8859-1?Q?S=F8ren_Vedel?=) Date: Tue, 14 Dec 2010 09:28:01 +0100 Subject: [TYPO3-english] Conditional rss feed Message-ID: Hi, I want to fetch news headers from newspaper feeds, and many existing rss newsfeeds extensions does this job really great. E.g. chnewsfeeds, rss2_import etc. But I miss an option to make a list of words to filter out news containing those words. E.g. I only want news containing the word Paris. Does anyone know a way to solve this? -- Med venlig hilsen/Kind regards S?ren Vedel From kennethbolarsen at gmail.com Tue Dec 14 09:35:06 2010 From: kennethbolarsen at gmail.com (Kenneth Larsen) Date: Tue, 14 Dec 2010 09:35:06 +0100 Subject: [TYPO3-english] Adding new content-column In-Reply-To: References: Message-ID: Hi Bernd Thanks for replying.....your answer was just what I needed. I now have this in my Template-setup, and my new column works perfect :-) *template = FILE template.file = fileadmin/templates/wfu/wfu_template07_2010_start_test.html workOnSubpart = DOCUMENT_BODY subparts.CONTENT_LEFT < styles.content.getLeft subparts.CONTENT_RIGHT < styles.content.getRight subparts.CONTENT_BORDER < styles.content.getBorder subparts.CONTENT < styles.content.get ** subparts.CONTENT_BOTTOM < styles.content.get subparts.CONTENT_BOTTOM.select.where = colPos = 4* Once again...thanks for helping... --- Regards Kenneth Bo Larsen * * 2010/12/14 bernd wilke > Am Mon, 13 Dec 2010 16:58:18 +0100 schrieb Kenneth Larsen: > > > template = FILE > > template.file = > > fileadmin/templates/wfu/wfu_template07_2010_start.html > > workOnSubpart = DOCUMENT_BODY > > subparts.CONTENT_LEFT < styles.content.getLeft > > subparts.CONTENT_RIGHT < styles.content.getRight > > subparts.CONTENT_BORDER < styles.content.getBorder > > subparts.CONTENT < styles.content.get > > > > So I was hoping that by adding this line: > > subparts.CONTENT_BOTTOM < styles.content.getMain2 > > I would be able to output content from my new column,..but no luck ! > > styles.content.get????? > are predefined. as you have not defined styles.content.getMain2, there is > nothing inserted > > either you define at the beginning: > styles.content.getMain2 < styles.content.get > styles.content.getMain2.select.where = colPos = 4 > > or at your target marker: > > subparts.CONTENT_BOTTOM < styles.content.get > subparts.CONTENT_BOTTOM.select.where = colPos = 4 > > bernd > -- > http://www.pi-phi.de/cheatsheet.html > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From bjoern.pedersen at frm2.tum.de Tue Dec 14 09:35:08 2010 From: bjoern.pedersen at frm2.tum.de (Bjoern Pedersen) Date: Tue, 14 Dec 2010 09:35:08 +0100 Subject: [TYPO3-english] unlink error In-Reply-To: References: Message-ID: Am 14.12.2010 09:23, schrieb Andr? Kremser: > Here the same and I don't have this feedforward extension. > > Any ideas? > > Am 07.04.10 11:14, schrieb Pero Matic: >> "Pero Matic" wrote in message >> news:mailman.1.1270630514.26423.typo3-english at lists.typo3.org... >>> Hi. I have noticed problems with unlink function in TYPO3 4.2.10. The >>> error is: >>> >>> Warning: >>> unlink(/path/typo3temp/locks/1d8d2e694752c3bb03aebc199e4d53d5) >>> [function.unlink]: No such file or directory in >>> /path/typo3_src-4.2.10/t3lib/class.t3lib_lock.php on line 216 >>> >>> Anyone knows why this happens and how to solve it? >> >> It seems it doesn't have to do with TYPO3 but with feedforward ext. >> >> > This is a know bug: http://bugs.typo3.org/view.php?id=8980 From florian.schaeffer at mercoline.de Tue Dec 14 10:04:52 2010 From: florian.schaeffer at mercoline.de (Florian Schaeffer) Date: Tue, 14 Dec 2010 10:04:52 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Hello, > As soon I remove this line, the site will simply not load. No error > message appear, just a blank explorer - as soon I insert the line and > save, the site load automatically in the windows again Blank page => http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html Did you try to open the page from backend ? After clearing the caches ? Or just pressed reload in frontend ? For me this setup works on a lot of instances (TYPO3 4.4.4., newest RealURL). Please post your complete RealURL-conf and also the TS for your RealURL-conf Florian From katja.lampela at lieska.net Tue Dec 14 11:04:26 2010 From: katja.lampela at lieska.net (Katja Lampela) Date: Tue, 14 Dec 2010 12:04:26 +0200 Subject: [TYPO3-english] vhosting and ibdata In-Reply-To: References: Message-ID: Thank you Jacob, I will look into this and decide which would be best for my TYPO3 installations. 14.12.2010 9:37, Jacob Rasmussen kirjoitti: > Innodb is by default configured to use one big file for data and log, but you can configure Innodb to use a tablespace file for each table: > > http://dev.mysql.com/doc/refman/5.0/en/innodb-multiple-tablespaces.html > -- With kind regards Katja Lampela *Lieska-tuotanto* www.lieska.net From sv at workhouse.dk Tue Dec 14 16:07:40 2010 From: sv at workhouse.dk (=?ISO-8859-1?Q?S=F8ren_Vedel?=) Date: Tue, 14 Dec 2010 16:07:40 +0100 Subject: [TYPO3-english] tt_news rss feed import based on conditions Message-ID: Hi, I want to fetch news headers from newspaper feeds, and many existing rss newsfeeds extensions does this job really great. E.g. chnewsfeeds, rss2_import etc. But I miss an option to make a list of words to filter out news containing those words. E.g. I only want news containing the word Paris. Does anyone know a way to solve this? -- Med venlig hilsen/Kind regards S?ren Vedel From markgill at greatbooks.org Tue Dec 14 18:19:29 2010 From: markgill at greatbooks.org (Mark Gillingham) Date: Tue, 14 Dec 2010 11:19:29 -0600 Subject: [TYPO3-english] [Partially Solved] Typo3 TV and Google Web Optimizer setup In-Reply-To: References: Message-ID: Also, I had to turn off xhtml_cleaning or explicitly add >> >> The general code that goes before the tag can be added in >> TypoScript. Add and extenion template to the page you want to study and the >> page that you are pointing to from that page. It would look similar to this: >> >> page.wrap ( >> | >> >> >> >> ) >> >> You also need to add code in the of your experimental page. This >> might be done by editing your TV template and remapping or by TypoScript. >> However, I've not been able to get this to work because this code has "&" in >> it and my *Typo3* is transcoding them to "&". >> >> I'm still looking for a solution to this. >> >> What I'm trying is the following: >> >> >> page { >> headerData.10 = TEXT >> headerData.10.stdWrap.htmlSpecialChars = 0 >> headerData.10.value = >> javascript with "&" in it goes here. >> >> 20 = USER >> 20.userFunc = tx_templavoila_pi1->main_page >> } >> >> I get a result that includes & rather than simply & as in the >> following js snippit: >> >> '/siteopt.js?v=1&utmxkey=' >> >> >> I've tried values of 0 and 1 for htmSpecialChars. >> >> >> --- >> Mark >> >> > From cecilie007007 at gmail.com Tue Dec 14 20:03:55 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Tue, 14 Dec 2010 20:03:55 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Hi, When I remove the line and try to view it in the backend the default explorer error comes, that the page can not be displayed. I have another page, where realurl it works without any problems. I have copied the exact same realurl config, but it does not work. The only difference is that my page where it is not working I have installed tt_news Here is my ts: config.linkVars = L [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = dk config.locale_all = dk_DK [end] config.spamProtectEmailAddresses = 1 config.prefixLocalAnchors = all config.simulateStaticDocuments = 0 config.language = dk config.locale_all = dk_DK config.baseURL = http://www.myesite.org/ config.tx_realurl_enable = 1 array ( 'init' => array ( 'enableCHashCache' => '1', 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => '1', 'enableUrlEncodeCache' => '1', ), 'redirects' => array ( ), 'preVars' => array ( '0' => array ( 'GETvar' => 'no_cache', 'valueMap' => array ( 'nc' => '1', ), 'noMatch' => 'bypass' ), '1' => array ( 'GETvar' => 'L', 'valueMap' => array ( 'dk' => '0', 'en' => '1', ), 'noMatch' => 'bypass', ), '2' => array ( 'GETvar' => 'lang', 'valueMap' => array ( 'de' => 'de', 'en' => 'en', ), 'noMatch' => 'bypass', ), ), 'pagePath' => array ( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => '7', 'rootpage_id' => '1', ), 'fixedPostVars' => array ( ), 'postVarSets' => array ( '_DEFAULT' => array ( 'archive' => array ( '0' => array ( 'GETvar' => 'tx_ttnews[year]', ), '1' => array ( 'GETvar' => 'tx_ttnews[month]', 'valueMap' => array ( 'january' => '01', 'february' => '02', 'march' => '03', 'april' => '04', 'may' => '05', 'june' => '06', 'july' => '07', 'august' => '08', 'september' => '09', 'october' => '10', 'november' => '11', 'december' => '12', ), ), ), 'browse' => array ( '0' => array ( 'GETvar' => 'tx_ttnews[pointer]', ), ), 'select_category' => array ( '0' => array ( 'GETvar' => 'tx_ttnews[cat]', ), ), 'article' => array ( '0' => array ( 'GETvar' => 'tx_ttnews[tt_news]', 'lookUpTable' => array ( 'table' => 'tt_news', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => '1', 'useUniqueCache_conf' => array ( 'strtolower' => '1', 'spaceCharacter' => '-', ), ), ), '1' => array ( 'GETvar' => 'tx_ttnews[swords]', ), ), ), ), 'fileName' => array ( // // if you don't want .html-URLs set the following to "false" (e.g. 'defaultToHTMLsuffixOnPrev' => false,) // then you get http://www.yourdomain.com/imprint/ instead of http://www.yourdomain.com/imprint.html // 'defaultToHTMLsuffixOnPrev' => true, 'index' => array ( 'rss.xml' => array ( 'keyValues' => array ( 'type' => '100', ), ), 'rss091.xml' => array ( 'keyValues' => array ( 'type' => '101', ), ), 'rdf.xml' => array ( 'keyValues' => array ( 'type' => '102', ), ), 'atom.xml' => array ( 'keyValues' => array ( 'type' => '103', ), ), ), ), ), ); ?> "Florian Schaeffer" skrev i meddelelsen news:mailman.1.1292317329.23061.typo3-english at lists.typo3.org... > Hello, > >> As soon I remove this line, the site will simply not load. No error >> message appear, just a blank explorer - as soon I insert the line and >> save, the site load automatically in the windows again > Blank page => > http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html > > Did you try to open the page from backend ? After clearing the caches ? Or > just pressed reload in frontend ? > > For me this setup works on a lot of instances (TYPO3 4.4.4., newest > RealURL). > > Please post your complete RealURL-conf and also the TS for your > RealURL-conf > > Florian From mortenkjems at gmail.com Wed Dec 15 00:09:36 2010 From: mortenkjems at gmail.com (Morten Kjems) Date: Wed, 15 Dec 2010 00:09:36 +0100 Subject: [TYPO3-english] Locks? What is the concept? and why are they hurting my site? In-Reply-To: References: Message-ID: I still have this problem but I really want to fix it. I get this error message from the log module in the Typo3 backend. Core: Error handler (FE): PHP Warning: unlink(/var/www/domain.com/public_html/typo3temp/locks/180e8e0d6108bea11deb3d0bcac96807) [function.unlink]: Permission denied in /var/www/domain.com/public_html/t3lib/class.t3lib_lock.php line 215 Can anyone help? Den 10-06-2010 08:08, Morten Kjems skrev: > Thanks for the explanation Dmitry! > >> In your case I would search error log for problems (PHP error messages or >> anything else unusual). > > Where do I look for this error log? I don't have direct access to the > server. > > >> After elimination of the problem I would change >> locks to use sysvsem instead of files. > > Where do I change this setting? > > Thanks! From ab.becker at web.de Wed Dec 15 05:16:19 2010 From: ab.becker at web.de (Andreas Becker) Date: Wed, 15 Dec 2010 11:16:19 +0700 Subject: [TYPO3-english] typo3.org unreachable Message-ID: Hi we have problems to reach typo3.org since 30 minutes. Any other have same problem? We only get a white page! Andi From soren.malling at gmail.com Wed Dec 15 06:35:14 2010 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Wed, 15 Dec 2010 06:35:14 +0100 Subject: [TYPO3-english] typo3.org unreachable In-Reply-To: References: Message-ID: Works here. Good morning :) On Wednesday, December 15, 2010, Andreas Becker wrote: > Hi > > we have problems to reach typo3.org since 30 minutes. Any other have same > problem? We only get a white page! > > Andi > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > -- S?ren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling From ab.becker at web.de Wed Dec 15 08:30:48 2010 From: ab.becker at web.de (Andreas Becker) Date: Wed, 15 Dec 2010 14:30:48 +0700 Subject: [TYPO3-english] typo3.org unreachable In-Reply-To: References: Message-ID: Now working here to again. It seems to be the 10 to 11 am GMT +7 whole which happens sometimes - don't know why. Thanks Andi On Wed, Dec 15, 2010 at 12:35 PM, S?ren Malling wrote: > Works here. > > Good morning :) > > On Wednesday, December 15, 2010, Andreas Becker wrote: > > Hi > > > > we have problems to reach typo3.org since 30 minutes. Any other have > same > > problem? We only get a white page! > > > > Andi > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.typo3.org > > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > > > > -- > > S?ren Malling > > TYPO3 Brugergruppe Danmark: www.typo3danmark.dk > Twitter: twitter.com/sorenmalling > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > From florian.schaeffer at mercoline.de Wed Dec 15 08:48:03 2010 From: florian.schaeffer at mercoline.de (Florian Schaeffer) Date: Wed, 15 Dec 2010 08:48:03 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Good morning, > exact same realurl config, but it does not work. The only difference is > that my page where it is not working I have installed tt_news There is an error in tt_news 3.0.1, one table is missing and some columns are missing also. Please check the error log, using the method described in http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html and see whether this could be your problem ... > [globalVar = GP:L = 0] > config.sys_language_uid = 0 > config.language = dk > config.locale_all = dk_DK [snip] > config.language = dk > config.locale_all = dk_DK > config.baseURL = http://www.myesite.org/ > config.tx_realurl_enable = 1 [snip] > 'preVars' => array ( > '0' => array ( > 'GETvar' => 'no_cache', > 'valueMap' => array ( > 'nc' => '1', > ), > 'noMatch' => 'bypass' > ), > '1' => array ( > 'GETvar' => 'L', > 'valueMap' => array ( > 'dk' => '0', > 'en' => '1', > ), > 'noMatch' => 'bypass', > ), > '2' => array ( > 'GETvar' => 'lang', > 'valueMap' => array ( > 'de' => 'de', > 'en' => 'en', > ), > 'noMatch' => 'bypass', > ), So what exactly are you trying to do ? You tell the system that the default language is danish in your TS and also the global L=0 should be treated as danish Then in your realUrl-config you're telling the system that dk = 0 and some lines later that the first language is de ??? For me it is only necessary to have this preVars-Setup 'preVars' => array ( 0 => array ( 'GETvar' => 'L', 'valueMap' => array ( 'en' => '2', 'pl' => '3', 'cz' => '4', 'sk' => '5', 'ro' => '6', 'hu' => '7', 'ru' => '8', 'nl' => '9', ), 'noMatch' => 'bypass', ), ), so to me it seems, that you preVars => 2 is useless and that the ones that is used is the preVars => 1 in which you configured danish to be the default language .... HTH Florian From typo3.list at philippgampe.info Wed Dec 15 09:32:01 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Wed, 15 Dec 2010 08:32:01 +0000 (UTC) Subject: [TYPO3-english] Locks? What is the concept? and why are they hurting my site? References: Message-ID: On Wed, 15 Dec 2010 00:09:36 +0100, Morten Kjems wrote: > Core: Error handler (FE): PHP Warning: > unlink(/var/www/domain.com/public_html/typo3temp/ locks/180e8e0d6108bea11deb3d0bcac96807) > [function.unlink]: Permission denied in > /var/www/domain.com/public_html/t3lib/class.t3lib_lock.php line 215 that means, TYPO3 uses wrong permissions to create files. You can fix this in Install Tool. Best regards Phil From bjoern.pedersen at frm2.tum.de Wed Dec 15 09:36:56 2010 From: bjoern.pedersen at frm2.tum.de (Bjoern Pedersen) Date: Wed, 15 Dec 2010 09:36:56 +0100 Subject: [TYPO3-english] Locks? What is the concept? and why are they hurting my site? In-Reply-To: References: Message-ID: Am 15.12.2010 09:32, schrieb Philipp Gampe: > On Wed, 15 Dec 2010 00:09:36 +0100, Morten Kjems wrote: > >> Core: Error handler (FE): PHP Warning: >> unlink(/var/www/domain.com/public_html/typo3temp/ > locks/180e8e0d6108bea11deb3d0bcac96807) >> [function.unlink]: Permission denied in >> /var/www/domain.com/public_html/t3lib/class.t3lib_lock.php line 215 > > that means, TYPO3 uses wrong permissions to create files. You can fix this > in Install Tool. > > Best regards > Phil Or it the (know) race condition problem when deleting the lock file. The file got deleted by a second process before, causing the error. Bj?rn From m at mariochiari.net Wed Dec 15 11:14:38 2010 From: m at mariochiari.net (mario) Date: Wed, 15 Dec 2010 11:14:38 +0100 Subject: [TYPO3-english] Adding new content-column In-Reply-To: References: Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From typo3 at kay-strobach.de Wed Dec 15 11:44:11 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Wed, 15 Dec 2010 11:44:11 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL Message-ID: Hello @all, based on the discussion which has been done on the german list about non GPL extensions there is new article in the wiki to collect those extensions: http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 Based on the terms of use for the TER these extensions could be removed without further notice - but that's not what we want as a result, we just want to keep the TER clean and found a solution to solve that problem and protect all users of TYPO3 of licensing problems. The current position is to discuss that additionally on the english mailinglist (and hopefully french - if there is someone who translates this mail). I personally hope, that all the non GPL parts will be loaded after installation with a detailed license (take a look into the wiki for a solution). Terms which are shown during registering an extension key: By registering an extension key you accept that all content uploaded to TER (TYPO3 Extension Repository) matches these terms 1) Published under the GPL license or GPL compatible 2) You hold the copyright of the code or do not infringe the rights of others (meaning that work from others must be under GPL or GPL compatible already!) Thanks a lot. Merry Christmas and a happy new Year Kay From typo3.list at philippgampe.info Wed Dec 15 11:46:25 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Wed, 15 Dec 2010 10:46:25 +0000 (UTC) Subject: [TYPO3-english] Extensions which potentially violate GPL Message-ID: Hello Community, recently there was a discussion on typo3.german concerning the license of extensions on TER. The "Terms of use for the TER" are pretty strait forward: > By registering an extension key you accept that all content uploaded to TER (TYPO3 Extension Repository) matches these terms > 1) Published under the GPL license or GPL compatible > 2) You hold the copyright of the code or do not infringe the rights of others (meaning that work from others must be under GPL or GPL compatible already!) Unfortunately some extensions contain content that might violate GPL. While discussing possible workarounds/solutions, we agreed that the first step must be a list of all problematic extension. Therefore, it would be nice of everyone who knows a problematic extensions could add them to the wiki at: http://wiki.typo3.org/ Overview_Extension_manuals#Extensions_which_potentially_violate_the_GPL Further actions are still to be discussion and potentially won't happen this year any more. (TYPO3 4.5 is approaching and consumes most time.) If you want to reread the german discussion: the Thread is "Extensions und Lizenzen" started at Thu, 9 Dec 2010 18:38:56 +0200. Best regards Phil From typo3 at kay-strobach.de Wed Dec 15 11:49:26 2010 From: typo3 at kay-strobach.de (Kay Strobach) Date: Wed, 15 Dec 2010 11:49:26 +0100 Subject: [TYPO3-english] Extensions which potentially violate GPL In-Reply-To: References: Message-ID: Hi Phil, my post came up 2 minutes earlier :=) - but anyway the intention is the same ;) Thanks Kay Am 15.12.2010 11:46, schrieb Philipp Gampe: > Hello Community, > > recently there was a discussion on typo3.german concerning the license of > extensions on TER. > > The "Terms of use for the TER" are pretty strait forward: >> By registering an extension key you accept that all content uploaded to > TER (TYPO3 Extension Repository) matches these terms >> 1) Published under the GPL license or GPL compatible >> 2) You hold the copyright of the code or do not infringe the rights of > others (meaning that work from others must be under GPL or GPL compatible > already!) > > Unfortunately some extensions contain content that might violate GPL. > > While discussing possible workarounds/solutions, we agreed that the first > step must be a list of all problematic extension. > > Therefore, it would be nice of everyone who knows a problematic > extensions could add them to the wiki at: > http://wiki.typo3.org/ > Overview_Extension_manuals#Extensions_which_potentially_violate_the_GPL > > Further actions are still to be discussion and potentially won't happen > this year any more. (TYPO3 4.5 is approaching and consumes most time.) > > If you want to reread the german discussion: the Thread is "Extensions > und Lizenzen" started at Thu, 9 Dec 2010 18:38:56 +0200. > > Best regards > Phil From otto at webspinnerij.nl Wed Dec 15 13:16:27 2010 From: otto at webspinnerij.nl (A.O. van bruggen) Date: Wed, 15 Dec 2010 13:16:27 +0100 Subject: [TYPO3-english] links in tt_news respecting category Message-ID: Hello list, I use tt-news with many single PIDs. I also use categories extensively. Within tt-news there is a possibility to show related news. This respects the category of the news item. The disadvantage is that it is shown as a separate link. I would like to link in the content to related news items. I found the extension AOE linkhandler. This extension adds a tab in the hyperlink possibilities within the rte. Disadvantage here is you need to assign 1 single pid. I would like best of both (where did i hear this before?) So linking within the RTE and respecting the categories of tt_news items to there single PIDs. Thanks in advance. Otto van Bruggen From typo3.list at philippgampe.info Wed Dec 15 13:16:37 2010 From: typo3.list at philippgampe.info (Philipp Gampe) Date: Wed, 15 Dec 2010 12:16:37 +0000 (UTC) Subject: [TYPO3-english] Extensions which potentially violate GPL References: Message-ID: Hello Kay, On Wed, 15 Dec 2010 11:49:26 +0100, Kay Strobach wrote: > my post came up 2 minutes earlier :=) - but anyway the intention is the > same ;) Yes, I noted that just after sending :D Best regards Phil From sargac at gmail.com Wed Dec 15 13:44:38 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Wed, 15 Dec 2010 13:44:38 +0100 Subject: [TYPO3-english] wfqbe browse by letter - form GET parameter In-Reply-To: References: Message-ID: Hi, I successfully solved problem, and I am posting the result in hope that'll be useful to someone. In order to achieve browsing by letter I did the following: 1. created HTML template with letters and links that attach the URL parameter to existing URL, 2. modified existing Table query record of the page to include another marker (###WFQBE_LETTER###). And it miraculously started to work! Best, Mario On 12/13/2010 09:32 PM, Mario ?arga? wrote: > Hi, > > I've successfully installed and configured DB Integration extension > (WFQBE) with a help of a documentation and included case studies which > are very helpful, but I didn't manage to find a way to add letters below > a search form, that would link to a search results filtering only > records matching a first letter of a surname. > > ---------------- example form ------------------- > > Search Term:____________________________ (Submit) > > or Browse by clicking a letter below: > A B C D E F G H I J K L M N O P Q R S T U V W Y Z > > -------------------------------------------------- > > I was thinking one way would be if I'd be able to create a form using > GET parameter, instead of a POST, which is default, but it didn't work > after I changed the parameter -- I got redirected to home page. > > Any help on how to achieve this would be helpful. > > Mario > From damien at hemmer.ch Wed Dec 15 16:43:44 2010 From: damien at hemmer.ch (Damien Baeriswyl) Date: Wed, 15 Dec 2010 16:43:44 +0100 Subject: [TYPO3-english] Calandar extension Message-ID: Hi all! I have a problem with the calendar (cal) extension. I want to do a weekly recurrence but it doesn't work! When I do this recurrence all my registration fields (start/end/end repetition dates) are deleted but if I do a dayly recurrence there is no problem. What can I do? Thank you for your help! Damian From cecilie007007 at gmail.com Wed Dec 15 20:14:13 2010 From: cecilie007007 at gmail.com (Cecilie Andersen) Date: Wed, 15 Dec 2010 20:14:13 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Hi, Thanks for the help :) Now I have entered your prevars you wrote in the realurl conf and in my TS I have config.linkVars = L [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = dk config.locale_all = dk_DK [end] and > 'preVars' => > array ( > 0 => > array ( > 'GETvar' => 'L', > 'valueMap' => > array ( > 'en' => '2', > 'pl' => '3', > 'cz' => '4', > 'sk' => '5', > 'ro' => '6', > 'hu' => '7', > 'ru' => '8', > 'nl' => '9', > ), > 'noMatch' => 'bypass', > ), > ), > When I now enter my site in the browser it look like http://www.mysite/66/?L=0 And I hope to get http://www.mysite/home.html regards Cecilie "Florian Schaeffer" skrev i meddelelsen news:mailman.1.1292399121.11472.typo3-english at lists.typo3.org... > Good morning, > >> exact same realurl config, but it does not work. The only difference is >> that my page where it is not working I have installed tt_news > > There is an error in tt_news 3.0.1, one table is missing and some columns > are missing also. Please check the error log, using the method described > in > http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html > and see whether this could be your problem ... > >> [globalVar = GP:L = 0] >> config.sys_language_uid = 0 >> config.language = dk >> config.locale_all = dk_DK > > [snip] >> config.language = dk >> config.locale_all = dk_DK >> config.baseURL = http://www.myesite.org/ >> config.tx_realurl_enable = 1 > > [snip] > >> 'preVars' => array ( >> '0' => array ( >> 'GETvar' => 'no_cache', >> 'valueMap' => array ( >> 'nc' => '1', >> ), >> 'noMatch' => 'bypass' >> ), >> '1' => array ( >> 'GETvar' => 'L', >> 'valueMap' => array ( >> 'dk' => '0', >> 'en' => '1', >> ), >> 'noMatch' => 'bypass', >> ), >> '2' => array ( >> 'GETvar' => 'lang', >> 'valueMap' => array ( >> 'de' => 'de', >> 'en' => 'en', >> ), >> 'noMatch' => 'bypass', >> ), > So what exactly are you trying to do ? > > You tell the system that the default language is danish in your TS and > also the global L=0 should be treated as danish > > Then in your realUrl-config you're telling the system that dk = 0 and some > lines later that the first language is de ??? > > For me it is only necessary to have this preVars-Setup > > 'preVars' => > array ( > 0 => > array ( > 'GETvar' => 'L', > 'valueMap' => > array ( > 'en' => '2', > 'pl' => '3', > 'cz' => '4', > 'sk' => '5', > 'ro' => '6', > 'hu' => '7', > 'ru' => '8', > 'nl' => '9', > ), > 'noMatch' => 'bypass', > ), > ), > > so to me it seems, that you preVars => 2 is useless and that the ones that > is used is the preVars => 1 in which you configured danish to be the > default language .... > > HTH > Florian > > From tapio.markula at xetpoint.fi Wed Dec 15 21:41:19 2010 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 15 Dec 2010 22:41:19 +0200 Subject: [TYPO3-english] Condition for FF Message-ID: Hi FF3 makes a bad CSS error in a site. I tried to make a condition for it [browser = firefox,gecko] page.headerData.102=TEXT page.headerData.102.value( ) [global] seems not work. I put for other [browser = safari,opera,msie,unknown] page.headerData.101=TEXT page.headerData.101.value( ) [global] that worked for MS IE 8 at least. But it would be better, if buggy FF could get special fixing CSS. From fernandesvia at gmail.com Thu Dec 16 01:16:01 2010 From: fernandesvia at gmail.com (Jose Pedro) Date: Thu, 16 Dec 2010 00:16:01 +0000 Subject: [TYPO3-english] mnogosearch problem Message-ID: Hello when I visualize a page that I finished to modify appears this message: "Fatal error: Cannot redeclare tx_mnogosearch_indexingconfig_labelfunc() (previously declared..." Somebody can help me to correct this error, please? these are the characteristics: typo3 4.4.4 mnogosearch 2.2.2 Thanks for any hint JP From florian.schaeffer at mercoline.de Thu Dec 16 08:08:02 2010 From: florian.schaeffer at mercoline.de (Florian Schaeffer) Date: Thu, 16 Dec 2010 08:08:02 +0100 Subject: [TYPO3-english] Realurl - language problem In-Reply-To: References: Message-ID: Good morning, > Now I have entered your prevars you wrote in the realurl conf and in my > TS I have > > config.linkVars = L > > [globalVar = GP:L = 0] > config.sys_language_uid = 0 > config.language = dk > config.locale_all = dk_DK > [end] > > and > >> 'preVars' => >> array ( >> 0 => >> array ( >> 'GETvar' => 'L', >> 'valueMap' => >> array ( >> 'en' => '2', >> 'pl' => '3', >> 'cz' => '4', >> 'sk' => '5', >> 'ro' => '6', >> 'hu' => '7', >> 'ru' => '8', >> 'nl' => '9', >> ), >> 'noMatch' => 'bypass', >> ), >> ), >> > > When I now enter my site in the browser it look like > > http://www.mysite/66/?L=0 > > And I hope to get http://www.mysite/home.html first to make really sure, we both understand what you are trying to achieve: You have one language configured (L=0 and this is danish ?) You can't just simply take my configuration and us it for your site ... First step: How many languages are you using ? Which ones ? Which id does the corresponding language entry have (just open the list module, root page, and point mouse over the language entry. The tooltip will show you the id). These ids are the ones you will have to configure. Second step: enable realUrl in your TS => config.tx_realurl_enable = 1 (and remember to disable simulateStatic) Third step: configure your RealURL using the correct parameters (that is mapping YOUR language id to YOUR locale). Fourt step: configure your languages in TS and provide different locales based on the GET-Var L=0 / dk Drop me a mail if I should logon to your system .... Florian From bjoern.pedersen at frm2.tum.de Thu Dec 16 08:39:32 2010 From: bjoern.pedersen at frm2.tum.de (Bjoern Pedersen) Date: Thu, 16 Dec 2010 08:39:32 +0100 Subject: [TYPO3-english] mnogosearch problem In-Reply-To: References: Message-ID: Am 16.12.2010 01:16, schrieb Jose Pedro: > Hello > > when I visualize a page that I finished to modify appears this message: > > "Fatal error: Cannot redeclare tx_mnogosearch_indexingconfig_labelfunc() > (previously declared..." > > Somebody can help me to correct this error, please? > > these are the characteristics: > typo3 4.4.4 > mnogosearch 2.2.2 > > Thanks for any hint > JP I can confirm this behaviour for 4.5 trunk as well. It always happens after clearing the temp_cached files on regenerating them. After that everthing works again. Bj?rn From dmitry.dulepov at typo3.org Thu Dec 16 10:09:27 2010 From: dmitry.dulepov at typo3.org (Dmitry Dulepov) Date: Thu, 16 Dec 2010 11:09:27 +0200 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: Hi! Kay Strobach wrote: > based on the discussion which has been done on the german list about non > GPL extensions there is new article in the wiki to collect those extensions: > > http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 > > Based on the terms of use for the TER these extensions could be removed > without further notice - but that's not what we want as a result, we > just want to keep the TER clean and found a solution to solve that > problem and protect all users of TYPO3 of licensing problems. May be it is better to change TER rules? -- Dmitry Dulepov TYPO3 core&security team member Twitter: http://twitter.com/dmitryd Read more @ http://dmitry-dulepov.com/ From tonix at interazioni.it Thu Dec 16 10:17:04 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 10:17:04 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: So, it is possible or not to upload extensions which contain "compiled" (i..e. not source) code? Tonino Il 16/12/2010 10:09, Dmitry Dulepov ha scritto: > Hi! > > Kay Strobach wrote: >> based on the discussion which has been done on the german list about non >> GPL extensions there is new article in the wiki to collect those >> extensions: >> >> http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 >> >> >> Based on the terms of use for the TER these extensions could be removed >> without further notice - but that's not what we want as a result, we >> just want to keep the TER clean and found a solution to solve that >> problem and protect all users of TYPO3 of licensing problems. > > May be it is better to change TER rules? > -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From luberti at archicoop.it Thu Dec 16 10:26:43 2010 From: luberti at archicoop.it (Ivano Luberti) Date: Thu, 16 Dec 2010 10:26:43 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: Why you would do that? Il 16/12/2010 10.17, Tonix (Antonio Nati) ha scritto: > So, it is possible or not to upload extensions which contain > "compiled" (i..e. not source) code? > > Tonino > > Il 16/12/2010 10:09, Dmitry Dulepov ha scritto: >> Hi! >> >> Kay Strobach wrote: >>> based on the discussion which has been done on the german list about >>> non >>> GPL extensions there is new article in the wiki to collect those >>> extensions: >>> >>> http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 >>> >>> >>> Based on the terms of use for the TER these extensions could be removed >>> without further notice - but that's not what we want as a result, we >>> just want to keep the TER clean and found a solution to solve that >>> problem and protect all users of TYPO3 of licensing problems. >> >> May be it is better to change TER rules? >> > > -- ================================================== dott. Ivano Mario Luberti Archimede Informatica societa' cooperativa a r. l. Sede Operativa Via Gereschi 36 - 56126- Pisa tel.: +39-050- 580959 tel/fax: +39-050-9711344 web: www.archicoop.it ================================================== From tonix at interazioni.it Thu Dec 16 10:36:10 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 10:36:10 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: If you develop an important extension at your cost, and you have to "live" with your work, or you keep all the work for you, or you just publish a (complete or reduced) version in compiled state. If extension is well documented and complies all TYPO3 programming rules, why not including it in TER? Tonino Il 16/12/2010 10:26, Ivano Luberti ha scritto: > Why you would do that? > > Il 16/12/2010 10.17, Tonix (Antonio Nati) ha scritto: >> So, it is possible or not to upload extensions which contain >> "compiled" (i..e. not source) code? >> >> Tonino >> >> Il 16/12/2010 10:09, Dmitry Dulepov ha scritto: >>> Hi! >>> >>> Kay Strobach wrote: >>>> based on the discussion which has been done on the german list about >>>> non >>>> GPL extensions there is new article in the wiki to collect those >>>> extensions: >>>> >>>> http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 >>>> >>>> >>>> Based on the terms of use for the TER these extensions could be removed >>>> without further notice - but that's not what we want as a result, we >>>> just want to keep the TER clean and found a solution to solve that >>>> problem and protect all users of TYPO3 of licensing problems. >>> May be it is better to change TER rules? >>> >> -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From info at cybercraft.de Thu Dec 16 10:46:02 2010 From: info at cybercraft.de (JoH asenau) Date: Thu, 16 Dec 2010 10:46:02 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL References: Message-ID: > If you develop an important extension at your cost, and you have to > "live" with your work, or you keep all the work for you, or you just > publish a (complete or reduced) version in compiled state. > If extension is well documented and complies all TYPO3 programming > rules, why not including it in TER? Because this is against the principles of Open Source and TYPO3 as well. After all "Inspiring people to share" isn't just a slogan, but the TYPO3 way from the very beginning. Don't you think that the TYPO3 core and most of the popular extensions have been developed "at someones cost" too? Would you prefer to get a reduced and compiled core instead of the fully GPLed, open and brand new 4.5 stuff all the contributors including myself have been developing for you and all the other TYPO3 users, because we have to make a living? The interesting thing about Open Source is, that you will start to easily make a living as soon as you have learned to give back without thinking about the payment. At least for us this has created most of the contacts to people who are doing their bigger paid projects with us today. Just my 2 cents :-) Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian Xing: http://contact.cybercraft.de Twitter: http://twitter.com/bunnyfield TYPO3 cookbook (2nd edition): http://www.typo3experts.com From tonix at interazioni.it Thu Dec 16 11:43:07 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 11:43:07 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: Il 16/12/2010 10:46, JoH asenau ha scritto: >> If you develop an important extension at your cost, and you have to >> "live" with your work, or you keep all the work for you, or you just >> publish a (complete or reduced) version in compiled state. >> If extension is well documented and complies all TYPO3 programming >> rules, why not including it in TER? > Because this is against the principles of Open Source and TYPO3 as well. > After all "Inspiring people to share" isn't just a slogan, but the TYPO3 way from the very beginning. > > Don't you think that the TYPO3 core and most of the popular extensions have been developed "at someones cost" too? Most important extensions have been developed at cost of companies, which agreed to release the work as open source. So those companies paid for the work, and agreed to share the work because that operation would not damage their "core business". > Would you prefer to get a reduced and compiled core instead of the fully GPLed, open and brand new 4.5 stuff all the contributors including myself have been developing for you and all the other TYPO3 users, because we have to make a living? If I was an hobbist, all my contributions can be free. If I'am professional, I have to earn and live with my work. I publish some opensource (chkuser, a qmail/vpopmail stuff) as completely free, because I want to partecipate actively to opensource. But I feel some particular works I do cannot be free, for whatever reasons you want. So, if I write an extension handling security, I will publish it GPL, but if I write a commercial center management (payed by my time), I want to live on it. > The interesting thing about Open Source is, that you will start to easily make a living as soon as you have learned to give back without thinking about the payment. At least for us this has created most of the contacts to people who are doing their bigger paid projects with us today. > The intesting thing about open source is that all people thinks to start a business using other's work. Sharing ideas, inspiring others is a completely different matter. Regards, Tonino > Just my 2 cents :-) > > Joey > -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From Stephan.Schuler at netlogix.de Thu Dec 16 11:43:22 2010 From: Stephan.Schuler at netlogix.de (Stephan Schuler) Date: Thu, 16 Dec 2010 11:43:22 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hey everybody. Let me just say what my position was on the german list. I am clearly willing to discuss it a little bit more, but because of less time at the moment i will just write down what i allready said. So, let me dream a little bit ... I do not want to remove all extensions from TER that do not agree with The GPL. No matter if it's an extension under another free licence or an extension with a completely closed commercial license. I would prefer to reorganize the TER to handle extensions with all kind of licenses. I think about the following: * All code uploaded to TER has to be GPL or at least of another free License. * Extensions should be able to declare external packages for download, such as the YAML extension allready does. * Extensions should be able to declare, if they are licensed * completely free * free for non commercial use * completely non free * When downloading an extensions through the extension manager or via the TER page on typo3.org, i want to filter for these categories * An extension using the external package download feature should not be treated as a non free one by default. On the german list, the person implementing the piwik integration extension said, that he is using external package download because the piwik source is very large at one hand and has very short update cycles at the other. * Maybe if an extension is completely non-free, the only thing being part of its TER representation should be the package download instruction. * The license categories should be very clearly displayed on the TER webpage and inside the extension manager. I am very sure most of the users downloading one of the jw player extensions don't even read the manual (because the extensions often work out of the box without any configuration) and so don't realy know that they are doing wrong when they use it on commercial projects without payment. * If someone wants to give away his extension but doesn't want to upload his code to TER (even if gpl licensed), he could use the package download feature as well. One thing is: I don't want to support people that don't read the manual. Everybody downloading an extension from TER should be self responsible to read any kind of delivered documentation. But on the other hand, it doesn't hurt us to color the TER web page blocks in an obviouse way. The package download feature should take care of those kind of packges that are not allowed to be downloaded directly from the remote server. I am thinking about files being described as "please do not link this file directly". To handle that, the backend administrator should be able to upload the download package files through an file upload field directly. Therefore, we should specify a "package file download target" field as well as a "download the package file yourself" field. The reason why i want to add those features to the TER: Sometimes i don't realy know an extension to solve a certain problem but i know how to describe the problem. Then i want to got ot he TER and look for a fitting extension bevor starting to implement one for my own. If we kick some extensions out of TER because of not agreeing the license situation (no matter what kind of license situation that might be some days in the future) i am not able to find them. But i don't want to search 10 or more inofficial TERs just because that's the only way for commercial extension providers to publish their work. Enforcing license limitations in TER will in my opinion split the market. What this means can be seen at Googles Android Market. Some app developers don't publish their apps through the official market but on others. If i want to download an android app, i better google for it instead of using the official market download search form becaus that would not provide the results i want to have. This situation is kind of painful and i would realy like to preserve the TYPO3 TER from that. If there are extensions that are completely closed (rethorical situation, i realy thing there *are*) even if that's against our license policy and against our all inmoust persuasion, we should not ban them completely from TER but only blame them a bit instead. The situation i want to construct is: "If you don't agree with our rules, you should not upload your code to TER. But if you want, we could just name you and your download page Within the TER search results". I'm very convinced that this is not a thing of days but of weeks or months. Especially because such a breaking change has to be discussed a lot and implemented for all supported versions of TYPO3. So my position is very clear: I would rather change the TER structure in a very hard way than delete all kind of usefull extensions from TER because of incompatibility with the TER rules. So if we realy to anything, we should do it the user friendly way, not the hardliner way. I totally agree with Dimitry: Why not change the TER rules? Even if i think that Dimitry doesn't want to go that wide. [p.s.] Hmm, took more time an wanted to spend ... [/p.s.] Greatings, Stephan Schuler Web-Entwickler Telefon: +49 (911) 539909 - 0 E-Mail: Stephan.Schuler at netlogix.de Internet: http://media.netlogix.de - -- netlogix GmbH & Co. KG IT-Services | IT-Training | Media Andernacher Stra?e 53 | 90411 N?rnberg Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99 E-Mail: mailto:info at netlogix.de | Internet: http://www.netlogix.de/ netlogix GmbH & Co. KG ist eingetragen am Amtsgericht N?rnberg (HRA 13338) Pers?nlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634) Umsatzsteuer-Identifikationsnummer: DE 233472254 Gesch?ftsf?hrer: Stefan Buchta, Matthias Schmidt - -----Urspr?ngliche Nachricht----- Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Tonix (Antonio Nati) Gesendet: Donnerstag, 16. Dezember 2010 10:36 An: typo3-english at lists.typo3.org Betreff: Re: [TYPO3-english] Extensions potentially violating the GPL If you develop an important extension at your cost, and you have to "live" with your work, or you keep all the work for you, or you just publish a (complete or reduced) version in compiled state. If extension is well documented and complies all TYPO3 programming rules, why not including it in TER? Tonino Il 16/12/2010 10:26, Ivano Luberti ha scritto: > Why you would do that? > > Il 16/12/2010 10.17, Tonix (Antonio Nati) ha scritto: >> So, it is possible or not to upload extensions which contain >> "compiled" (i..e. not source) code? >> >> Tonino >> >> Il 16/12/2010 10:09, Dmitry Dulepov ha scritto: >>> Hi! >>> >>> Kay Strobach wrote: >>>> based on the discussion which has been done on the german list about >>>> non >>>> GPL extensions there is new article in the wiki to collect those >>>> extensions: >>>> >>>> http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 >>>> >>>> >>>> Based on the terms of use for the TER these extensions could be removed >>>> without further notice - but that's not what we want as a result, we >>>> just want to keep the TER clean and found a solution to solve that >>>> problem and protect all users of TYPO3 of licensing problems. >>> May be it is better to change TER rules? >>> >> - -- - ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it - ------------------------------------------------------------ _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english -----BEGIN PGP SIGNATURE----- Version: PGP Universal 3.0.0 (Build 2881) Charset: Windows-1252 wpUDBQFNCe1epp0IwsibV8MBCHJoBACW3CfhZ8RqJW4C78ph1GIOyEee/b3dPxjL 3ZCHzwGegG3uweVnwXzg9sJ1YDkeAVwK/Sb54H450WnexQ/LDgHMV3I71/TIrmpH DqTEkvZPD8NMFLc+hOb/uYDufkmEOcweWTdHr83gPnxZrP9HyMBmUmmya9ntP0s/ S4zGOx3a2A== =e071 -----END PGP SIGNATURE----- From tonix at interazioni.it Thu Dec 16 13:41:34 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 13:41:34 +0100 Subject: [TYPO3-english] Extensions potentially violating the GPL In-Reply-To: References: Message-ID: I agree 100%. Tonino Il 16/12/2010 11:43, Stephan Schuler ha scritto: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hey everybody. > > > Let me just say what my position was on the german list. > > > I am clearly willing to discuss it a little bit more, but because of > less time at the moment i will just write down what i allready said. > > > So, let me dream a little bit ... > > > I do not want to remove all extensions from TER that do not agree with > The GPL. No matter if it's an extension under another free licence or > an extension with a completely closed commercial license. > I would prefer to reorganize the TER to handle extensions with all kind > of licenses. > > I think about the following: > * All code uploaded to TER has to be GPL or at least of another free > License. > * Extensions should be able to declare external packages for download, > such as the YAML extension allready does. > * Extensions should be able to declare, if they are licensed > * completely free > * free for non commercial use > * completely non free > * When downloading an extensions through the extension manager or via > the TER page on typo3.org, i want to filter for these categories > * An extension using the external package download feature should not > be treated as a non free one by default. On the german list, the > person implementing the piwik integration extension said, that he > is using external package download because the piwik source is very > large at one hand and has very short update cycles at the other. > * Maybe if an extension is completely non-free, the only thing being > part of its TER representation should be the package download > instruction. > * The license categories should be very clearly displayed on the TER > webpage and inside the extension manager. I am very sure most of the > users downloading one of the jw player extensions don't even read > the manual (because the extensions often work out of the box without > any configuration) and so don't realy know that they are doing wrong > when they use it on commercial projects without payment. > * If someone wants to give away his extension but doesn't want to > upload his code to TER (even if gpl licensed), he could use the > package download feature as well. > > One thing is: I don't want to support people that don't read the manual. > Everybody downloading an extension from TER should be self responsible > to read any kind of delivered documentation. But on the other hand, it > doesn't hurt us to color the TER web page blocks in an obviouse way. > > The package download feature should take care of those kind of packges > that are not allowed to be downloaded directly from the remote server. > I am thinking about files being described as "please do not link this > file directly". To handle that, the backend administrator should be > able to upload the download package files through an file upload field > directly. Therefore, we should specify a "package file download target" > field as well as a "download the package file yourself" field. > > The reason why i want to add those features to the TER: Sometimes i > don't realy know an extension to solve a certain problem but i know > how to describe the problem. Then i want to got ot he TER and look for > a fitting extension bevor starting to implement one for my own. If we > kick some extensions out of TER because of not agreeing the license > situation (no matter what kind of license situation that might be some > days in the future) i am not able to find them. But i don't want to > search 10 or more inofficial TERs just because that's the only way for > commercial extension providers to publish their work. Enforcing license > limitations in TER will in my opinion split the market. What this means > can be seen at Googles Android Market. Some app developers don't publish > their apps through the official market but on others. If i want to > download an android app, i better google for it instead of using the > official market download search form becaus that would not provide the > results i want to have. This situation is kind of painful and i would > realy like to preserve the TYPO3 TER from that. > > If there are extensions that are completely closed (rethorical situation, > i realy thing there *are*) even if that's against our license policy and > against our all inmoust persuasion, we should not ban them completely > from TER but only blame them a bit instead. > > > The situation i want to construct is: > "If you don't agree with our rules, you should not upload your code to > TER. But if you want, we could just name you and your download page > Within the TER search results". > > > I'm very convinced that this is not a thing of days but of weeks or > months. Especially because such a breaking change has to be discussed > a lot and implemented for all supported versions of TYPO3. > > > So my position is very clear: I would rather change the TER structure > in a very hard way than delete all kind of usefull extensions from TER > because of incompatibility with the TER rules. > > > So if we realy to anything, we should do it the user friendly way, not > the hardliner way. > > I totally agree with Dimitry: Why not change the TER rules? > Even if i think that Dimitry doesn't want to go that wide. > > > [p.s.] > Hmm, took more time an wanted to spend ... > [/p.s.] > > > Greatings, > > > > Stephan Schuler > Web-Entwickler > > Telefon: +49 (911) 539909 - 0 > E-Mail: Stephan.Schuler at netlogix.de > Internet: http://media.netlogix.de > > - -- > netlogix GmbH& Co. KG > IT-Services | IT-Training | Media > Andernacher Stra?e 53 | 90411 N?rnberg > Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99 > E-Mail: mailto:info at netlogix.de | Internet: http://www.netlogix.de/ > > netlogix GmbH& Co. KG ist eingetragen am Amtsgericht N?rnberg (HRA 13338) > Pers?nlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634) > Umsatzsteuer-Identifikationsnummer: DE 233472254 > Gesch?ftsf?hrer: Stefan Buchta, Matthias Schmidt > > - -----Urspr?ngliche Nachricht----- > > > Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Tonix (Antonio Nati) > Gesendet: Donnerstag, 16. Dezember 2010 10:36 > An: typo3-english at lists.typo3.org > Betreff: Re: [TYPO3-english] Extensions potentially violating the GPL > > > If you develop an important extension at your cost, and you have to > "live" with your work, or you keep all the work for you, or you just > publish a (complete or reduced) version in compiled state. > If extension is well documented and complies all TYPO3 programming > rules, why not including it in TER? > > Tonino > > Il 16/12/2010 10:26, Ivano Luberti ha scritto: >> Why you would do that? >> >> Il 16/12/2010 10.17, Tonix (Antonio Nati) ha scritto: >>> So, it is possible or not to upload extensions which contain >>> "compiled" (i..e. not source) code? >>> >>> Tonino >>> >>> Il 16/12/2010 10:09, Dmitry Dulepov ha scritto: >>>> Hi! >>>> >>>> Kay Strobach wrote: >>>>> based on the discussion which has been done on the german list about >>>>> non >>>>> GPL extensions there is new article in the wiki to collect those >>>>> extensions: >>>>> >>>>> http://wiki.typo3.org/Overview_Extension_manuals#Non-GPL_compatible_extensions_.28to_be_removed_from_TER.29 >>>>> >>>>> >>>>> Based on the terms of use for the TER these extensions could be removed >>>>> without further notice - but that's not what we want as a result, we >>>>> just want to keep the TER clean and found a solution to solve that >>>>> problem and protect all users of TYPO3 of licensing problems. >>>> May be it is better to change TER rules? >>>> > > - -- > - ------------------------------------------------------------ > Inter at zioni Interazioni di Antonio Nati > http://www.interazioni.it tonix at interazioni.it > - ------------------------------------------------------------ > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > > > -----BEGIN PGP SIGNATURE----- > Version: PGP Universal 3.0.0 (Build 2881) > Charset: Windows-1252 > > wpUDBQFNCe1epp0IwsibV8MBCHJoBACW3CfhZ8RqJW4C78ph1GIOyEee/b3dPxjL > 3ZCHzwGegG3uweVnwXzg9sJ1YDkeAVwK/Sb54H450WnexQ/LDgHMV3I71/TIrmpH > DqTEkvZPD8NMFLc+hOb/uYDufkmEOcweWTdHr83gPnxZrP9HyMBmUmmya9ntP0s/ > S4zGOx3a2A== > =e071 > -----END PGP SIGNATURE----- > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From tonix at interazioni.it Thu Dec 16 14:36:23 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 14:36:23 +0100 Subject: [TYPO3-english] Typo3 forcing varchar(255) to text Message-ID: I'm using TYPO3 4.4.4, and developing an extension DB based. Actually, where il older version I could create varchar fields in mysql, bot TYPO3 is moving each field to text, so destroying the data design made before. How is possible to avoid each varchar,tinytext is moved to text? Thanks, Tonino -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From tonix at interazioni.it Thu Dec 16 14:47:32 2010 From: tonix at interazioni.it (Tonix (Antonio Nati)) Date: Thu, 16 Dec 2010 14:47:32 +0100 Subject: [TYPO3-english] Typo3 forcing varchar(255) to text - SOLVED In-Reply-To: References: Message-ID: multiplyDBfieldSize was equal 3 ins setup. Now value is empty all all fields are like designed. Tonino Il 16/12/2010 14:36, Tonix (Antonio Nati) ha scritto: > I'm using TYPO3 4.4.4, and developing an extension DB based. > > Actually, where il older version I could create varchar fields in mysql, > bot TYPO3 is moving each field to text, so destroying the data design > made before. > > How is possible to avoid each varchar,tinytext is moved to text? > > Thanks, > > Tonino > -- ------------------------------------------------------------ Inter at zioni Interazioni di Antonio Nati http://www.interazioni.it tonix at interazioni.it ------------------------------------------------------------ From oliver.hader at typo3.org Thu Dec 16 15:36:49 2010 From: oliver.hader at typo3.org (Oliver Hader) Date: Thu, 16 Dec 2010 15:36:49 +0100 Subject: [TYPO3-english] [TYPO3-dev] Announcing TYPO3 4.2.16, 4.3.9 and 4.4.5 Message-ID: Dear TYPO3 community, the TYPO3 core team has just released TYPO3 versions 4.2.16, 4.3.9 and 4.4.5, which are now ready for you to download. All versions are maintenance releases and contain bugfixes and security fixes. IMPORTANT: These versions include important security fixes to the TYPO3 core. A security announcement has just been released: http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-022/ The packages can be downloaded here: http://typo3.org/download/packages/ For details about the release, please see: http://news.typo3.org/news/article/typo3-4216-439-and-445-released/ MD5 checksums: ad01b11987351a050c0d11663fedef16 dummy-4.2.16.tar.gz 627944cc19f84b91ff0687cebb832f9e dummy-4.2.16.zip c556a17485887463e67ea0771d7914c4 typo3_src-4.2.16.tar.gz f3f01e41bdfbc275b2f6bc8140224b19 typo3_src-4.2.16.zip 3bb55206eb08e9c9f70b44ab4a168b98 typo3_src+dummy-4.2.16.zip 1abeee37e26cbd3b61a4dabb6a0ed540 dummy-4.3.9.tar.gz 239ae71edace3d8aa0b9bd16d929b1cc dummy-4.3.9.zip fd17e827bc9fdc55e967c6a6d741b2a8 typo3_src-4.3.9.tar.gz 3b9b0f8897d10b420aff321930e00b06 typo3_src-4.3.9.zip 9e794e872c2a96dd79fec90806a67838 typo3_src+dummy-4.3.9.zip 61a6db9a29cc327c9657dbf79c8c1254 dummy-4.4.5.tar.gz 9543933b8fdd4f36ea6663a6242af09d dummy-4.4.5.zip a226de5ca324134ebc9effbed5fadc79 typo3_src-4.4.5.tar.gz 453f1d4fb5810d75341e9037ae09a22d typo3_src-4.4.5.zip c90b30bee3abc447887a17bbf99130a3 typo3_src+dummy-4.4.5.zip Rock on! Olly -- Oliver Hader TYPO3 v4 Core Team Leader TYPO3 .... inspiring people to share! Get involved: http://typo3.org From t33k at prolabium.com Thu Dec 16 15:54:42 2010 From: t33k at prolabium.com (Krystian Szymukowicz) Date: Thu, 16 Dec 2010 15:54:42 +0100 Subject: [TYPO3-english] TYPO3 Security Bulletin TYPO3-SA-2010-022 Message-ID: hi I am not usre where to ask for this. I can not properly measure the risk of : Vulnerable subcomponent #2: PHP file inclusion protection API It says "Because of insufficient validation of user input it is possible to circumvent the check for executable php files in some cases. " Where the user input comes from? Standard mailform? Any properly made GET, POST? Or what other place? Maybe I am not using this part of core so this bug do not touch my installs? Can anyone put some light on it ? -- grtz Krystian Szymukowicz From adrien.crivelli at ecodev.ch Thu Dec 16 17:24:59 2010 From: adrien.crivelli at ecodev.ch (Adrien Crivelli) Date: Thu, 16 Dec 2010 17:24:59 +0100 Subject: [TYPO3-english] tesseract + tagpackprovider: how to ignore tags to have show everything ? Message-ID: Hello everyone, Case description: I have a list of content items wich can be filtered by a list of criteria. The list of criteria is a