[TYPO3-english] Problems in RTE generated links (TinyRTE and/or RTE transformations?)

Giannis Economou gecon at di.uoa.gr
Fri Dec 4 18:48:03 CET 2009


Hello...

I'm dealing with the following situation in one installation.
Using TinyRTE (1.8.1) on TYPO3 4.2.10 (multidomain + cooluri).

While creating a link by using FileBrowser (link to an internal Page), 
the generated code of the link is:
a href="?id=938"

After clicking "Save", the link code is transformed to:
a href="?id=?id=938"

and in tinyRTE the link get's red-border, yellow-background. In FE, no 
link is showing at all.


Relevant PageTS in use for RTE is:
RTE.default.addParams {
  forced_root_block = 'p'
  theme_advanced_blockformats=',div,h1,h2,h3,h4,blockquote,code'
  verify_html=false
  cleanup=true
  apply_source_formatting = true
  entity_encoding='raw'
  relative_urls=true
  convert_urls=false
}

If I change convert_urls to 'true', then I get absolute URLs after 
clicking "Save".
Things work ok this way, but I don't want absolute URLs (domain name 
will change)...


Thank you very much.

Best regards,
Giannis




More information about the TYPO3-english mailing list