Re: [TYPO3] query qith typoscript

2007-04-06 Thread Peter Klein
Hi Jan. Read TSRef. specially these 2 chapters: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/8/9/ http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/5/5/ -- Peter Klein / Umloud Untd "Jan van Rijn" <[EMAIL PROTECTED]> wro

Re: [TYPO3] Changing the number of navigation pages in indexed search?

2007-04-06 Thread Peter Klein
Hi Lasse. Try setting this in your typoscript SETUP (untested). plugin.tx_indexedsearch.search.page_links = 5 -- Peter Klein / Umloud Untd "Lasse Guldsborg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > It seems that by default, the indexed search module shows 10 naviga

Re: [TYPO3] return page url. How?

2007-04-06 Thread Morten Kjems
Thanks you Christian and Daniel. In combination your suggestions worked perfectly. Morten Christian Welzel skrev: > Morten Kjems wrote: > >> But I need the URL clean as this: >> "http://www.typo3wizard.com/en/main.html"; > > Look in the typolink docs for "typolink.returnLast = url" >

[TYPO3] use FCE with MTB

2007-04-06 Thread Bing Du
Hi, 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. With TV installed along with the traditional template engine, we're facing the Access Error when creating

Re: [TYPO3] logout timeout

2007-04-06 Thread Oliver Rowlands
Hi Klaus, Just insert: $TYPO3_CONF_VARS['BE']['sessionTimeout'] = {timeout in seconds}; Into your localconf.php Oliver Tapio Markula wrote: > Klaus Hinum kirjoitti: >> Hi group, >> >> how can i change the idle time till the pop-up message comes (to be >> logged out)? >> >> regards >> klaus >

Re: [TYPO3] Preview, draft ws and sr_language_menu

2007-04-06 Thread Pascal Cramer
Francois Suter wrote: > Hi, > >> What are the parameters on your side that are passed in the preview mode? >> For me it's: >> index.php?id=485&no_cache=1&L=2&no_cache=1&ADMCMD_view=1&ADMCMD_editIcons=1 >> >> (with Realurl disabled) >> With L=2 being the alternative language I want to see. > > We

[TYPO3] mail server

2007-04-06 Thread Roberto Torresani
Hi all! is possible with typo3 to use a remote server mail? I have nullmailer install on my server, but I have some problem with mime mail. Thanks Roberto ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-

Re: [TYPO3] logout timeout

2007-04-06 Thread Tapio Markula
Klaus Hinum kirjoitti: > Hi group, > > how can i change the idle time till the pop-up message comes (to be > logged out)? > > regards > klaus this has been aswered several time. Use Install tool and all configurations and search related option going systematic thought options. _

Re: [TYPO3] weird url injection

2007-04-06 Thread Georg Ringer
Hello, set the config.linkVars in your language conditon, not outside and everythin is fine georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] return page url. How?

2007-04-06 Thread Christian Welzel
Morten Kjems wrote: > But I need the URL clean as this: > "http://www.typo3wizard.com/en/main.html"; Look in the typolink docs for "typolink.returnLast = url" -- MfG, Christian Welzel GPG-Key: http://www.camlann.de/key.asc Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15

Re: [TYPO3] return page url. How?

2007-04-06 Thread tonix (Antonio Nati)
I add another question, to complete this request. How to have the full argument list arrived with the URL (as seen in the originating link), so I can rebuild the link adding another parameter (like page_type)? Thanks, Tonino At 14.28 06/04/2007, you wrote: >Hoi, > >works like this: typolink.pa

Re: [TYPO3] return page url. How?

2007-04-06 Thread Daniel Selinger
Hoi, works like this: typolink.parameter.data = getIndpEnv: TYPO3_REQUEST_URL Greetz Ling 2007/4/6, Morten Kjems <[EMAIL PROTECTED]>: > > Hi. > > I need to be able to fetch the page url as shown with realURL (not just > the ID). How is this possible? > > I can get it nicely wrapped in an "a-tag

[TYPO3] logout timeout

2007-04-06 Thread Klaus Hinum
Hi group, how can i change the idle time till the pop-up message comes (to be logged out)? regards klaus ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-06 Thread Andreas Balzer
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 :) ___ TYPO3-eng

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-06 Thread Matthias Stuebner
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. -- br Matthias ___ TYPO3-english mailing list TYPO3-english@lists.

[TYPO3] return page url. How?

2007-04-06 Thread Morten Kjems
Hi. I need to be able to fetch the page url as shown with realURL (not just the ID). How is this possible? I can get it nicely wrapped in an "a-tag" as a link using the code below. temp.pageurl=TEXT temp.pageurl.typolink { parameter.data=TSFE:id } But I need the URL clean as this: "http://w

[TYPO3] Changing the number of navigation pages in indexed search?

2007-04-06 Thread Lasse Guldsborg
Hi It seems that by default, the indexed search module shows 10 navigation pages to browse results. Event though there are hundreds of results, the navigation is limited to 10 pages, with the option to click "Next" to se more. You know: page 1 | page 2 | page 3 | page 4 | page 5 | page 6 | page

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-06 Thread Andreas Balzer
Matthias Stuebner schrieb: > On Thu, 05 Apr 2007 19:57:00 +0200, Andreas Balzer wrote: > >> The problem: The code ignores the setting "Do not show in menu". What do >> I have to modifiy, in order to not show pages with this setting activated? > > Isn't "Do not show in menu" stored in the field H

Re: [TYPO3] Recently modified (HOWTO?)

2007-04-06 Thread Matthias Stuebner
On Thu, 05 Apr 2007 19:57:00 +0200, Andreas Balzer wrote: > The problem: The code ignores the setting "Do not show in menu". What do > I have to modifiy, in order to not show pages with this setting activated? Isn't "Do not show in menu" stored in the field HIDDEN? Then it could help to add: te

Re: [TYPO3] query qith typoscript

2007-04-06 Thread Benjamin Mack
Hey jan, a bit more info would be great! It depends -- if you want to get records out of a table, use the RECORDS type (see TSRef documentation for that). Jan van Rijn wrote: > hi, > > i would like to do a query, but i don't want to make an extension for it. i > want to do it whith typo scrip

[TYPO3] query qith typoscript

2007-04-06 Thread Jan van Rijn
hi, i would like to do a query, but i don't want to make an extension for it. i want to do it whith typo script. does somebody know what the structure of this is? thanks, jan ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://