[TYPO3-dev] Mapping eId-URLs to "real" URLs

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Fri Jan 19 15:57:34 CET 2007


R. van Twisk schrieb:
> Dmitry Dulepov wrote:
> 
>> Hi!
>>
>> Martin Kutschker wrote:
>>  
>>
>>> You are right, the usual path-to-uid translation is done elsewhere. I 
>>> have no problem in calling a path-mapping routine myelf. The point is 
>>> that Real URL must be aware of my mapping scheme. It must recognize 
>>> the eId-URL prefix and act accordingly.
>>
>> I would be interested in integrating eID support to realurl. However I 
>> do not know much enugh about eID at the moment :(
> 
> I think the whole idea about eID is to get the least amouth of overhead
> doing 'ajax' sort of calls to the CMS.

eID is not only for AJAX, but also for eg showpics.php and possibly thumbs.php

I don't want to force Real URL upon an eID-script. What I want is that a 
script *may* use Real URL but doesn't have to. I'm thinking of a URL 
translation hook in class.t3lib_eidtools.php. In this class you find 
currently code to create a full blown FE session an to establish a DB 
connection. The script may use it, but it doesn't have to.

 > It's ment to be working on the background, and not for visible URL's.

Showpic and thumbs (which is currently no eID) are visible. If they got 
"real URLs" I could wget them without any ? in my file local names (which 
IE doesn't like at all).

Masi




More information about the TYPO3-dev mailing list