Bug #25163
closedhtmlArea RTE: Links in content element "Text & Images" don't work
0%
Description
Internal links in a content element "Text & images" are not processed correctly and do not work.
(issue imported from #M17747)
Updated by faf over 13 years ago
I think that this are different problems. I don't have testet links on images till now. I meen links in the text. If I have a text and set there an internal link, it will work. But when I set a link in the text of a content element text with image, than this link won't work.
Updated by Chris topher over 13 years ago
OK... sounds like a configuration problem to me.
Make sure that you cleared all caches in TYPO3 and in your browser and try again...
That is a problem for elements which you are creating now, right?
Does it still work for old elements?
Updated by faf over 13 years ago
I think it's an BUG!!
I have two content elements. the first one is a text online. the internal link looks like this:
<a href="http://www.domain1.de/?id=89" class="internal-link">LINK1</a>
in the frontend the links get to: http://www.domain2.de/angebote.html
the second content element is text with image. in the backend the link is:
<a href="http://www.domain1.de/?id=89" class="internal-link">LINK1</a>
in the frontend the link looks so:
http://www.domain1.de/?id=89
Updated by faf over 13 years ago
There was a configuration problem in the pageTSconfig.
Updated by Ernesto Baschny over 13 years ago
So everything is fine in core and we can close this issue, faf? Thanks for your feedback!