http://typo3.org/extensions/repository/view/rtelightbox/current/

Problem: There’s no “Click-enlarge” checkbox in my image properties

You have to enable this in the configuration for “rtehtmlarea” in the extension manager:

Problem: The “Click-enlarge” setting isn’t saved

When you save your content element and after this you have a look into the image properties and the checkbox isn’t activated although you just activated it, you have to allow the attribute “clickenlarge” for rtehtmlarea.

In page properties of your root page, write this code in field “TSconfig”:

RTE.default.proc.entryHTMLparser_db.tags.img.allowedAttribs = alt,class,style,src,title,width,height,clickenlarge

Problem: Images from tt_news RTE aren’t opened in a lightbox

Please include the static template for tt_news after the static templates needed for the lightbox.

If this is not possible for you, just overwrite the tt_news RTE rendering again:

# click-enlarge for images in rte in tt_news single view

plugin.tt_news.displaySingle.content_stdWrap.parseFunc < lib.parseFunc_RTE