[TYPO3-english] [TYPO3] Problem linking between websites on the same Typo3 instance
Joerg Wagner [DigiLog]
lists.typo3.org at digilog.de
Thu Mar 18 14:04:35 CET 2010
Hi Dmitry,
> Actually typolinkEnableLinksAcrossDomains sets typolinkCheckRootline...
yes, true. But to solve Ricardo´s problem the typolinkCheckRootline
param is sufficient. typolinkEnableLinksAcrossDomains does more than
needed here, thats why I only mentioned it to be checked in TSref.
Cheers, Jörg.
schrieb Dmitry Dulepov am 18.03.2010 13:35:
> Hi!
>
> Joerg Wagner [DigiLog] wrote:
>> Just in case somebody drops onto this old posting like I did:
>>
>> The solution is
>> config.typolinkCheckRootline = 1
>> in TSsetup.
>>
>> See TSref on config parameters typolinkCheckRootline and
>> typolinkEnableLinksAcrossDomains.
>
> Actually typolinkEnableLinksAcrossDomains sets typolinkCheckRootline, so
> you should not have to do it manually. Here is the code from tslib_fe:
>
> if ($this->config['config']['typolinkEnableLinksAcrossDomains']) {
> $this->config['config']['typolinkCheckRootline'] = true;
> }
>
> near lines 2083, function getConfigArray().
>
More information about the TYPO3-english
mailing list