[Typo3] Configuration of External Links

Christopher bedlamhotel at gmail.com
Tue Dec 6 19:38:01 CET 2005


Hi,

On 06/12/05, Thomas Hoppe <thomas.hoppe at berlin.de> wrote:
> Hi,
>
> Right, yes, I forgot to mention, that I need them in menues (more precisely
> in sitemap.gs).
> I also found the above mentioned posting, but as far as I could see after
> some tests, it just
> seems to modify the status bar of the browser (and that not even correctly),
> but the URLs
> in the page code remain unmodified :-(
>

Then you weren't looking at the posting I linked to. If you were
looking at it, _check your source code_; there's no JS in that code,
so if the status bar changed, then it means the link _did_ change.
This part of that code:

>     3.typolink.ATagBeforeWrap=1
>     3.typolink.wrap = |<img src="/fileadmin/images/extlink.gif"

...plus this:

3.typolink.parameter.dataWrap = http://{field:url}

...and this:

3.typolink.parameter.data >

...will change the link to a en external link in the form 'http://' +
'whatever you type into the url field in the page'


-Christopher



More information about the TYPO3-english mailing list