Re: [TYPO3] logout timeout

2007-04-07 Thread Klaus Hinum
Hi Oliver, tanks for the tip, but i only find the interval für FE users, but i need it for BE users. Or is it the same? regards Klaus Oliver Rowlands schrieb: > Hi Klaus, > > Just insert: > > $TYPO3_CONF_VARS['BE']['sessionTimeout'] = {timeout in seconds}; > > Into your localconf.php > > Ol

Re: [TYPO3] logout timeout

2007-04-07 Thread Benjamin Mack
Hey Klaus, I think, since it already says "BE" in the Configuration Variable that it is for Backend Users. Klaus Hinum wrote: >> $TYPO3_CONF_VARS['BE']['sessionTimeout'] = {timeout in seconds}; I think you can read something about it in the Install Tool under "All Configuration". -- greeting

Re: [TYPO3] use FCE with MTB

2007-04-07 Thread Tapio Markula
Bing Du kirjoitti: > Hi, > > Where can I find more information on how to use FCE with MTB? > it's wanted to be. That's a pain. From my understanding, Flexible > Content element type is not available on the traditional template engine. > tried kb_contenttab extension but had some issue with it

[TYPO3] loadLL / getLL Problem

2007-04-07 Thread Dominik Schmich
Hi, I just got my ajax file to work with the eID Parameter from Typo3. Everything works fine but now I got the the point, where I should stop hardcoding the Labels and start to use the LL-Functions. In my *_pi1.php file the whole LL-Support works great but I can't get it to work in my ajax.php

Re: [TYPO3] use FCE with MTB

2007-04-07 Thread JoH asenau
> Where can I find more information on how to use FCE with MTB? This > http://lists.netfielders.de/pipermail/typo3-english/2005-September/013369.html > sounds very positively that can be done. What exactly do you want to do, that would make the use of FCE necessary? AFAIK it's the same as having

Re: [TYPO3] logout timeout

2007-04-07 Thread Klaus Hinum
Benjamin Mack schrieb: > Hey Klaus, > > I think, since it already says "BE" in the Configuration Variable that > it is for Backend Users. > > Klaus Hinum wrote: >>> $TYPO3_CONF_VARS['BE']['sessionTimeout'] = {timeout in seconds}; > > I think you can read something about it in the Install Tool u

[TYPO3] Customizing templates

2007-04-07 Thread tonix (Antonio Nati)
Sorry for the question, I don't know if what I'm looking for can be done. Is it possible to write a unique template to be used for the whole site, in which single parts of the template may be enabled/disabled using TSconfig of each page? I want to add a print version of the page, but only in so

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-07 Thread Andreas Balzer
Andreas Balzer schrieb: > Matthias Stuebner schrieb: >> On Fri, 06 Apr 2007 12:13:35 +0200, Andreas Balzer wrote: >> temp.new.10.lvl1uids.cObject.select.addWhere = not hidden = 1 >>> thanks >> >> Does that mean that it works? I never tried that. > yes, it works :) I'm sorry, i have to cor

Re: [TYPO3] mask

2007-04-07 Thread Bas van der Togt
Hello Miroslav, Final question! How can i optimize the quality of the rendered image? I tried quality = 100 but that's not working. My code: tt_content.image.20.1.file > tt_content.image.20.1.file { import.current = 1 width.field = imagewidth m.mask = GIFBUILDER m.mask { # Here w

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-07 Thread Peter Klein
Hi Andreas. I don't think that's possible using Typoscript. (But you could always write a small PHP userfunction to do the job) >From TSRef, the chapter about CONTENT element: "Also, if the "pidInList" feature is used, any page in the pid-list that is not visible for the user of the website IS

[TYPO3] config.spamProtectEmailAddresses problem

2007-04-07 Thread Morten Kjems
Hi. SpamProtect works fine on email links that I create i the editor. I have added this line of typoscript: config.spamProtectEmailAddresses = 1 But SpamProtect does not work with the mailto pageauthor links that I generate using theese lines of TS: lib.byline.20 = TEXT lib.byline.20.dataWrap

Re: [TYPO3] config.spamProtectEmailAddresses problem

2007-04-07 Thread Benjamin Mack
Hey Morten, you need to use the "typolink" object. Something like this should do the trick: lib.byline.20 = TEXT lib.byline.20.data = page:author lib.byline.20.typolink.data = page:author_email This is just memorized, please see the TSref for the right syntax. -- greetings, benni. -SDG- www.

Re: [TYPO3] config.spamProtectEmailAddresses problem

2007-04-07 Thread Peter Klein
Hi Morten. Use the "typolink" property.. lib.byline.20 = TEXT lib.byline.20.data = page:author lib.byline.20.typolink.parameter.data = page:author --- Peter Klein / Umloud Untd "Morten Kjems" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > > SpamProtect works fine on email

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-07 Thread Andreas Balzer
Peter Klein schrieb: > Hi Andreas. I don't think that's possible using Typoscript. (But you could > always write a small PHP userfunction to do the job) > > From TSRef, the chapter about CONTENT element: > > "Also, if the "pidInList" feature is used, any page in the pid-list that is > not visib

Re: [TYPO3] config.spamProtectEmailAddresses problem

2007-04-07 Thread Morten Kjems
Thanks! Work perfectly except that you made a little typo in the line: lib.byline.20.typolink.parameter.data = page:author "page:author" should be "page:author_email" Just in case someone else need the code snippet :-) /Morten Peter Klein skrev: > Hi Morten. Use the "typolink" property.. > >

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-07 Thread Peter Klein
"Andreas Balzer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Peter Klein schrieb: >> BTW: Then you might want to get rid of this line: >> >> renderObj.stdWrap.crop = 16 | ... >> >> As all it's gonna do, if f*uck up yor results. (You are cropping a list >> of comma seperated ID

[TYPO3] Fatal error after uninstall of mht_feedit

2007-04-07 Thread Trine Buhl
Hi, I have tried to implement frontend editing of tt_news (news_feedit) , and have installed mht_feedit to get it to work. But without any luck. As I not could get it to work on 4.1, I have uninstalled both extentions, removed config from template and cleared cache. But I now get this error m