[TYPO3] Getting rid of "Opens internal link in current window" in typo3 4.1.1

Oliver Rowlands oliver at liquidlight.co.uk
Tue May 22 11:08:07 CEST 2007


Hi Lasse,

Strange indeed, it works fine here on 4.1.1. Can you try putting that TS 
right at the top of your TSconfig field (above any of your other TS just 
in case you have a syntax error somewhere).

Keep in mind that this TS will only remove the title from new links not 
ones which have already been created.

Best regards,

Oliver

Lasse Guldsborg wrote:
> Hi Oliver
> 
> Thanks, but strangely it still doesn't work..
> 
> Cheers,
> Lasse
> 
> 
> "Oliver Rowlands" <oliver at liquidlight.co.uk> skrev i en meddelelse 
> news:mailman.1.1179773925.11744.typo3-english at lists.netfielders.de...
>> Hi Lasse,
>>
>> Put the following TSconfig in your root page:
>>
>> RTE {
>>   classesAnchor {
>>     externalLink {
>>       altText =
>>       titleText =
>>     }
>>     externalLinkInNewWindow {
>>       altText =
>>       titleText =
>>     }
>>     internalLink {
>>       altText =
>>       titleText =
>>     }
>>     internalLinkInNewWindow {
>>       altText =
>>       titleText =
>>     }
>>     download {
>>       altText =
>>       titleText =
>>     }
>>     mail {
>>       altText =
>>       titleText =
>>     }
>>   }
>> }
>>
>> Hope this helps,
>>
>> Oliver
>>
>> Lasse Guldsborg wrote:
>>> Hi
>>>
>>> I have just upgraded to version 4.1.1.
>>>
>>> Although I had previously gotten rid of it, the default link title "Opens 
>>> internal link in current window" have now returned.
>>>
>>> I have tried the TS below, but it doesn't seem to work.
>>>
>>> RTE.classesAnchor.externalLink.titleText >
>>> RTE.classesAnchor.externalLink.altText >
>>>
>>> I actually went the whole 9 yards with:
>>>
>>> RTE.classesAnchor {
>>>         internalLink {
>>>                 class = internal-link
>>>                 type = page
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>>         externalLink {
>>>                 class = external-link
>>>                 type = url
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>>         externalLinkInNewWindow {
>>>                 class = external-link-new-window
>>>                 type = url
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>>         internalLinkInNewWindow {
>>>                 class = internal-link-new-window
>>>                 type = page
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>>         download {
>>>                 class = download
>>>                 type = file
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>>         mail {
>>>                 class = mail
>>>                 type = mail
>>>                 image >
>>>                 altText >
>>>                 titleText >
>>>         }
>>> }
>>>
>>> Can anybody give me a hit?
>>>
>>> Cheers,
>>> Lasse
>>
>> -- 
>> Oliver Rowlands
>> :: Liquid Light ::
>>
>> E - oliver at liquidlight.co.uk
>> W - http://www.liquidlight.co.uk
>>
>> T - 00 44 (0)845 6 58 88 35
>> F - 00 44 (0)845 6 58 44 35 
> 
> 


-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


More information about the TYPO3-english mailing list