[TYPO3] Cooluri - anybody using page type "mount point"?

Steffen Gebert steffen at steffen-gebert.de
Wed Jul 30 22:50:16 CEST 2008


> diff cooluri/class.tx_cooluri.php 
> cooluri-mp-patch/class.tx_cooluri.php
> 188c188,191
> <       if (empty(Link_Translate::$conf->cache->prefix)) {
> ---
> >       /* if page type "mount point" is used, we can't 
> return the domain of
> the mounted page - instead we use current domain */
> >       if (strstr($params['LD']['linkVars'], '&MP=')) {
> >          Link_Translate::$conf->cache->prefix =
> $_SERVER['SERVER_NAME'].'@';
> >       } elseif (empty(Link_Translate::$conf->cache->prefix)) {


What's your opinion of this patch? Do you have any concerns of using this?

I don't really know, if checking linkVars in this way is a sufficient
solution or if we have to consider more... Would be nice if somebody with
mount-point-experience :)

Steffen



More information about the TYPO3-english mailing list