Re: [TYPO3-english] rewriting the folder path

2010-06-03 Thread Rob De Vries
Katja Lampela wrote: > Hi, > > This is probably not so much TYPO3 related, but maybe in some points it > is and maybe some of you can give some recommendations and hints how to > do it - if it's eveb doable.. > > The client is changing the old site to TYPO3 into an international > installat

Re: [TYPO3-english] Same plugin inclusion on many pages

2010-06-03 Thread Rob De Vries
Hello kkt (strange name, please use your 'real' name) This is what you do: I have a marker called "temp.subscribe " and i'm not going to add the "plugin.feadmin.dmailsubscription " in this marker. > temp.subscribe < plugin.feadmin.dmailsubscription > temp.subscribe { > templateFile = filea

Re: [TYPO3-english] rewriting the folder path

2010-06-03 Thread Dmitry Dulepov
Hi Katja! Katja Lampela wrote: > the current is: > > www.example.com/product/item1.pdf > > the new will be: > > www.example.com/fileadmin/files/lang/product/item1.pdf > > Now the folder path will be much worse than it used to be. My questions > are: > - Is it possible to rewrite this with some

[TYPO3-english] render CONTENT from TS

2010-06-03 Thread Gábor Horn
Hello, in my template i need a part which is displayed on all pages, and i'd like to adminsitrate the content of this div as content elements in a sysfolder. I almost got it by using (and placing the CE's in page with pid=28): lib.rightColReferences = CONTENT lib.rightColReferences { table

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Pim Broens - Redkiwi
Hi Gabor, > > The only problem is that links doesn't get processed, and in the source > i see the links as they are stored in bodytext field and of > course it's not a valid link tag in html. I guess i hhave to add > something to the renderObj.10 but not sure what. > > Can sy help me with it, p

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Pim Broens - Redkiwi
> > > > > The only problem is that links doesn't get processed, and in the > source > > i see the links as they are stored in bodytext field and of > > course it's not a valid link tag in html. I guess i hhave to add > > something to the renderObj.10 but not sure what. > > > > Can sy help me wit

[TYPO3-english] (solved) DAM not able to create categories from tree folders and question about textextract

2010-06-03 Thread Ivano Luberti
Hello, we solved the issue reported. We had to apply the patch we found here: http://bugs.typo3.org/view.php?id=13156 > Hi all, we have two issues with DAM independent from each other. > > I want to thank in advance anyone who wil take the time > to pay attention to this message. > > > First we

[TYPO3-english] TMENU custom list

2010-06-03 Thread Varga Zsolt
Hi, I am stucked with my delicious problem, namely I have a TMENU used to show menu by the page structure. That's the script: lib.topmenu = HMENU lib.topmenu.1 = TMENU lib.topmenu.1 { NO.allWrap = |*||*| | || | ACT = 1 ACT < NO IFSUB = 1 IFSUB.allWrap = |*||*| |  || |  expAll = 1 }

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Gregor Hermens
Hi, Gábor Horn schrieb: > in my template i need a part which is displayed on all pages, and i'd > like to adminsitrate the content of this div as content elements in a > sysfolder. I almost got it by using (and placing the CE's in page with > pid=28): > > lib.rightColReferences = CONTENT > lib.r

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Gábor Horn
Hi Pim, thanks a lot for your help, that snipplet in TSref you linked was the solution regards, Gábor 2010.06.03. 10:35 keltezéssel, Pim Broens - Redkiwi írta: Hi Gabor, The only problem is that links doesn't get processed, and in the source i see the links as they are stored in bodytex

[TYPO3-english] Problem with generating template

2010-06-03 Thread Dawid Pacholczyk
Hi List, I have small problem in my ext. At the moment I have template like this Title ###CONTENT### The php code to generate this template: $templateCode = $this->cObj->fileResource($this->templateFile); $template = $this->cObj->getSubpart($templateCode, '###'.$templateName.'###');

Re: [TYPO3-english] TMENU custom list

2010-06-03 Thread JoH asenau
Varga Zsolt wrote: > Hi, > > I am stucked with my delicious problem, > > namely I have a TMENU used to show menu by the page structure. > > However, I need for one level 1 (precisely the the 4th main menu item) > menu to display a custom list as a submenu (so I wanna set up a manual > array), no

[TYPO3-english] Language Condition

2010-06-03 Thread ppraveenk
Hi, I have a website with multilingual setup with one tree. We use auto template parser extension. I have an issue with some text hardcoded in the typoscript template. I would like to display the text in the respective language using some condition in the typoscript. I tried the possible conditio

Re: [TYPO3-english] rewriting the folder path

2010-06-03 Thread Katja Lampela
Hi Rob and thanks - I can't do that, the installation is used for several sites. Rob De Vries kirjoitti: You can set the fileadmin path in the install tool. It doesn't need to be fileadmin, so you can use product as the 'fileadmin' directory. kind regards Rob -- With kind regards Katja Lam

Re: [TYPO3-english] rewriting the folder path

2010-06-03 Thread Katja Lampela
Hi Dmitry and thank you for this - I will suggest this to the client. Dmitry Dulepov kirjoitti: I wouldn't do it... You will need also to make various other tricks, such as symlink this directory to fileadmin/ to make sure that File module works, put links manually, etc. I would use fileadmin/

Re: [TYPO3-english] Language Condition

2010-06-03 Thread ppraveenk
I just came to know that conditions should not be written inside braces. Is this true? Then how do I specify a condition inside braces. I have the code as below: temp.mainTemplate { subparts.topmenu.5 = HTML subparts.topmenu.5.value = My home page } Now how can I show the translated for span

[TYPO3-english] AOE realurl sometimes generates wrong paths for default language

2010-06-03 Thread Max Herold
Hi, we have Typo3 4.2.12 running with multiple languages in one page tree on a single domain, realurl 1.5.2 and aoe_realurlpath 0.1.16. Default language is German (L=0), English pages have L=1 mapped to an 'en/' path prefix. Paths are correctly stored in the AOE path cache table in both language

Re: [TYPO3-english] Language Condition

2010-06-03 Thread Gregor Hermens
Hi, ppraveenk schrieb: > I just came to know that conditions should not be written inside braces. > Is this true? > Then how do I specify a condition inside braces. > I have the code as below: > > temp.mainTemplate { > subparts.topmenu.5 = HTML > subparts.topmenu.5.value = My home page > } >

Re: [TYPO3-english] Problem with generating template

2010-06-03 Thread Loek Hilgersom
Hi Dawid, It looks like $templateName has the value 'SUBPART1' now, and that subpart includes the title, so it will be rendered for every record. If you change it to 'SUBPART2' you should be alright. Hth, Loek On 2010-06-03 11:36, Dawid Pacholczyk wrote: Hi List, I have small problem in m

Re: [TYPO3-english] Language Condition

2010-06-03 Thread ppraveenk
Gregor Hermens-2 wrote: > > temp.mainTemplate { > subparts.topmenu.5 = HTML > subparts.topmenu.5 { > value = My home page > stdWrap.lang.es = página personal > } > > Cheers, > Gregor > -- > http://www.a-mazing.de/ | Certified TYPO3 Integrator > > _

Re: [TYPO3-english] Language Condition

2010-06-03 Thread Gregor Hermens
Hi, ppraveenk schrieb: > Gregor Hermens-2 wrote: >> >> temp.mainTemplate { >> subparts.topmenu.5 = HTML >> subparts.topmenu.5 { >> value = My home page >> stdWrap.lang.es = página personal >> } > > I tried the above mentioned, but still it shows me the text as 'My Home > Page' in engl

Re: [TYPO3-english] Language Condition

2010-06-03 Thread JoH asenau
>> temp.mainTemplate { >> subparts.topmenu.5 = HTML >> subparts.topmenu.5 { >> value = My home page >> stdWrap.lang.es = página personal >> } Since it is the HTML there will be no stdWrap at all. You can use stdWrap functions on the value though: temp.mainTemplate { subparts.topmenu

Re: [TYPO3-english] Language Condition

2010-06-03 Thread ppraveenk
JoH asenau wrote: > > > Since it is the HTML there will be no stdWrap at all. > You can use stdWrap functions on the value though: > > temp.mainTemplate { > subparts.topmenu.5 = HTML > subparts.topmenu.5 { > value = My home page > value.lang.es = página personal > } > > Anyway it

[TYPO3-english] searching through a photo gallery

2010-06-03 Thread messsi messsi messsi
Hi list, Does anybody know if there is an extension which allows you to search through a photogallery? Like, searching the photo gallery on date/time. I have several big photo galleries (100+ pictures), so browsing through the pictures is a big, big headache. :(

Re: [TYPO3-english] Petition: Extbase and fluid book in english please!

2010-06-03 Thread Stig Nørgaard Færch
Please sign the petition: http://www.ipetitions.com/petition/typo3book/ 68 signatures will hardly impress the publishers. There must be more TYPO3 developers interested in an english version of this book. Any ideas how we could spread the word even more? /Stig __

[TYPO3-english] Flickr / Picasa / ... and private stuff

2010-06-03 Thread Xavier Perseguers
Hi, There's a few extension in TER for that purpose but do you have experience with such specification? - Let user upload photos on their own on such an external service - Let user define which sets of photos are "private" => they should not be visible through the external service without being

Re: [TYPO3-english] Upgrade tt_content image_link field

2010-06-03 Thread Gregory Loichot
Any idea, please... Le 05.05.2010 15:53, Gregory Loichot a écrit : Hello, Thank you for your answer ! First, I do not have time to use a gallery extension (unfortunaly), then it is a specific need and I would like to know why it this method does not work :) Thanks Le 05.05.2010 13:53, Bernhar

Re: [TYPO3-english] Petition: Extbase and fluid book in englishplease!

2010-06-03 Thread Pim Broens - Redkiwi
Maybe get the word out on typo3.org? > > > Please sign the petition: > > http://www.ipetitions.com/petition/typo3book/ > > 68 signatures will hardly impress the publishers. > There must be more TYPO3 developers interested in an english version of > this book. > > Any ideas how we could spread t

Re: [TYPO3-english] Petition: Extbase and fluid book in englishplease!

2010-06-03 Thread Bert Huijgen
The book is not even there in german. Bert Op 3 jun 2010, om 15:43 heeft Pim Broens - Redkiwi het volgende geschreven: Maybe get the word out on typo3.org? Please sign the petition: http://www.ipetitions.com/petition/typo3book/ 68 signatures will hardly impress the publishers. There m

Re: [TYPO3-english] Problem with generating template

2010-06-03 Thread Dawid Pacholczyk
Hi, thanks for reply That was one of the first thing that I did after the problem ocured. But whe I change it title and the opening and closing isn`t rendered at all Best regards, Dawid Pacholczyk 2010/6/3 Loek Hilgersom : > Hi Dawid, > > It looks like $templateName has the value 'SUBPART1' now

[TYPO3-english] Memory limit exa

2010-06-03 Thread Xatu Cans
I am working on a shared server installing Typo3 4.1.7 for my website since 1 year. I configured the memory_limit to 32M in the installTool. My server is configured to 128 MB lemory_limit (I can see it with phpinfo), but sometimes, not permanently, the web page give a kind of error like this "A

Re: [TYPO3-english] Memory limit exa

2010-06-03 Thread Philipp Gampe
Am 03.06.2010, 19:08 Uhr, schrieb Xatu Cans : I am working on a shared server installing Typo3 4.1.7 for my website since 1 year. I configured the memory_limit to 32M in the installTool. My server is configured to 128 MB lemory_limit (I can see it with phpinfo), but sometimes, not permanent

[TYPO3-english] tt_news SINGLE and LATEST on same page

2010-06-03 Thread Gábor Horn
Hello, i use tt_news with the following default conf: plugin.tt_news { sys_language_mode = strict templateFile = /..path_to_my_templ../ singlePid = 26 pid_list > pid_list = 25 displayArchivedInLatest = 1 excludeAlreadyDisplayedNews = 0 useHRDates = 1 useHRDatesSingle

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Gábor Horn
Hi Gregor, thanks this is a very elegant solution. In my specific case i need the other way (as i must wrap each content element in a ... for some jQuery cycle()-ing) but i'm sure your solution will be very useful for another time! regards, Gábor just let CSC do the work for you: lib.righ

Re: [TYPO3-english] tt_news SINGLE and LATEST on same page

2010-06-03 Thread Philipp Gampe
Am 03.06.2010, 19:44 Uhr, schrieb Gábor Horn : Anybody please knows why is that and how can i fix it? read the other manual which is included inside the doc folder of the extension:

[TYPO3-english] Problem on menus translations

2010-06-03 Thread Tonix (Antonio Nati)
I have a strange problem, relative to menu translation, when a single page is lacking translation. Menu are correctly translated, usually, and original text are used when there is no traslation, except when the "current" page has no translation. In such a case, no voices in menu are translated

Re: [TYPO3-english] render CONTENT from TS

2010-06-03 Thread Tyler Kraft
In which case this (or something very similar) should do it: lib.rightColReferences = COA lib.rightColReferences { 10< styles.content.get 10.select { max = 10 orderBy = date DESC pidInList = 28 } 10.renderObj < tt_conten

Re: [TYPO3-english] tt_news SINGLE and LATEST on same page

2010-06-03 Thread Gábor Horn
Hello Philipp, could you be more specific please whioch part you mean? I've read the doc, it's a new 4.3.3 install with latest tt_news (so no upgrade troubles might be the problem) but i couldn't find there what couses this behaviour :( Probably i've just overlooked it, but i'd really appreci

[TYPO3-english] BE login problem with lockIP = 3

2010-06-03 Thread Gulay Boris
Hello! I have TYPO3 4.3.3 installed on linux. When I set ['BE'][lockIP'] = 3 I cannot login to backend. After submitting user name end password login form appears again. What is wrong with this option? Other interesting settings and configs: ['BE']['lockSSL'] = 3 Database = Postgres PHP 5.2.11-de

Re: [TYPO3-english] Memory limit exa

2010-06-03 Thread Xatu Cans
El 03/06/10 19:29, Philipp Gampe escribió: You reduced the memory limit even through TYPO3 complained about not enough memory? Yes. At first time I increased the memory till 48Mb but the Alowed memory size error continued, so I finaly tried to reduce it to 16MB and it started working again ___

Re: [TYPO3-english] Memory limit exa

2010-06-03 Thread J. Adam Craig
> Yes. At first time I increased the memory till 48Mb but the Alowed > memory size error continued, so I finaly tried to reduce it to 16MB and > it started working again Xatu, The "memory exhausted" error is actually triggered when your server is not providing TYPO3 with *enough* memory. To res