Hi Andreas. The extTarget parameter is normally used to set the target attribute, so if you enter something like: extTarget = _blank
Then TYPO3 will on the generated link "translate that into target="_blank" So by using the incorrect placement of quotes: extTarget = _blank" rel="shadowbox;width=600;height=400 TYPO3 inserts it like: target="_blank" rel="shadowbox;width=600;height=400" and adds it's own starting and closing quotes fom the target attribute, so the link will be valid. ;) -- Peter Klein ----- Original Message ----- From: "Andreas Becker" <ab.bec...@web.de> Newsgroups: typo3.english To: "TYPO3 English" <typo3-english@lists.typo3.org> Sent: Thursday, November 19, 2009 6:00 PM Subject: Re: [TYPO3-english] How to get all external links opening upinpmkshadowbox by default? > Hi Peter > Looks like a IE Hack :-) with those incorrect placed quotes - funny, but > if > it is working it is really good . I will try it tomorrow > > Thanks a lot > > Andi > > On Thu, Nov 19, 2009 at 11:51 PM, Peter Klein <p...@io.dk> wrote: > >> Hi Andreas. >> >> You can trick TYPO3 to add REL attributes to all your external links. >> >> Insert this in CONSTANTS: (Notice the "incorrect" placement of the >> opening >> and closing quote chars!) >> -- cut -- >> styles.content.links.extTarget = _blank" >> rel="shadowbox;width=600;height=400 >> -- cut -- >> >> I had to enable extTarget for RTE links too (maybe you need to do that >> too?), by inserting this in SETUP: >> -- cut -- >> lib.parseFunc_RTE.tags.link.typolink.extTarget = >> {$styles.content.links.extTarget} >> -- cut -- >> >> -- >> Peter Klein >> >> "Andreas Becker" <ab.bec...@web.de> wrote in message >> news:mailman.6538.1258603042.595.typo3-engl...@lists.typo3.org... >> > Hi >> > >> > perhaps somebody could tell us how we could get all external links in a >> > TYPO3 website always opening up in pmkshadowbox by default! >> > >> > Andi >> >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english@lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english >> _______________________________________________ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english