[TYPO3-english] Contagged - How to set default target for links
    Prakash 
    spabhat at chandanweb.com
       
    Thu Mar 19 08:40:21 CET 2009
    
    
  
Hi Emmanuel,
Thanks for replying. I had already tried the following code as well:
plugin.tx_contagged {
	 types {
                 definition {
                         typolink.target = _top
                         }
                 }
         }
{
The above Typoscript did not work as well. The question is more specific 
on contagged extension.
I hope there might be some typoscript for setting default targets of 
internal and external links in contagged.
Regards,
Prakash
Emmanuel Pire wrote:
> hi Prakash,
> never use quotes in typoscript. correct syntax for internal link is
> typolink.target = _top
> 
> (typolink.parameter should be set to the UID of the page you want to reach)
> 
> Regards,
> Emmanuel
> 
> 
> 2009/3/17 Prakash <spabhat at chandanweb.com>
> 
>> Hi,
>>
>> I am trying to set the default target for the links generated by the
>> definition type in contagged extension.
>>
>> I tried something this way:
>>        types {
>>                definition {
>>                        typolink {
>>                                        parameter.target = "_top"
>>                                }
>>                        }
>>                }
>>        }
>>
>> This simply does not work, and seems tricky.
>> Anyone has some idea how to do this?
>>
>> Regards,
>> Prakash A Bhat
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
    
    
More information about the TYPO3-english
mailing list