[TYPO3] link wrap

Peter Klein peter at umloud.dk
Fri Jan 19 09:36:20 CET 2007


Hi Bas. If you are not using Mount Pages, then you could do it by canceling 
the normal HMENU linking, and generate your own link, using the "typolink" 
function. Like this:

-- cut --
  11 = HMENU
   11.special = list
   11.special.value = 8
   11.1 = TMENU
   11.1.NO {
     doNotLinkIt = 1
     stdWrap.typolink.parameter.field = uid
     stdWrap.typolink.additionalParams =&tx_newloginbox_pi1%5Bforgot%5D=1
     allWrap = |
   }
-- cut --

-- 
Peter Klein/Umloud Untd

"Bas van der Togt" <b.vandertogt at profinit.com> skrev i en meddelelse 
news:mailman.1.1169141242.13506.typo3-english at lists.netfielders.de...
> Hello list,
>
> I want to make a forgot password link.
> How can i put some characters (?tx_newloginbox_pi1%5Bforgot%5D=1) behind 
> my link?
>
>   11 = HMENU
>   11.special = list
>   11.special.value = 327
>   11.1 = TMENU
>   11.1.NO {
>     linkwrap = |?tx_newloginbox_pi1%5Bforgot%5D=1
>     allWrap = |
>   }
>
> Thanks for your help!
> Bas 




More information about the TYPO3-english mailing list