[TYPO3] Re: [Typo3] ERROR: FLASH XML adds type=444 to links by default
Jacco Lammers
jlammers at sundayafternoon.nl
Wed Feb 20 11:50:04 CET 2008
Jaco Graaff schreef:
> Hi - I installed the flash xml parser extension to experiment with it..
>
> Now the problem is that whenever I make a custom link in RTE somewhere in my
> multisite installation it adds the type declaration at the end of the
> address... like so:
>
> http://www.spacexplorer.co.za/index.php?id=238&type=444
> instead of
> http://www.spacexplorer.co.za/index.php?id=238
>
> in the RTE the view code looks fine it shows the address right - but when I
> view the page it adds the extra &type=444 which outputs xml into a new
> window.
>
> It now even does this in my mail-form on page
> http://www.boshmouthguards.com/index.php?id=230
>
> even on clickable images which I link to a page
>
> http://www.spacexplorer.co.za/index.php?id=186 - it added the &type=444 into
> the adress on the images as well as the links "click here"
>
> Thx again forum for the help
>
> Jaco Graaff
>
>
>
Hi Jaco,
I've had a similar problem (my mailform called an action with
&type=444). I fixed it by adding:
PAGE_TARGET = _self
To my template constants. Hope it helps you too!
Jacco
More information about the TYPO3-english
mailing list