[TYPO3] pi_linkTP_keepPIvars_url does not generate L

Stano Paška stano.paska at gmail.com
Tue Dec 12 16:35:23 CET 2006


One hour later:

Hi.

links to detail page works, only when configuration['detailPage'] is not set.
When I set configuration['detailPage'] with some page id (where is
plugin for displaying details), it does not work too.

When I am on page http://localhost/index.php?id=2&L=1,
L parameter in that links is not generated.


On 12/12/06, Stano Paška <stano.paska at gmail.com> wrote:
> Hi,
>
> in my extension I generate links.
> In FE I displays list of records (linked to detail) and page navigation.
>
> In links to detail of record generated with
> $this->modul->pi_getPageLink($this->modul->configuration['detailPage'], '',
>   array($this->modul->prefixId.'[detail]'=>$this->getHlavneId(),
>   $this->modul->prefixId.'[return]'=>urlencode($_SERVER['QUERY_STRING'])))
> L parameter is generated correctly.
>
> But in page navigation generated with
> $out .= '<a href="'.$this->pi_linkTP_keepPIvars_url(array('apply'=>'')).'#c'.$this->cObj->data['uid'].'">'.$i.'</a>&nbsp;';
> L parameter does not appear.
>
> I use typo3 4.0.3
>
> Where can be problem?
>
> Thanks for answers.
>
> Stano Paška.
>
> P.S. It is possible to tell that typo3 must generate &amp; instead of
> & in links?
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list