[TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Roland
hi everybody, i wrote this simple language switcher: --- language switcher --- lib.languageSwitcher = TEXT lib.languageSwitcher { value = English typolink { parameter.data = field:uid additionalParams = L=2 } } [globalVar = GP:L=2]

Re: [TYPO3-english] Problem with ORDER BY

2012-03-30 Thread Morten Hagh
Hi again, I have found out that it sort the prices according to the prices of the default language and not i.e. sys_language_uid 1. It show the correct prices according to the language, but the list is being sorted according to the prices of the default language. If I try this: $prices =

Re: [TYPO3-english] Icon in backend error.

2012-03-30 Thread Kay Strobach
Hi, which TYPO3 version do you use? Have you cleared both browser and TYPO3 cache? Is the sprite icon directory writeable? Regards Kay Am 30.03.2012 03:30, schrieb Piseth Sok: Hi everyone, I met a problem with all icon in backend changed to question mark icon. you can see in the

Re: [TYPO3-english] Problem with ORDER BY

2012-03-30 Thread François Suter
Hi Morten, I am using the tx_overlays extension and I select the product / prices with: $prices = tx_overlays::getAllRecordsForTable('*', 'tx_rttag_tagsten', '', '', 'price'); With overlays I tried to provide a library that helps with handling language and version overlays in TYPO3, but it

Re: [TYPO3-english] No table to write data to has been set using the setting cacheTable.

2012-03-30 Thread Henning Haida
Hi all, Quoting Michael Cannon mich...@typo3vagabond.com: I ran into this problem myself this morning and updated the bug report you linked to. Another idea, something I failed to mention, manually uninstall tt_news from localconf.php. You can do so by deleting ,tt_news from the extList

Re: [TYPO3-english] Problem with ORDER BY

2012-03-30 Thread Morten Hagh
Hi Francois, Thanks for your answer! I found a solution where I used the standard TYPO3 DB stuff in that function and that works as intended! :) /Morten Hagh -Oprindelig meddelelse- Fra: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] På vegne af

[TYPO3-english] Images are not displayed

2012-03-30 Thread Henning Haida
Hi all, I've a problem with images, that are not display. I'm using typo3 4.5.14, Ubuntu 8.04.4 LTS, PHP 5.2.4-2ubuntu5.23. There are several content elements Text and Images, but there are -- suddenly -- no images in the HTML produced. That means, in the past it worked just fine, now, on some

Re: [TYPO3-english] Images are not displayed

2012-03-30 Thread HocomAdvies [  Wiechert Hooghwinkel ]
Hi, This might have something to do with Image Magick settings. In the BE (installtool) you need to set the IM5 or IM6 type being used. Best Regards, HocomAdvies Wiechert Hooghwinkel www.hocom-advies.nl Op 30 mrt. 2012, om 10:05 heeft Henning Haida het volgende geschreven: Hi all, I've

Re: [TYPO3-english] Images are not displayed

2012-03-30 Thread Kay Strobach
Which version of imageMagick are you using - have you upgraded imagemagick? Greetings Kay Am 30.03.2012 10:05, schrieb Henning Haida: Hi all, I've a problem with images, that are not display. I'm using typo3 4.5.14, Ubuntu 8.04.4 LTS, PHP 5.2.4-2ubuntu5.23. There are several content

Re: [TYPO3-english] Images are not displayed

2012-03-30 Thread Henning Haida
Hi, Am 30.03.2012 10:32, schrieb HocomAdvies [ #127799; Wiechert Hooghwinkel ]: This might have something to do with Image Magick settings. In the BE (installtool) you need to set the IM5 or IM6 type being used. Right, there was something wrong (but didn't solved the original problem). On

Re: [TYPO3-english] Problem with ORDER BY

2012-03-30 Thread Markus Klein
Hi Morten, and that solution is? It would be nice if you always post the solutions too. (for the ensuing ages :-)) Thanks Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Morten Hagh Sent: Friday,

Re: [TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Victor Livakovsky
if i visit www.domain.com/de/myPage/ everything woks fine - also the links in my menues and all the links inserted by editors via RTE link to pages like www.domain.com/de/anotherPage/. so there the language prevar does not get lost. any clues, why my language switcher doesn't work like i

Re: [TYPO3-english] Getting rid of FE edit icons

2012-03-30 Thread Oliver Salzburg
Hello Kay, how exactly can I change that via UserTS? I thought about it a bit and I don't get it :) Cheers Oliver On 2012-03-28 19:01, Kay Strobach wrote: Hi Oliver, user / group ts can change that setting ;) Regards Kay Am 28.03.2012 18:44, schrieb Oliver Salzburg: What place

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Sergey Alexandrov
Hi Philipp, On 3/29/2012 9:26 AM, Philipp Gampe wrote: Because a symlink can link to a different version: So you can have something like: Sources/ Extensions/ News/ 1.0/ 2.3/ 2.4/ Core/ 4.4/ 4.5/ Please don't tell you do this on your production

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Kay Strobach
Hi, you may pass TS Objects to fluid with f:cObject, but the way back is not known to me. BUT you may create a custom viewHelper, which contains your cObject ;), then you can pass whatever param you like :) Regards Kay Am 30.03.2012 12:53, schrieb Victor Livakovsky: Tried to make it this way:

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Tried to make it this way: variables { ccId = TEXT ccId.value = 272 } f:cObject typoscriptObjectPath=lib.single_content data={ccId} / but this code doesn't work. So, as I understand, it is not possible to pass TS objects to fluid? Well, after two days of fighting I found, what was

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Hi, Kay. you may pass TS Objects to fluid with f:cObject, but the way back is not known to me. BUT you may create a custom viewHelper, which contains your cObject ;), then you can pass whatever param you like :) Thank you for the answer! I recently found the reason of an issue - it is in my

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Sören Kracker
You have to pass the variables as arguments to the partial: f:render partial=Xyc/Properties arguments={myvar:myvalue} / See: http://wiki.typo3.org/Fluid#f:render Am 30.03.2012 15:39, schrieb Victor Livakovsky: Tried to make it this way: variables { ccId = TEXT ccId.value = 272 }

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Victor Livakovsky
Hi, Sören You have to pass the variables as arguments to the partial: f:render partial=Xyc/Properties arguments={myvar:myvalue} / See: http://wiki.typo3.org/Fluid#f:render Ah! That was the missing brick in my Fluid knowledge's wall. Thank you so much!

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Sergey Alexandrov
Philipp, I don't want to start a flame war here, just wanted to say that there are 2 ways to handle extensions. Some of us prefer one way, some - another. And that's great that TYPO3 supports such feature! I would like to vote for keeping global approach as it exists now and let

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Andi
+1 Hi Sergey can you setup a Poll to see what will be the democratic outcome from the base? Thanks I guess this would be a minimum requirement in being able to vote Sent from Andi's iPhone On Mar 30, 2012, at 21:55, Sergey Alexandrov s...@alexandrov.us wrote: Philipp, I don't want to

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread RDE Wiesbaden
Andi schrieb: +1 Hi Sergey can you setup a Poll to see what will be the democratic outcome from the base? Thanks I guess this would be a minimum requirement in being able to vote you may vote adding comments to http://forge.typo3.org/issues/34465 -- regards mit freundlichen Grüßen

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Sergey Alexandrov
I would if I new how to set it up :) On 3/30/2012 11:03 AM, Andi wrote: +1 Hi Sergey can you setup a Poll to see what will be the democratic outcome from the base? Thanks I guess this would be a minimum requirement in being able to vote Sent from Andi's iPhone

[TYPO3-english] [TYPO3-dev] Call for speakers : Extended until April 3rd

2012-03-30 Thread Patrick Gaumond
To leave your weekend opened to complete your talk submission for T3CON12-Québec, 3 additional days have been added. Prepare your texts and submit them before April 3rd to: http://t3con12-quebec.typo3.org/en/cfp.html There are a few ideas on that page that may inspire you and if you have any

Re: [TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

2012-03-30 Thread Kay Strobach
there is also a way to pass variables to partials - features Am 30.03.2012 15:39, schrieb Victor Livakovsky: Tried to make it this way: variables { ccId = TEXT ccId.value = 272 } f:cObject typoscriptObjectPath=lib.single_content data={ccId} / but this code doesn't work. So,

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Philipp Gampe
Hi Sergey Alexandrov, Sergey Alexandrov wrote: Hi Philipp, On 3/29/2012 9:26 AM, Philipp Gampe wrote: Because a symlink can link to a different version: Please don't tell you do this on your production server. As an example, I do remember the serious security hole in phpadmin

Re: [TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Roland
hi, thanks for your tipp. the realurl prevars mapping in localconf.php was wrong: i mapped 1/de and 2/en istead of 0/de and 2/en. now it works. roland Hi, Roland. Try to disable RealUrl and check, if L-param is passed via GET. ___ TYPO3-english

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread François Suter
Hi, I would if I new how to set it up :) No need for that, just vote for the issue, as already mentioned: http://forge.typo3.org/issues/34465 I think this discussion is getting bogged down in details. It's true that using the global ext folder has kind of fallen out of fashion, but we

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Philipp Gampe
Hi Sergey, Sergey Alexandrov wrote: Hi Philipp, On 3/30/2012 1:11 PM, Philipp Gampe wrote: Please don't tell you do this on your production server. As an example, I do remember the serious security hole in phpadmin extension which allowed to do nasty stuff even ext. was not installed

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Sergey Alexandrov
Philipp, Sure, as I said, I don't want any war here! And I do understand your concept. The thing is that many people during many years use this feature and seems like number of them (including me) want to continue. I hope 4.5.x will support it till the end ;) unless there is a really huge

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread RDE Wiesbaden
Philipp Gampe schrieb: Hi Philipp, That has been said, it is inside the source folder where user content does not belong to. It was an architectural fault from the very beginning to have this folder inside the source. This is true and this is the very best argument, to change

Re: [TYPO3-english] is TYPO3 moving away from global extensions?

2012-03-30 Thread Philipp Gampe
Hi Sergey, Sergey Alexandrov wrote: Sure, as I said, I don't want any war here! And I do understand your concept. The thing is that many people during many years use this feature and seems like number of them (including me) want to continue. I hope 4.5.x will support it till the end ;)

[TYPO3-english] latest TYPO3 source

2012-03-30 Thread Krystian Szymukowicz
hi one day I've seen a news about a page where latest version of TYPO3 had some nice names like: typo3_src-4.5-latest.tar.gz The server was smth like http://latest.typo3.org Anyone knows more about that? -- grtz Krystian Szymukowicz ___

Re: [TYPO3-english] latest TYPO3 source

2012-03-30 Thread Markus Klein
Hi! http://get.typo3.org/ Kind regards Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Krystian Szymukowicz Sent: Friday, March 30, 2012 11:02 PM To: typo3-english@lists.typo3.org Subject:

Re: [TYPO3-english] Typo3 4.6 and IIS

2012-03-30 Thread Rafał Likus
Hi! Dnia 24-03-2012 o godz. 12:57 Dmitry Dulepov napisał(a): Why don't you install Apache on Windows? Mostly because policies and because one of my sites needs domain (AD) authentication, and it is better way for me to have it served by IIS not by Apache. -- Regards Rafał Likus