[TYPO3] tm_contentaccess & realUrl configuration
Tapio Markula
tapio.markula at atwebteam.com
Mon Dec 11 09:46:11 CET 2006
Jens Gammelgaard kirjoitti:
> Tapio Markula skrev:
>> Jens Gammelgaard kirjoitti:
>>> Hi Tapio...
>>>
>>> Thank you for your great work with tm_contentaccess :-)
>>>
>>> When I use it to make nice FE editing together with realUrl, then the
>>> edit tools and icons does not show up at all.
>>
>> I tested in one site, which use realurl. That has nothing to do
>> with tm_contentaccess. I uninstalled tm_contentaccess and used
>> standard frontend editing. Frontend editing worked both using
>> tm_contentaccess and without it when page was opened into new window
>> with the view link. But in both cases stopped working if navigating
>> the site using links on the page. It seems that frontend editing and
>> realurl has in overall problems.
>
> Hi Tapio and the team behind realUrl...
>
> I agree that it is realUrl that has problems.
>
> But how can realURL be refined to work with tm_contentaccess?
>
> BR
> Jens
I tried to disable realURL, when you are logged as BE user!
[globalVar = TSFE : beUserLogin]
config.tx_realurl_enable = 1
[else]
[end]
or
[globalVar = TSFE : beUserLogin]
[else]
config.tx_realurl_enable = 1
[end]
but failed - either realURL was always used or not at all.
More information about the TYPO3-english
mailing list