[TYPO3-german] getTypoLink auf content?
Widmann, Manfred
mpunktw at gmx.net
Mon Feb 22 17:38:06 CET 2010
Der automatisch gesetzte Anker bei einem Content-Element lautet z.B. <a
id="c123">, also hätte ich es mit
$this->cObj->getTypoLink($teaserheadline,$row['p_uid'] . '#c' .
$row['c_uid'])
versucht - p_uid ist die id der Page und c_uid ist die id des
Content-Elements. Leider erzeugt getTypoLink dann aber
<a href="index.php?id=543#c618" >
also nciht ganz das gelbe vom Ei ...
Eine andere Idee???
"Chris Müller" <mueller at cyperfection.de> schrieb im Newsbeitrag
news:mailman.1.1266840637.30366.typo3-german at lists.typo3.org...
> Hi,
>
> probier doch mal
>
> pageid#contentid
>
> in den params aus:
>
> "This function takes $label as a string, wraps it in a link-tag based on
> the $params string, which should contain data like that you would normally
> pass to the popular <LINK>-tag in the TSFE. Optionally you can supply
> $urlParameters which is an array with key/value pairs that are
> rawurlencoded and appended to the resulting url."
>
> http://www.typo3-unleashed.net/typo3apidocs/typo3api_4.3.0/html/index.html
>
> Grüße,
> Chris.
>
> Am 22.02.2010 12:29, schrieb Widmann, Manfred Dipl.-Ing.:
>> Hi Ng!
>>
>> Wie kann man mit getTypoLink einen Link auf ein Content-Element
>> (anstelle auf eine Page) erstellen?
>>
>> lg
>> Manfred
>
More information about the TYPO3-german
mailing list