[TYPO3] Enter session variables from typoscript

2008-03-20 Thread David Krüsemann
;fe_user->storeSessionData(); Thanks in advance, David Krüsemann ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Write output to static file

2008-07-15 Thread David Krüsemann
Hi list, in some cases, I want TYPO3 to write full page output into a static file (e.g. xml, html) using file_put_contents($filename,$); in my extension. Already had a look in tslib_fe without any results. Does anybody know how/where to access page generation for this purpose?? Any help ap

Re: [TYPO3] Write output to static file

2008-07-15 Thread David Krüsemann
Got it..: $GLOBALS['TSFE']->content > Hi list, > > in some cases, I want TYPO3 to write full page output into a static file > (e.g. xml, html) using > > file_put_contents($filename,$); > > in my extension. Already had a look in tslib_fe without any results. > Does anybody know how/where to ac

[TYPO3] Get index from last admin log entry via typoscript

2008-08-22 Thread David Krüsemann
Hi list, any magic known how to get the index from the latest admin log entry via typoscript??? I want to put out some kind of a version number und some digits should relate to latest admin log entry... Best regards and thanks in advance, David ___ T

[TYPO3] fe groups in Google Analytics?

2007-04-02 Thread David Krüsemann
Hi, Google Analytics allows to define custom segments (using the JavaScript "__utmSetVar" function). Does anybody know how to set up a custom segment based on TYPO3 fontend user groups? Thanks in advance, David Krüsemann ___ TYPO3-engli

Re: [TYPO3] How to make page with tabs like this

2007-05-04 Thread David Krüsemann
Hi tu, what about rgtabs extension? http://typo3.org/extensions/repository/view/rgtabs/1.2.0/ ? regards, david Tu schrieb: > Hello everybody, > I want to create a page with tabs like this > http://www.aitronic.de/index.php/pocketscan-barcode/ > Anybody have any idea? > > Thank you and regar

[TYPO3] Create multi-user timtab blog ...

2007-05-15 Thread David Krüsemann
Hi listers! Does anybody have a clue on how to set up a multi-user timtab blog??? I just found a "Tutorial to create multi-user timtab blog" heading on http://typo3.org/documentation/document-library/extension-manuals/meta_feedi t/0.0.26/view/13/2/ Unfortunately, it has not been written yet :

[TYPO3] pdfgenerator2 & SVG crashes browser

2007-11-29 Thread David Krüsemann
Hi list, I just found out that generation of a PDF-file using pdfgenerator2 crashes the browser (FF), if there is an SVG-file embedded.. This is how I included the SVG: Does anybody know another way to include SVG-files "pdfgenerator2-friendly"? DAVID __

[TYPO3] cooluri & pdfgenerator2

2007-12-27 Thread David Krüsemann
Hi list, are there any approaches for setting up both cooluri and pdfgenerator2 yet? Any help would be appreciated! Thanx, David ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3

[TYPO3] parseFunc.short

2008-02-18 Thread David Krüsemann
Hi list, I'm just having some problems using parseFunc.short: This is working: lib.stdheader.10.1 { parseFunc.short{ TITLE = {page:title} } } whereas these lines do not: tt_content.text.20{ parseFunc.short{ TITLE = {page:title} } } .. printing just "{page:title}".. :-(

Re: [TYPO3] parseFunc.short

2008-02-19 Thread David Krüsemann
Hi Peter, thanks! For the sake of completeness, the right code: tt_content.text.20{ parseFunc.short{ TITLE = {page:title} } } tt_content.text.20.insertData = 1 David Peter Klein schrieb: > Hi David. > > lib.stdheader.10.1 has a "insertData=1" somewhere. > tt_content.text.20 don't

[TYPO3] Text w/image & external images

2008-02-26 Thread David Krüsemann
Hi list, is there any way to include external images in a text w/image element? Our Editors want to use the Google Chart API, but sould not use html elements... Thanks in advance, David ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

Re: [TYPO3] Text w/image & external images

2008-02-27 Thread David Krüsemann
Hi, thanks a lot, I'll give it a try! David Georg Ringer schrieb: > Hi David, > > there will be a hook in the release of today > > Georg > ___ > TYPO3-english mailing list > TYPO3-english@lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mai

[TYPO3] TCAdefaults & colPos

2008-03-02 Thread David Krüsemann
Hi list, are there any reasons known, why this is not working in User TSconfig: TCAdefaults.tt_content.colPos = 2 Thanks, David ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo