[TYPO3-RTE] Links generated with HTMLArea doesn't get translated by realURL

Peter Klein peter at umloud.dk
Wed Jan 25 10:46:01 CET 2006


Hi Peter thanks for your reply. I have examined the problem a bit closer, 
and in the RTE the link looks something like this (in HTML mode):

<a class="internal-link" href="http://www.mydomain.dk/?id=13#78" 
rtekeep="1">link to anchor</a>

But when viewed in Frontend, the link now looks like this:

<a class="internal-link" href="?id=13#78">link to anchor</a>


As you can see, the baseurl is missing..

In my Setup, I have tried every possible combination of setting the RealURL 
config parameters that relates to the base URL, lik

config.baseURL = http://www.mydomain.dk/
config.prefixLocalAnchors = all
config.absRefPrefix = http://www.mydomain.dk/


I also experinced another weird problem.

If I copy/paste some content (content comes from MS Word) into the RTE, then 
about 1 second after I have pasted it into the RTE, the danish characters 
gets converted to UTF (I think, as it's 2-byte chars)
BUT It only happens in Firefox, not IE??
If I then press Ctrl-Z it reverts to the correct encoding, and is saved 
correctly..

-- 
Peter Klein/Umloud Untd

"Peter Niederlag" <niederlag at ikd01.de> skrev i en meddelelse 
news:mailman.1.1138131293.11049.typo3-project-rte at lists.netfielders.de...
> Hi,
>
> Peter Klein schrieb:
>> Hi list. I have a weird problem with HTMLArea v1.13 + RealURL.
>> I have RealURL installed on the site in question, and all links is 
>> correctly
>> translated by RealURL.
>> But if I create a link in HTMLArea, it uses the old 'id=' method and not 
>> the
>> RealURL translated paths.
>>
>> (HTMLArea is installed without any modifications)
>> I have been using exactly the same setup on other sites without any
>> problems.
>> Any suggestions on what might be wrong?
>
> this is imho most likely happening with recent htmlarea and TYPO3 < 4.0
>
> check the DB (disbale htmlarea), it contans a <a href instead of link I
> think.
>
> If thats the problem you need to disable that title="ff" feature and plz
> prepare a little text to help others that might run into it. ;)
>
> Cheers,
> Peter
> -- 
> Peter Niederlag
> http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
> http://www.typo3partner.net * professional services network * 





More information about the TYPO3-project-rte mailing list