> Any of you know if cron_printlink works with realurl?
>
> I can't seem to get them work together. With the simulatestatic
> cron_printlink works okay.
>
> When clicking the print image (in simulatestatic "...?type=98" gets to
> be new window with myaddress.com/pagename.98.html and this works ok) but
> with realurl I get nothing "extra" in the end of the address, just a new
> window with exactly the same address.
If you still need this, just add such lines into your 'preVars' section
of RealURL configuration:
'2' => array (
'GETvar' => 'type',
'valueMap' => array(
'print' => '98',
),
'noMatch' => 'bypass'
),
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english