[TYPO3-english] Tip a Friend inside a TypoScript menu?

Braulio J. Solano-Rojas braulio at solsoft.biz
Thu Jul 15 07:18:23 CEST 2010


Hello.

I have a menu in Typoscript as following:

lib.tipAFriend >
lib.tipAFriend < plugin.tx_pmtipafriend_pi1

## Menu [Begin]
lib.footMenu = HMENU
lib.footMenu.special = directory
lib.footMenu.special.value = 117
lib.footMenu.wrap (
   <table width="100%" border="0" align="center">
     <tr>
       |
     </tr>
   </table>
   <small id="signature"><a href="http://solsoft.biz/" target="_blank" 
xml:lang="en" lang="en">Solsoft Web Development</a></small>
)

lib.footMenu.1 = TMENU
lib.footMenu.1.expAll = 1
lib.footMenu.1.NO {
   allWrap (
       <th align="left" valign="top" scope="col" width="%33">
         <p>|</p>||<p>|</p>||<p>|</p>
         <p>&copy; Copyright 2010 Cactus Tour</p>
       </th>
       <th align="left" valign="top" scope="col" width="%33"> |*|
         <p>|</p>  |*|
       </th>
       <th align="left" valign="top" scope="col" width="%33">
         <p>|</p>
         <p>{$lib.tipAFriend}</p>
         <p>
           <a href="http://www.facebook.com/home.php?#!/cactustour" 
target="_blank"><img src="fileadmin/templates/img/facebook_64x64.png" 
alt="Facebook" title="Facebook" border="0" /></a>&nbsp;
           <a href="http://twitter.com/cactustweet" target="_blank"><img 
src="fileadmin/templates/img/twitter_64x64.png" alt="Twitter" 
title="Twitter" border="0" /></a>
         </p>
       </th>
   )
   stdWrap.
}

## Menu [End]

{$lib.tipAFriend} does not work, it appears literally in the website. 
Is it not possible to do something like that?

Best regards,

Braulio


More information about the TYPO3-english mailing list