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

&lt;a href="index.php?id=543#c618" &gt;

also nciht ganz das gelbe vom Ei ...
Eine andere Idee???

"Chris Müller" <muel...@cyperfection.de> schrieb im Newsbeitrag 
news:mailman.1.1266840637.30366.typo3-ger...@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
> 


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an