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

Franz Koch typo3 at fx-graefix.de
Thu Mar 30 16:53:52 CEST 2006


Hi guys,
> Kasper Skårhøj schrieb:
> 
>> Please DONT!
>>
>> Use the eID feature now!
> 
> 
> The reason I didn't suggest is that as I have understood it he wants to 
> call TYPO3 code from outside (not vice versa).
> 
> eID is for calling external (standalone) code within the TYPO3 
> framework, right?

Thanks Martin. I allready got the current FE-user 
($TSFE->fe_user->user), but I used much more code to achieve that. But 
what I'm missing with your compact version is, that $TSFE->loginUser is 
not set which I used for authentication inside the external app. But 
that doesn't matter now - can authenticate against something else.

My problem still exists. How can I get FEuser specific FEoutput returned 
from a call outside of typo3? Maybe something like 
file("http://www.mydomain.tld/index.php?=id=fixed&sessionID=sessidofFEuser") 
- but this would be insecure. Therefor I'm searching for a way to get 
the content somehow over typo3 itself, not an external call.

Maybe I should explain the problem a little bit more in detail. I'm 
member of a community that wants to setup a portal based on typo3. I'm 
the lucky guy to do so, but as forum should be phpBB used. I changed 
phpBB allready in that way, that I have a single-signon and that it 
fetches user-data out of the typo3-DB. So far so good. But now I have to 
place the header-part of the website layout on top of the phpBB-output - 
and as the header-part contains typo3-FEuser specific data, it has to be 
fetched somehow over typo3.
Please don't say "use chc_forum" - as it is not suiteable for the 
ammount of posts we have as several tests of other developers allready 
showed. But as there allready is a good typo3-based forum 
(www.typo3.net) that is going to be released some day (talked to the 
developers) I'm not willing to code a forum myself or to spend to much 
work in modifying phpBB.

Question is - what is the best way to get the typo3-renderd header part?

-- 
Kind regards,
Franz Koch




More information about the TYPO3-dev mailing list