[TYPO3-dev] Fetching userspecific FE-output with a script from outside typo3

Franz Koch typo3 at fx-graefix.de
Fri Mar 31 18:14:46 CEST 2006


> All the code to render TS-objects is in tslib_cObj.
> 
> But you have to provide the configuration for them. If you need the full 
> Typoscript setup then you'll have to do more. In this case I suggest you 
> follow Kasper's advice and use the new eId-feature:
> 
> Write such a eId-script and simply fetch its ouptut. Not so clean as 
> calling functions, but you can be sure it works.

I played 5 hours with the eID yesterday, but the problem is that I need 
FEuser specific content - and when I fetch the output through a script 
like 'file("http://domain.tld/index.php?eID=myeID")' it is not user 
specific as the server is requesting the page - not the client with it's 
cookie. I also tried the other way around and tried to implement the 
external application (phpBB) with AJAX - it works but without the 
posibility to post because the $_POST array is empty when fetching with 
eID. And that I don't want the forum to only work with JavaScript, this 
is no option anyway.

This damn forum is driving me crazy. :-[
I think I have to initialize the whole framework in order to get that 
working - which I tried today. But as it seems TV get's not startet and 
there is some path-problem with generated menu images and stuff.

-- 
Kind regards,
Franz Koch




More information about the TYPO3-dev mailing list