Wednesday, 19 October 2011

Fix broken links in tt_news text


This relates to tt_news version 3.01, the problem may be present in other versions however.

For some reason the required typoscript processing for the RTE text field is commented out in the static typoscript, you can see it by viewing the template in the template analyser.
This leaves any links and other RTE related functions left unrendered, though the links are the most obvious problem. You'll probably see <link youadderss=""></link> tags in the source of the page which means you defiantly have this problem.

To fix this simply add:
plugin.tt_news.general_stdWrap parseFunc < tt_content.text.20.parseFunc
to a top level template. You may need to clear the cache to see the changes.

No comments:

Post a Comment