[TYPO3-english] cooluri and t3blog
Christian Welzel
gawain at camlann.de
Fri Feb 13 14:24:14 CET 2009
Hi there,
is someone out there, who managed to combine t3blog and cooluri?
The problem is that t3blog creates multi dimensional arrays for
its parameters like that:
/?tx_t3blog_pi1[blogList][showUid]=2&tx_t3blog_pi1[blogList][year]=2009
&tx_t3blog_pi1[blogList][month]=02&tx_t3blog_pi1[blogList][day]=13
If i create a rule for cooluri like this
<part>
<parameter>tx_t3blog_pi1[blogList][year]</parameter>
</part>
the mapping param2uri works perfect, but the other way does not.
cooluri produces an _GET array like this:
Array
(
[cHash] => f94c406b0a
[id] => 89
[tx_t3blog_pi1[blogList][day]] => 13
[tx_t3blog_pi1[blogList][month]] => 02
[tx_t3blog_pi1[blogList][showUid]] => 2
[tx_t3blog_pi1[blogList][year]] => 2009
[tx_t3blog_pi1[blogList]] => Array
(
[day] => 13
[month] => 02
[showUid] => 2
[year] => 2009
)
)
How can i fix this?
--
MfG, Christian Welzel
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
More information about the TYPO3-english
mailing list