[TYPO3-english] Trouble with tinymce_rte linkhandler

azeef abdul shukoor a.s.azeef at gmail.com
Thu Oct 6 13:04:29 CEST 2011


Hi list,

I had setup linkhandler for ttnews records in tinymce_rte; tnews records of
type news is working correctly but not ttnews records of type link to
internal pages;

Typoscript used;
page TS:

RTE.default {
  linkhandler {
   tt_news {
    123 {
      parameter = 456
      additionalParams = &tx_ttnews[tt_news]={field:uid}
      additionalParams.insertData = 1
      select = uid,title as header,hidden,starttime,endtime,bodytext
      sorting = crdate desc
    }
  }
 }
}

problem is linking to news records of type link to internal pages; the link
created is http://mydomain.org/456/?tx_ttnews[tt_news]={field:uid} and not
the link to the page where the news record is linked to. Is it possible to
achieve this by modifying the above TS setting and without hacking
tinymce_rte source code?

Regards
Azeef


More information about the TYPO3-english mailing list