[TYPO3-dev]  Create FE links in TYPO3 BE
    Raphael GEYER 
    typo3news at ameos.com
       
    Thu Jul  6 14:20:23 CEST 2006
    
    
  
Hi list,
This point was already asked by someone else on this list 
http://lists.netfielders.de/pipermail/typo3-dev/2006-April/017287.html but 
no good answer was given.
In aux_newsmailer extension, which compiles the newsletter in the backend, 
the link to the news are created with the following code :
   $result.=' <div class="newsmaillink"><a 
href="http://'.$ctrl['orgdomain'].'/index.php?id='.$ctrl['newspage'].'&tx_ttnews[tt_news]='.$news['uid'].'">'.$LANG->getLL("readmore").'</a></div>';
But if the news extension uses cache, the chash param needs to be added to 
the link.
Are there any api's that can be used in the BE in order to create links ?
Regards,
Raphael GEYER
http://www.ameos.com
    
    
More information about the TYPO3-dev
mailing list